rahulsahay19 / AMA

Ask Me Anything
0 stars 1 forks source link

how to learn asp.net identity? #7

Closed farhadibehnam closed 6 years ago

farhadibehnam commented 6 years ago

Hi

I'm a novice programmer in asp.net MVC and I'm working on my project it's about a dentistry website.in part of my project I need to use identity for authorization and authentication. and also I've read pro asp.net MVC 5 platform it was good but I still couldn't understand it very well. I can't create a registration and login form for my project.as well as I found your book about asp.net identity. do you think it can help me? I'm confused about identity.and also did you explain about roles in your book? please help me how to learn identity very well?

Thanks so much.

rahulsahay19 commented 6 years ago

Yeah that's there. However, its on the newer version side as in Identity. So, the examples which I have given here is based on asp.net core. Although, Identity piece will remain same as far as code setup is required. Hence, those working examples you can get from the book and then you can inject in your asp.net mvc application. Thanks!