文件名称:mvc:.NET 5.0 MVC 网站
文件大小:497KB
文件格式:ZIP
更新时间:2024-08-23 09:57:10
HTML
MVC
带有 ServiceStack API 的 .NET 5.0 MVC 网站
浏览,查看现场演示并使用安装:
$ dotnet tool install -g x
$ x new mvc ProjectName
或者将新项目文件直接写入空存储库,使用目录名称作为项目名称:
$ git clone https://github.com/
【文件预览】:
mvc-master
----.gitignore(5KB)
----Dockerfile(287B)
----MyApp.ServiceModel()
--------Types()
--------Hello.cs(296B)
--------MyApp.ServiceModel.csproj(303B)
----MyApp()
--------Program.cs(1KB)
--------appsettings.Development.json(189B)
--------MyApp.csproj(793B)
--------Controllers()
--------appsettings.json(105B)
--------.bowerrc(76B)
--------Views()
--------bundleconfig.json(604B)
--------Startup.cs(2KB)
--------bower.json(356B)
--------Properties()
--------Models()
--------wwwroot()
----MyApp.Tests()
--------UnitTest.cs(790B)
--------IntegrationTest.cs(1KB)
--------MyApp.Tests.csproj(743B)
----NuGet.Config(289B)
----README.md(662B)
----.vscode()
--------launch.json(2KB)
--------tasks.json(434B)
----MyApp.ServiceInterface()
--------MyServices.cs(405B)
--------MyApp.ServiceInterface.csproj(335B)
----MyApp.sln(3KB)