Thursday, March 27, 2008

Daily Links 27/03/2008

Windows Vista SP1 download

.NET 3.5 Redist package
197MB. Includes .NET 2.0 SP1 and .NET 3.0 SP1

Developing a Robust Data Driven UI Using WPF - Introduction

Exploring Secrets of .NET Diagnostics

I'm busy doing research into building a test frawework for our software, and was initially impressed with VS Unit Testing capabilties, and later let down by the implentation and bugs. NUnit is a lot less painful.
Then I found NUnitForVs
With this you can get VS to recognise NUnit tests as MSTest tests. It did however take a bit of fidgeting to get it working.

Integrate XML code comments into Visual Studio 2005/2008 using Sandcastle and HTML Help 2.0


Software Startup Lessons (Part 3) - Marketing, Sales & Growth

Developing a Robust Data Driven UI Using WPF - The DataModel

Event declaration without checking for null
removes the necessity to check for null when firing an event

Generic abstract factory base class (C# 3.0, LINQ)

No comments: