Customize User's Profile in ASP.NET Identity System
Note: You should read this post instead, I found below walkthrough will not work on ASP.NET Identity 2. I will re-work on this post soon. In this post you will learn how to customize User’s Profile and add some more fields like FirstName, LastName, EmailID etc with ASP.NET Identity System. In my last post I listed some of the great new features introduced with Identity system .
Where can I find the code for Find, edit, remove, detail? I think the example is not complete without this... Please reply!
ReplyDeletelook at model and controller of the view, you will see all logic.
Delete