Enhanced .NET Unit Testing | David Gardiner

In this fast-paced talk David shows you a bunch of really useful libraries and tools that can make writing unit tests faster, simplify reading and understanding test code and help you identify the root cause of failed tests. A great mix of general and special purpose libraries to have in your unit testing toolbox. Take…

Read More

New unit testing features in Visual Studio 2015 | Terje Sandstrom

Visual Studio 2015 adds a new Unit Test Generator feature, which can generate test skeletons, including project files. It can generate for multiple frameworks, currently MSTest, NUnit and XUnit. In the case of the latter two, nuget packages are also automatically included. VS 2015 also includes Intellitest, a framework for generating tests parametrized data driven…

Read More

ASP.NET MVC and AngularJS with Scott Allen

Adam Stephensen does a webcam interview with Scott Allen. They discuss using AngularJS in ASP.NET MVC to build responsive web applications with two-way data-binding, clear separation of concerns and improved testability. — Want to build a website? SSW has the resources to develop sites of any scope, from ongoing maintenance tasks to the implementation of…

Read More