Software Development - Languages

C#

URL Description
Brackeys
Compare Visual Studio Offerings (2013) Does not include the Express edition
Knowing When to Use Override and New Keywords
Threading in C#
Visual Studio 2012 Express feature matrix
Walkthrough: Creating and Running Unit Tests for Managed Code

This walkthrough will step you through creating, running, and customizing a series of unit tests using the Microsoft unit test framework for managed code and the Visual Studio Test Explorer. You start with a C# project that is under development, create tests that exercise its code, run the tests, and examine the results. Then you can change your project code and re-run the tests.