Authenticate user efficiently and quickly (without setbacks, Identity x Manual)

4

I need to create a fun system that uses a validation (user, password). I have experience with WebForm, I have already studied a bit of MVC but I still do not feel safe to create a complete application with MVC.

For the validation I thought about using Identity, because from what I saw it made things easier, however, I did not see from scratch, I made an example and some minor changes . And there I was in doubt, whether it is worth learning to use Identity during the creation of this project or use a less sophisticated, like session store or cookie.

A preocupação principal é ter problemas com o Idntity que possam acabar tomando tempo.

I am still in doubt if I have done well to publish the question here, in any case if you do not identify a response and only discussions, I'll remove the question. Thanks in advance.

    
asked by anonymous 18.08.2015 / 22:36

1 answer

2
  

For the validation I thought about using Identity, because from what I saw it made things easier, however, I did not see from scratch, I made an example and some minor changes . And there I was wondering if it is worth learning how to use (sic) Identity during the creation of this project or use a less sophisticated one, such as storing in session or cookie.

Exist a project that teaches you how to use Identity with Web Forms . I think it's worth a look.

  

The main concern is having problems with Idntity (sic) that might end up taking time.

Usually using ASP.NET Identity is very simple, especially if you start the project from scratch. It is recommended to test in this empty project before starting to modify a system that already exists.

    
18.08.2015 / 22:55