-
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: October 2008
LINQ To SQL is Dead – Read Between the Lines
This is my last post on this subject, I promise, and unfortunately it has to be a little more blunt as some people just aren’t getting it. I was reading the comments on Oren’s post on LINQ To SQL and mine and having … Continue reading
Posted in Uncategorized
17 Comments
LINQ To SQL Gets Kicked to the Curb… Needs A Good Home!
Based on the recent announcement on the ADO.NET Team Blog: “We’re making significant investments in the Entity Framework such that as of .NET 4.0 the Entity Framework will be our recommended data access solution for LINQ to relational scenarios. We … Continue reading
Posted in Uncategorized
27 Comments
Enterprise Library 4.1 Released
How timely is this. I have been talking about the new interception extension in Unity v1.2: TransparentProxyInterceptor and Unity Interception Extension Example in Unity v1.2 VirtualMethodInterceptor in Unity v1.2 – For Those Castle DynamicProxy Fans… AOP and Unity – InterfaceInterceptor … Continue reading
Posted in Uncategorized
Leave a comment
Specifying Injection Constructor using Unity Fluent Interface for Loose Coupling and POCO
Each dependency injection framework has its own way of determining the default constructor it will use to create a type. Some will use a parameterless constructor by default, some will choose the greediest constructor, and some will choose the greediest constructor it … Continue reading
Posted in Uncategorized
1 Comment
Simple AOP Example Using Castle DynamicProxy 2.0
Unity 1.2 is about to be released anytime now, and one of the exciting new features is that the core interception technology from the Policy Injection Application Block has been moved to Unity. This allows one to do AOP with … Continue reading
Posted in Uncategorized
1 Comment
ASP.NET MVC Firestarter Event in Tampa, Florida
On Monday, November 17th, 2008, I will be presenting the ASP.NET MVC Framework along with Jim Zimmerman and Joe Healy at the Microsoft Tampa Office. Throughout the day we will be demonstrating the ASP.NET MVC Framework in a cookbook-style approach … Continue reading
Posted in Uncategorized
2 Comments