Over Ninject, ASP.NET Identity and Entity Framework

Nov 4 2019 10:37 PM
Hi all,
 
I am wondering what is the best way to setup Ninject, ASP.NET Identity and Entity Framework? Normally (without Ninject) I would create my solution by separating the MVC project from Data project and things would work just well, but I can't really figure out the best way to add Ninject there.
 
Is there any good example out there? I would like to handle user authentication with roles on my ASP.NET MVC project and handle the data access via EF.

Answers (1)