Install entity framework core
Right click on dependencies-> manage newget packages ->browse and install 2 pakages
[Link]
[Link] (responsible for data migration create table)
[Link]-> create new folder ->Data->add class ->[Link]
Shortcuts : ctor+tab
Model->create new folder>Entities->add class->[Link]
Shortcuts prop + double tab
[Link]
[Link]
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
Crud operation time
Shortcut : ctrl+.
Right click on controller and add controller [Link] ->right click on view and add view [Link]
right click on modle-> add class [Link]