Property Injection in ASP.NET MVC with Ninject
I got a design challenge with asp.net mvc. I want to keep track of the currently logged in user in the session because I don’t want to hit the database every time I need to get the username or id for a query. And I have all my controllers inherit from a base controller named [...]






Friday, August 29, 2008
View Comments