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.
Cheers.
Rajanikant HawaldarPosted Jul 17, 2020, 9:50 AM
Laxmidhar SahooPosted Jul 17, 2020, 5:23 AM