Posts
All the articles I've posted.
What's New in Visual Basic 9, Beth Massi at Bay.Net In San Francisco
Published: at 08:00 PM<p>Beth did a great job of presenting new features in Visual Studio 2008 at the Bay.Net Meeting in San Francisco.</p>
Join me today at the Microsoft Hero's Virtual Launch event
Published: at 08:00 PM<p>Join me for the Microsoft 2008 Products Launch Event Chat</p>
Best Practices for Configuring ASP.NET ConnectionStrings and AppSettings in Web.Config
Published: at 08:00 PM<p>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</p>
How to Get the DataItem out of a ListView in Asp.Net 3.5 (compared to Repeater)
Published: at 08:00 PM<p>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.</p>
How to know if LINQ is working efficiently with SQL?
Published: at 08:00 PM<p>In this post, we look at how to log from LINQ to SQL to see the actual sql generated by the LINQ engine.</p>