-
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: August 2007
Repository Factory meets Enterprise Library Configuration Editor
I mentioned before how the Data Access Guidance Package in the Web Service Software Factory is being replaced with the Repository Factory to help generate a data access layer for your applications. One of the cool new features of the … Continue reading
Posted in Uncategorized
4 Comments
LINQ To SQL Debugger Visualizer Concerns
I mentioned this on my personal blog and 1 person in particular has a problem with what I am saying, so I thought I would blog about it here to see what others think. This seems like a legitimate concern … Continue reading
Posted in Uncategorized
4 Comments
My .NET Rocks! Show on Enterprise Library 3.0
I had a blast on .NET Rocks! talking about all the cool new features in Enterprise Library 3.0. You can now download and listen to the show: David Hayden on the Enterprise Library Thanks to Carl and Richard for making the … Continue reading
Posted in Uncategorized
1 Comment
LINQ To SQL – Query Tuning Appears To Break Down In *More Advanced* Scenarios
In the last post: LINQ To SQL Query Tuning for Performance Optimization Frans pointed me to a post on the MSDN Forums that discusses the chattiness that can occur in LINQ To SQL when you attempt to prefetch more complex object … Continue reading
Posted in Uncategorized
6 Comments
LINQ To SQL Query Tuning for Performance Optimization
In my last post: LinqDataSource And How You Can *Maximize* Roundtrips to Your Database I discussed how you can easily misuse LINQ To SQL and bring your application to a crawl by causing performance issues via too many roundtrips to … Continue reading
Posted in Uncategorized
5 Comments
LinqDataSource And How You Can *Maximize* Roundtrips to Your Database
I was reading Scott Guthrie’s excellent series of posts on LINQ when I came to the following post that doesn’t quite work the way you would think and will actually kill the performance of your ASP.NET Web Application: LINQ to … Continue reading
Posted in Uncategorized
5 Comments