Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Unit Testing
When using Unity as your IoC container , one way to configure the container is to use an configuration section in your app.config or web.config file.  A simplified example of this configuration is shown below: 1: <? xml version ="1.0" Read More...
One of my favorite features of ASP.NET MVC is the support for JSON . In MVC, an Action Method in a Controller can return a JsonResult. This really comes in handy when integrating with jQuery to provide AJAX-like functionality in an application. In this Read More...
Last night I wrote a post about the Visual Studio Unit Testing Extensions that I put out on CodePlex . I forgot to mention one of my favorite features that the library provides. I showed how you can use the library to write readable unit tests like the Read More...
This is a personal hobby project that I have been working on recently. The code has been released on CodePlex and can be found here . The Visual Studio Testing Extensions is a library that exposes a set of extension methods to provide a way to write more Read More...
 
Page view tracker