http://teebot.myopenid.com/
Name: http://teebot.myopenid.com/
Score: 84.11
Last Seen: 12 days, 10 hours, 22 minutes ago
Member Since: 27 August, 2009
DotNetShoutout
atom rss
10
shouts

Innovation Showcase : ARCast.TV - Architects? We Don't Need No Stinkin' Architects!

published 12 days, 15 hours, 11 minutes ago posted by bobfamiliarbobfamiliar 13 days, 7 hours ago
Thursday, March 04, 2010 11:31:14 AM GMT Wednesday, March 03, 2010 7:42:35 PM GMT
03 March 2010ARCast.TV - Architects? We Don't Need No Stinkin' Architects! Are software architects necessary? Nobody denies the need for software architecture, but many challenge the idea that you need a dedicated software architect to get it. Michael Stiefel compares software to painting to answer this question. Yes we do need architects, but not for the reasons that many think. This was the keynote talk at the recent Boston Architect Factory on January 27, 2010. Technorati Tags: ARCast,Archite... (more)
category: Screencast | clicked: 41 | comment | | source: blogs.msdn.com
tags: ARCast, Architect Factory, Architects, Architecture, Art, Michael Stiefel, Thought Leadership
6
shouts

TeeBot's .NET Blog: ASP.NET MVC : Mocking the Repository with Ninject.Moq

published 12 days, 15 hours, 11 minutes ago posted by http://teebot.myopenid.com/http://teebot.myopenid.com/ 13 days, 6 hours, 20 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Wednesday, March 03, 2010 8:22:48 PM GMT
If you are already familiar with ASP.NET MVC, you have probably seen the repository pattern in a few examples (such as NerdDinner), maybe you even use it in your own app. One of the most frequent way to hot-plug a Repository class into a controller is to use the Strategy Pattern. But while an application evolves, you might want to centrally manage your wiring within a provider, that's what Dependency Injectors are for. However lots of Dependency Injectors - or IoC containers at large - such as Unity ... (more)
category: ASP.NET | clicked: 38 | 1 comment | | source: www.teebot.be
tags: ASP.NET MVC, Mocking
11
shouts

ASP.NET MVC 2 Localization complete guide

published 19 days, 14 hours ago posted by http://adamyan.blogspot.com/http://adamyan.blogspot.com/ 21 days, 14 hours ago
Thursday, February 25, 2010 12:43:03 PM GMT Tuesday, February 23, 2010 12:42:57 PM GMT
In this article we are going to explore all aspects of localization web application based on ASP.NET MVC framework. The guide covers following: views localization, model validation messages localization, simple culture switching mechanism, DisplayName attribute localization and OutputCache and localization problems solving. ... (more)
category: ASP.NET | clicked: 75 | comment | | source: adamyan.blogspot.com
tags: ASP.NET MVC 2, DisplayName attribute, Globalization, Localization, outputcache
10
shouts

C# and .NET Tips and Tricks | - XNA 2D Basic Collision Detection with rotation

published 32 days, 14 hours, 50 minutes ago posted by ioannisioannis 34 days, 19 hours, 21 minutes ago
Friday, February 12, 2010 11:52:09 AM GMT Wednesday, February 10, 2010 7:22:01 AM GMT
In this post, we will see how we can deal with sprite to sprite collision detection when sprites can also be rotated. (more)
category: Foundation | clicked: 40 | comment | | source: www.progware.org
tags: Collision Detection, XNA
11
shouts

Visual Studio 2010 RC is available

published 32 days, 14 hours, 50 minutes ago posted by gpeipmangpeipman 35 days, 17 hours, 8 minutes ago
Friday, February 12, 2010 11:52:09 AM GMT Tuesday, February 09, 2010 9:34:44 AM GMT
VS2010 RC is out now and available for MSDN users since now. Other guys have to wait until tomorrow when VS2010 RC is made publically available. Reading first news I discovered that most important thing is hardly improved performance of VS2010 RC IDE. All your feedback is welcome to VS2010 RC Connect site. (more)
category: Foundation | clicked: 59 | comment | | source: weblogs.asp.net
tags: .NET Framework 4.0, Visual Studio 2010
2
shouts

