.NET For Resharper users: Goto Type supports title caps and wildcards. Joe White wrote about it here. Paulo Reichert provided…
Finds of the Week is on break for the Lunar New Year/Tet holiday. The series will resume next week.
How often do you see DataReader code that looks like this? using (IDataReader dr = cmd.ExecuteNonQuery()) { while (dr.Read()) {…
.NET MSMQ and WCF - hands-on lab now available at MSDN Code Gallery. Via John Breakwell. Scott Densmore shared more…
.NET Programming, C# HTTP Programming with WCF and the .NET Framework 3.5 is a good article covering HTTP endpoints in…
.NET, C#, Programming ScottGui made the long awaited announcement: .NET Framework Library Source now available. Roy Osherove raised a attention…
.NET, C#, Programming Bill Gates showed a video at his CES keynote speech about what his last day at Microsoft…
I think this is useful and not well known enough to warrant its own blog post. Did you know that…
It's 2008. Happy New Year! Tips and Tricks I can't believe I didn't know about this Visual Studio command before:…
I have been a little bit busy this past week enjoying the holidays and playing some of my old favorite…