Abhijeet Panpatil

Abhijeet Panpatil

  • NA
  • 95
  • 19.3k

Web application using c# MVC and Azure Table storage.

Mar 17 2018 11:17 AM
Actually i want to develope web application using c# MVC and azure Table storage at backend. Till now im completing the registraion part i.e upload form data in azure table.I have done this using MVC architecture . Now i want to do the login process . For that i want to use the data of the user which he store in table at the time of signup process. So i want to use that email and password for login process. But i dont know how to do the login part using Azure Table storage.
 
So can you please helpe me regarding this i.e how to do the user login  whose username and password is already stored in databsae. database is Azure Table Storage.
 
Waiting for positive reply.