I am trying to upgrade an old asp.net app (not the Database), to an MVC 5 application. I've select to use Individual account authentication, and cant seem to find a way of decoupling, the EF requirements. Not sure if it even possible, but how can one use ASP.NET Identity without the overheads of EF?
What is everyone else using?