Visual Studio 2010 Extensions
This short video presents the extensions in Visual Studio 2010: what they are and how they work.
This short video presents the extensions in Visual Studio 2010: what they are and how they work.
This short tutorials explains the use of indentation in code written in F# compared to indentation in C#.
Cross-Cutting Concerns such as logging, auditing and security often present a difficult challenge because they must be applied to diverse components across an application. This can be difficult to reconcile with principles such as the Single Responsibility Principle and DRY (Don’t Repeat Yourself).
The only available test framework that’s provided out of the box with ASP.NET MVC 3 is the Visual Studio Unit Test framework. This article, based on chapter 23 of ASP.NET MVC 3 in Action, shows you how to create and install custom test project templates and view engine options.
This video is for C# and VB developers who want to start creating Windows 8 Metro style apps. It introduces a new profile of the .NET Framework for use in building Windows 8 Metro style apps. It also describes and discusses the design, architecture, features and limitations of this new …
Lear how unit testing in .NET is an important practice to improve software quality and team velocity from a unit testing and agile methodology veteran.