1. Create new project in Visual studio 2022
2. choose 'individual accounts' for authentication
3. Once project created, change 'DefaultConnection' in app.config. So that user accounts data will be safely stored in our application database. A separate database need not to be maintained.
4. Now use 'database first' approach in entity framework. Refer to the article in our blog.
No comments:
Post a Comment