https://github.com/janluksoft/aspnetcoremvc_1simplest
This is the simplest ASP.NET Core MVC project that can be
https://github.com/janluksoft/aspnetcoremvc_1simplest
asp-net-core-mvc c-sharp dotnet mvc visual-studio
Last synced: about 1 month ago
JSON representation
This is the simplest ASP.NET Core MVC project that can be
- Host: GitHub
- URL: https://github.com/janluksoft/aspnetcoremvc_1simplest
- Owner: janluksoft
- License: mit
- Created: 2022-12-13T17:04:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T17:04:10.000Z (over 3 years ago)
- Last Synced: 2025-03-03T11:18:08.134Z (over 1 year ago)
- Topics: asp-net-core-mvc, c-sharp, dotnet, mvc, visual-studio
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASP.NET Core MVC 1 simplest
This is the simplest ASP.NET Core MVC project that can be.

The project has one controller, one index.cshtml single page , and css page style. Nothing more. The project has no data base engine or model class. But it works correctly.
There are a lot of examples of Razor-Pages on the internet using the sample page creator. There are a lot of unnecessary files on such a page and a beginner does not know which files are the most important.
Therefore, this project is created by manually adding only the necessary folders and files.
## Details
- Environment: VS2019
- Target: .NET5 (Core)
- Output type: Web Application
- ASP.NET Core MVC