Posted on: 6/11/2015 1:35:43 PM | Views : 699

Can someone explain to me how I can work with ASP.NET Identity and SQL Server instead of the EF.
I saw a lot of examples that says I need to create the SQL server db and then I will need to add a new file to my project, and ADO.NET file which will create an .edmx file that connects the db to the project and uses EF features.
How I can use this method to work with SQL Server DB and ASP.NET Identity ?

Go to the complete details ...