basic
basic
Right click on dependencies-> manage newget packages ->browse and install 2 pakages
microsoft.entityframeworkcore.sql.server
Microsoft.entityframeworkcore.tool (responsible for data migration create table)
Appsetting.json
ApplicationDbcontext.cs
Tools->nueget package manager ->package manager console (execuate 2 commands) to create db and table
Hya command chy adahi varche codes complete paije eg initialization
Add-Migration "Initial Migration"
Update-database
Shortcut : ctrl+.
Right click on controller and add controller StudentsController.cs ->right click on view and add view Add.cshtml