Daily Archives: Monday, 4 August, 2008

Lincolnshire Microsoft Developers User Group

Some colleagues of mine are in the process of starting up the Lincolnshire Microsoft Developers User Group. If you are in the area and are interested in joining a user group (an excellent way to learn about technologies) then you … Continue reading

Posted in Uncategorized | 3 Comments

Tip of the Day #8 (string performance)

Concatenating strings in .NET can be very easy. There is the overloaded + operator that makes stringA + stringB + stringC statements very easy to write. But, it isn’t very performant. The reason is that strings are immutable, and concatenating … Continue reading

Posted in Uncategorized | Tagged | 2 Comments