Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 258 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 258 Bytes

Identity.NoEF

ASP.NET Identity without Entity Framework

This is my version of the MVC 5.xx initial website with ASP.NET Identity.

I have removed Entity Framework as a dependency, using SQL and Dapper instead.

Use it as a starting place or for example.