Asp.Net Identity using Procedure

Asked

Viewed 22 times

0

I am in need of your valuable help, I have a web project to do using Asp.net and I would like to use Identity to do the access control, use all existing features to make the safe login.

Problem that in the database where the project will be deployed, is only allowed saved and change in the base using Procedure, would have some way to make Identity compatible with the use of Procedure?

1 answer

0

Identity would not be compatible with this mode of use, however you can use a Entityframework to create the ORM in this way. So it would be transparent for you.

inserir a descrição da imagem aqui

So it would generate the code something like this:

inserir a descrição da imagem aqui

This example is done with a query, but can be done to save and update. Follow a link to help you. link

Browser other questions tagged

You are not signed in. Login or sign up in order to post.