-
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: January 2009
ASP.NET MVC and Validation Using IDataErrorInfo and Validation Application Block
I have talked about various ways to use the Validation Application Block with the MVC Framework:: ASP.NET MVC and Enterprise Library Validation Application Block ASP.NET MVC Validation using Policy Injection Application Block in Enterprise Library but in the new ASP.NET … Continue reading
Posted in Uncategorized
13 Comments
Overriding Global T4 Templates in ASP.NET MVC Project with Per Project Templates
Thanks to John Meyer for pointing this out in the comments in the previous post. As mentioned in the notes, you can override the global T4 Templates for Add Controller and Add View in the ASP.NET MVC Framework by importing … Continue reading
Posted in Uncategorized
Leave a comment
ASP.NET MVC 1.0 RC1 and T4 Templates – Add Controller…
The news that ASP.NET MVC now has some integration with T4 Templates got me a bit excited thinking about the code generation capabilities. As Scott pointed out in his post, there is now an “Add Controller…” option: that … Continue reading
Posted in Uncategorized
5 Comments
Presented ADO.NET and O/R Mappers in SQL Saturday Tampa Florida Today
TAG: Florida .NET Developers I had the pleasure of presenting SQL Server Data Access Tips & Techniques at SQL Saturday in Tampa, Florida today. The spotlight was on ADO.NET and O/R Mappers. I want to thank everyone for attending and … Continue reading
Posted in Uncategorized
3 Comments
Presenting AOP in Sarasota Florida Tonight
TAG: Florida Developer Events I have a busy couple of weeks with regards to presentations. Tonight I am in Sarasota Florida presenting AOP, Introduction to Aspect-Oriented Programming, which will be followed by presentations in Tampa SQL Saturday and the … Continue reading
Posted in Uncategorized
4 Comments
Unity Interception and Custom ICallHandler – Order Property and Firing of Handlers
Last night I was up to the wee hours of the morning finishing some AOP examples for my Aspect-Oriented Programming Presentation to the Sarasota .NET Developer Group this Thursday, January 22, 2009. As I was converting some custom Interceptors used … Continue reading
Posted in Uncategorized
Leave a comment