Unit Testing (5)

Autofac and ASP.NET Web API System.Web.Http.Services.IDependencyResolver Integration
27 February 2012 · 2 minutes read

In this post, you can make Autofac work with ASP.NET Web API System.Web.Http.Services.IDependencyResolver. Solution to the 'controller has no parameterless public constructor' error.

Entity Framework DbContext Generic Repository Implementation Is Now On Nuget and GitHub
15 January 2012 · 2 minutes read

Entity Framework DbContext Generic Repository Implementation Is Now On Nuget and GitHub: PM> Install-Package GenericRepository.EF

How to Work With Generic Repositories on ASP.NET MVC and Unit Testing Them By Mocking
22 December 2011 · 8 minutes read

In this blog post we will see how to work with generic repositories on ASP.NET MVC and unit testing them by mocking with moq

Generic Repository Pattern - Entity Framework, ASP.NET MVC and Unit Testing Triangle
22 December 2011 · 5 minutes read

We will see how we can implement Generic Repository Pattern with Entity Framework and how to benefit from that.

Unit Testing With xUnit.net for ASP.NET MVC Web Applications - Part 1
16 October 2011 · 3 minutes read

In this blog post, we will see how we set up our environment for xUnit.net Unit Testing Framework. This is the first blog post of the blog post series on Unit Testing With xUnit.net for ASP.NET MVC.