Unity is a dependency injection framework built by the Pattern and Practices team at Microsoft. In this post, I will give you a quick overview of implementing Unity into an ASP.NET MVC project very quickly. What is Unity? Unity is a very nicely integrated library from Microsoft that has both configuration-based and code-based dependency injection options. In this post, I …
Using Ninject in ASP.NET MVC 5 in Less than 5 Minutes
Ninject is a great Dependency Injection framework and works wonderfully with ASP.NET MVC 5. In this post, I will show you how to get Ninject running in a MVC project in less than 5 minutes. What is Ninject? Ninject is a light weight, versatile dependency injection framework that can be used in .NET applications. It allows you to focus on …