-
Archives
- November 2010
- March 2010
- February 2010
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
Monthly Archives: November 2008
ASP.NET MVC – Using Extension Method to Add Validation Application Block Errors to Controller’s ModelState
I wrote a couple of posts on using the Enterprise Library Validation Application Block with the ASP.NET MVC Framework: ASP.NET MVC and Enterprise Library Validation Application Block ASP.NET MVC Validation using Policy Injection Application Block in Enterprise Library Some of … Continue reading
Posted in Uncategorized
1 Comment
ASP.NET MVC: AcceptVerbsAttribute and ActionMethodSelectorAttribute
Earlier I mentioned the ActionNameAttribute that allows one to rename the action a controller method responds to in the ASP.NET MVC Framework. I also mentioned the NonActionAttribute in the MVC Framework which makes sure a controller method does not respond … Continue reading
Posted in Uncategorized
Leave a comment
ASP.NET MVC: ActionNameAttribute and ActionMethodSelector Class
This past Monday was the ASP.NET MVC Firestarter Event in Tampa Florida. This was a great event with over 140 people registered and the Tampa MPR filled to capacity. I presented a couple of sessions. One session walked-thru a sample MVC LINQ … Continue reading
Posted in Uncategorized
Leave a comment
Unity Application Block on .NET Rocks!
Carl and Richard got me talking about Unity, Enterprise Library, and the Software Factories on .NET Rocks! Show #393. I haven’t had a chance to listen to the show, but I remember being pretty excited about Unity, not so much … Continue reading
Posted in Uncategorized
Leave a comment
Unity and AOP Example
Unity and AOP Example by David Hayden Let’s use AOP as a replacement of the Decorator Pattern in the previous example, Unity Application Block and Decorator Pattern. We will replace the FilteringLoggerDecorator with a custom HandlerAttribute and ICallHandler. You will need Unity … Continue reading
Posted in Uncategorized
Leave a comment
Unity Application Block and Decorator Pattern
Unity Application Block and Decorator Pattern by David Hayden Recently I discussed the Decorator Pattern as well as Array Injection using Unity and I thought I would put concepts from both of these together to clean up the code I … Continue reading
Posted in Uncategorized
Leave a comment
Array Injection Using Unity Application Block v1.2
Earlier I mentioned the release of Enterprise Library 4.1 and Unity 1.2. One of the new features in Unity is the injection of arrays. The Unity Documentation is pretty good on showing how to do this, but here is a … Continue reading
Posted in Uncategorized
1 Comment