How to use Ninject 2 with ASP.NET MVC
Posted by: Code Climber,
on 14 Aug 2009 |
View original | Bookmarked: 0 time(s)
Ninject with ASP.NET MVC series How to use Ninject with ASP.NET MVC How to use Ninject to inject dependencies into ASP.NET MVC ActionFilters Extending Ninject to inject dependencies into Action Filters Ninject.FilterInjector v1.5: now injecting inside all filters How to use Ninject 2 with ASP.NET MVC Back in February I wrote a series of posts about Ninject and ASP.NET MVC, and how to adapt Ninject v1 to inject dependencies into ActionFilter. Now that Ninject...