This is the fourth part of Building ASP.Net Web API RESTful Service Series. The topics we’ll cover are: Building the Database Model using Entity Framework Code First – Part 1. Applying the Repository Pattern for the Data Access Layer – Part 2. Getting started with ASP.Net Web API – Part 3. Implement Model Factory, Dependency Injection […]
Building ASP.Net Web API RESTful Service – Part 2
This is the second part of Building ASP.Net Web API RESTful Service Series. The topics we’ll cover are: Building the Database Model using Entity Framework Code First – Part 1. Applying the Repository Pattern for the Data Access Layer – Part 2 (This Post). Getting started with ASP.Net Web API – Part 3. Implement Model Factory, Dependency […]
Implementing Dependency Injection using Ninject
I’ve been always asked by fresh grads who joined our Development team a very basic question “Why do we have to code against Interfaces not against concrete implementations?”. And to answer this question we start an interesting talk about the benefits of writing loosely coupled classes, and how to write unit tests without changing implementation, […]