Join me today at the Microsoft Hero’s Virtual Launch event
Thursday 28 February 2008 @ 4:54 am

Join me for the Microsoft 2008 Products Launch Event Chat

Comments (0) - Posted in Community  


Best Practices for Configuring ASP.NET ConnectionStrings and AppSettings in Web.Config
Saturday 23 February 2008 @ 2:25 pm

This article shows a good way to manage connection string and appsettings values in your web.config file. It shows how to use include files and talks about how to set defaults so moving to production from testing or development can be less painful



How to Get the DataItem out of a ListView in Asp.Net 3.5 (compared to Repeater)
Monday 18 February 2008 @ 6:51 am

See how to get the DataItem out of a ListView Control which is part of asp.net 3.5. Compare ListView to repeater in this regard.



How to know if LINQ is working efficiently with SQL?
Saturday 16 February 2008 @ 8:29 am

In this post, we look at how to log from LINQ to SQL to see the actual sql generated by the LINQ engine.

Comments (2) - Posted in ASP.NET 3.5, LINQ