I want to implement Login/Logout service in ASP.NET MVC using 3-Tier architecture. I also want to use Entity Framework and dependency injection pattern, like NInject (for example).
Can somebody advise some articles, where I can see some examples or tutorials? It looks like the most articles in internet are for WebForms...
Thanks in advance.