Visual Studio Tip: Fear the Regex Magic No More

posted by http://teebot.myopenid.com/http://teebot.myopenid.com/ 36 days, 12 hours, 55 minutes ago
Monday, February 08, 2010 1:47:47 PM GMT
Here's a quick tip from the trenches. I'm sure lots of developers had to - one day or another - weigh between replacing some text by hand or finding a regular expression to automate the process. (more)
category: ASP.NET | clicked: 4 | comment | | source: www.teebot.be
tags: Regex, Visual Studio
11
shouts

Spark View Engine for ASP.NET MVC – Part 1 « 2LeggedSpider

published 66 days, 14 hours, 13 minutes ago posted by http://2leggedspider.wordpress.com/http://2leggedspider.wordpress.com/ 69 days, 20 hours, 42 minutes ago
Saturday, January 09, 2010 12:29:34 PM GMT Wednesday, January 06, 2010 6:00:45 AM GMT
There’s been a lot of buzz around the new View Engine for ASP.NET called Spark. Spark is an open-source ASP.NET ViewEngine developed by Louis DeJardin. Spark works for both Monorail and ASP.NET MVC supporting C#, VB, IronPython and IronRuby. (more)
category: ASP.NET | clicked: 78 | comment | | source: 2leggedspider.wordpress.com
tags: ASPNETMVC, Spark, ViewEngine
8
shouts

Setting AD Properties using the new AccountManagement API

published 88 days, 17 hours, 30 minutes ago posted by http://teebot.myopenid.com/http://teebot.myopenid.com/ 90 days, 11 hours, 33 minutes ago
Friday, December 18, 2009 9:13:00 AM GMT Wednesday, December 16, 2009 3:10:02 PM GMT
So I'm currently programming a lightweight utility to manage LDAP objects and I came to use the new AccountManagement API introduced in .NET 3.5 because it's way easier and more object-oriented than DirectoryServices. This new namespace, as I see it, is just provided as a friendlier way to query an LDAP server and is actually built on top of the plain DirectoryServices bits. And it shows... For example you have to dispose all objects performing a search (FindIdentity) or as Gary Caldwell puts it: ... (more)
category: ASP.NET | clicked: 44 | comment | | source: www.teebot.be
tags: AccountManagement, ActiveDirectory, LDAP
2
shouts

Attach an OnChanged Event to your own User Controls

posted by http://teebot.myopenid.com/http://teebot.myopenid.com/ 201 days, 20 hours, 10 minutes ago
Thursday, August 27, 2009 6:32:59 AM GMT
How do you make a custom control post back to the server each time a user interacts with it? (a la OnSelectedChange in a DropDownList). Although this sounds trivial at first I haven't found lots of resources mentionning this. First you need to add an EventHandler to your class: public event EventHandler DateChanged; You then add the method who will launch whatever you attached to the event handler: protected virtual void OnDateChanged(EventArgs e) { if (DateChanged !... (more)
category: ASP.NET | clicked: 8 | comment | | source: www.teebot.be
tags: .NET 2.0/3.0/3.5 Framework, ASP.NET, C#, Control, EventHandler, Events
1
shouts

We Don't Usually Know What Kind of Parents Had Our Grandparents

posted by http://teebot.myopenid.com/http://teebot.myopenid.com/ 201 days, 20 hours, 12 minutes ago
Thursday, August 27, 2009 6:30:34 AM GMT
(or How to Retrieve a Type of Parent Control Using an Extension Method) Here's a situation where I had to retrieve the next Parent Control of a certain type. In this particular case, my label is included in an UpdatePanel to update only when my Label is assigned a new value. I could have used the Parent attributes of my controls and go up a few levels until I have the right one: UpdatePanel updatePanel = label.Parent.Parent; updatePanel.Update(); ... (more)
category: ASP.NET | clicked: 3 | comment | | source: www.teebot.be
tags: .NET 3.5, ASP.NET, C#, Control, Extension Methods