Skip to content

rezapps/MVC_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MVC_App# Assignment No.11

This Assignment covers MVC with ASP.Net. This Project is created with .Net version 9 preview and depends on dotnet tools and Entity Framework packages.

To view this project, run these commands:

git clone https://github.com/rezapps/MVC_App.git
cd MVC_App/Storage

# Install these tools first
dotnet tool install --global dotnet-aspnet-codegenerator
dotnet tool install --global dotnet-ef

# add these packages:
dotnet add package Microsoft.EntityFrameworkCore.Design
dotnet add package Microsoft.EntityFrameworkCore.SQLite
dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.Design
dotnet add package Microsoft.EntityFrameworkCore.SqlServer
dotnet add package Microsoft.EntityFrameworkCore.Tools

# Build and run the project
dotnet build
dotnet run

Releases

No releases published

Packages

No packages published