- .Net Core 3.0
- MVC Razor
- Microsoft Entity framework
- Data Annotations
- Automatic DB Creation with table definitions
- Add partial or full student information
- Update existing user information
- Delete exsiting user information
- View students list
- Sample use of AntiForgeryToken in POST methods
- Task (Async, Await)
- Open appsettings.json
- Head to ConnectionStrings
- Change the server, database, userid and password of DefaultConnection
This project is not intended for production purposes. This however, a project that shows how EntityFrameworkCore communicates with SQL Database and .Net Core 3.0