Implement Login/Logout in MVC with 3-Tier architecture using Entity Framework and DI

359 Views Asked by At

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.

0

There are 0 best solutions below