Dotnet/.NET – C#

Finds of the Week – February 17, 2008

.NET For Resharper users: Goto Type supports title caps and wildcards. Joe White wrote about it here. Paulo Reichert provided…

18 years ago

Finds of the Week – February 11, 2008

Finds of the Week is on break for the Lunar New Year/Tet holiday. The series will resume next week.

18 years ago

Put GetOrdinal Method to Good Use

How often do you see DataReader code that looks like this? using (IDataReader dr = cmd.ExecuteNonQuery()) { while (dr.Read()) {…

18 years ago

Finds of the Week – February 3, 2007

.NET MSMQ and WCF - hands-on lab now available at MSDN Code Gallery. Via John Breakwell. Scott Densmore shared more…

18 years ago

Finds of the Week – January 27, 2008

.NET Programming, C# HTTP Programming with WCF and the .NET Framework 3.5 is a good article covering HTTP endpoints in…

18 years ago

Finds of the Week – January 20, 2008

.NET, C#, Programming ScottGui made the long awaited announcement: .NET Framework Library Source now available. Roy Osherove raised a attention…

18 years ago

Finds of the Week – December 13, 2008

.NET, C#, Programming Bill Gates showed a video at his CES keynote speech about what his last day at Microsoft…

18 years ago

How to Open Containing Explorer Folder in Visual Studio

I think this is useful and not well known enough to warrant its own blog post. Did you know that…

18 years ago

Finds of the Week – January 6, 2008

It's 2008. Happy New Year! Tips and Tricks I can't believe I didn't know about this Visual Studio command before:…

18 years ago

Finds of the Week – December 30, 2007

I have been a little bit busy this past week enjoying the holidays and playing some of my old favorite…

18 years ago