This project created using ASP.NET Core and EntityFramework Core.
- Visual Studio 2022
- .NET Core 5.0.7 SDK
- MSSQL Server
- Open Windows PowerShell in administrative mode.
cdto the directory~/ProgrammersBlog-MVC/ProgrammersBlog.Data- Copy the following code, run it on the shell.
dotnet ef --startup-project ../ProgrammersBlog.Mvc database update- Open solution in Visual Studio 2022
- Set ProgrammersBlog.Mvc.csproj project as Startup Project and build the project.
- Run the application using IIS Express.


