Saturday, 10 February 2024

Project Template for quickly getting started of .net core web app

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

Search This Blog

Creating your first "Alexa" Skill

Index What is Alexa What is Alexa Skill? Why is it required when Alexa already equipped with voice assistant? Dev...