Hi,
I need to implement ASP.NET Identity with repository pattern. Any code example will be helpful.
Regards,
Imran Ahmad Mughal
Please refer these articles..
http://timschreiber.com/2015/01/14/persistence-ignorant-asp-net-identity-with-patterns-part-1/
http://timschreiber.com/2015/01/25/persistence-ignorant-asp-net-identity-with-patterns-part-2/
http://www.dotnet-tutorial.com/articles/mvc/how-to-use-repository-pattern-with-asp-net-mvc-with-entity-framework
Hope this will help you.
thanks