首页

asp.net core mongodb webapi(增删改查,入门级示例)

c#

2020-9-10

asp.net core mongodb webapi(增删改查,入门级示例)

资源下载此资源下载价格为3D币(VIP免费),请先
资源文件列表
.vs/CarGalleryApp/config/applicationhost.config , 78769
.vs/CarGalleryApp/DesignTimeBuild/.dtbcache , 1358852
.vs/CarGalleryApp/v16/.suo , 36864
.vs/CarGalleryApp/v16/Server/sqlite3/db.lock , 0
.vs/CarGalleryApp/v16/Server/sqlite3/storage.ide , 2269184
CarGalleryApp.sln , 1145
CarGalleryApp/appsettings.Development.json , 146
CarGalleryApp/appsettings.json , 186
CarGalleryApp/bin/Debug/netcoreapp2.2/appsettings.Development.json , 146
CarGalleryApp/bin/Debug/netcoreapp2.2/appsettings.json , 186
CarGalleryApp/bin/Debug/netcoreapp2.2/CarGalleryApp.deps.json , 269975
CarGalleryApp/bin/Debug/netcoreapp2.2/CarGalleryApp.dll , 15360
CarGalleryApp/bin/Debug/netcoreapp2.2/CarGalleryApp.pdb , 3856
CarGalleryApp/bin/Debug/netcoreapp2.2/CarGalleryApp.runtimeconfig.dev.json , 284
CarGalleryApp/bin/Debug/netcoreapp2.2/CarGalleryApp.runtimeconfig.json , 224
CarGalleryApp/bin/Debug/netcoreapp2.2/CarGalleryApp.Views.dll , 105984
CarGalleryApp/bin/Debug/netcoreapp2.2/CarGalleryApp.Views.pdb , 10064
CarGalleryApp/bin/Debug/netcoreapp2.2/Properties/launchSettings.json , 680
CarGalleryApp/CarGalleryApp.csproj , 583
CarGalleryApp/CarGalleryApp.csproj.user , 1031
CarGalleryApp/Controllers/CarsController.cs , 2693
CarGalleryApp/Controllers/HomeController.cs , 748
CarGalleryApp/Models/Car.cs , 1055
CarGalleryApp/Models/ErrorViewModel.cs , 221
CarGalleryApp/Models/YearRangeAttribute.cs , 327
CarGalleryApp/obj/CarGalleryApp.csproj.nuget.cache , 149
CarGalleryApp/obj/CarGalleryApp.csproj.nuget.dgspec.json , 3049
CarGalleryApp/obj/CarGalleryApp.csproj.nuget.g.props , 4555
CarGalleryApp/obj/CarGalleryApp.csproj.nuget.g.targets , 3539
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.AssemblyInfo.cs , 1012
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.AssemblyInfoInputs.cache , 42
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.assets.cache , 197308
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.csproj.CopyComplete , 0
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.csproj.FileListAbsolute.txt , 4390
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.dll , 15360
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.pdb , 3856
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.RazorAssemblyInfo.cache , 42
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.RazorAssemblyInfo.cs , 927
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.RazorCoreGenerate.cache , 42
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.RazorTargetAssemblyInfo.cache , 42
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.RazorTargetAssemblyInfo.cs , 1243
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.TagHelpers.input.cache , 0
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.TagHelpers.output.cache , 100480
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.Views.dll , 105984
CarGalleryApp/obj/Debug/netcoreapp2.2/CarGalleryApp.Views.pdb , 10064
CarGalleryApp/obj/Debug/netcoreapp2.2/Razor/Views/_ViewImports.cshtml.g.cs , 2624
CarGalleryApp/obj/Debug/netcoreapp2.2/Razor/Views/_ViewStart.cshtml.g.cs , 2944
CarGalleryApp/obj/Debug/netcoreapp2.2/Razor/Views/Cars/Create.cshtml.g.cs , 44493
CarGalleryApp/obj/Debug/netcoreapp2.2/Razor/Views/Cars/Index.cshtml.g.cs , 13346
CarGalleryApp/obj/Debug/netcoreapp2.2/Razor/Views/Home/Index.cshtml.g.cs , 3264
CarGalleryApp/obj/Debug/netcoreapp2.2/Razor/Views/Home/Privacy.cshtml.g.cs , 3494
CarGalleryApp/obj/Debug/netcoreapp2.2/Razor/Views/Shared/_CookieConsentPartial.cshtml.g.cs , 9231
CarGalleryApp/obj/Debug/netcoreapp2.2/Razor/Views/Shared/_Layout.cshtml.g.cs , 50147
CarGalleryApp/obj/Debug/netcoreapp2.2/Razor/Views/Shared/_ValidationScriptsPartial.cshtml.g.cs , 18720
CarGalleryApp/obj/Debug/netcoreapp2.2/Razor/Views/Shared/Error.cshtml.g.cs , 4768
CarGalleryApp/obj/project.assets.json , 643039
CarGalleryApp/Program.cs , 635
CarGalleryApp/Properties/launchSettings.json , 680
CarGalleryApp/Services/CarService.cs , 1311
CarGalleryApp/Startup.cs , 2291
CarGalleryApp/Views/_ViewImports.cshtml , 108
CarGalleryApp/Views/_ViewStart.cshtml , 35
CarGalleryApp/Views/Cars/Create.cshtml , 2238
CarGalleryApp/Views/Cars/Index.cshtml , 1837
CarGalleryApp/Views/Home/Index.cshtml , 239
CarGalleryApp/Views/Home/Privacy.cshtml , 144
CarGalleryApp/Views/Shared/_CookieConsentPartial.cshtml , 1054
CarGalleryApp/Views/Shared/_Layout.cshtml , 3786
CarGalleryApp/Views/Shared/_ValidationScriptsPartial.cshtml , 1147
CarGalleryApp/Views/Shared/Error.cshtml , 884
CarGalleryApp/wwwroot/css/site.css , 1163
CarGalleryApp/wwwroot/favicon.ico , 32038
CarGalleryApp/wwwroot/js/site.js , 230
CarGalleryApp/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css , 68266
CarGalleryApp/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map , 151749
CarGalleryApp/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css , 48494
CarGalleryApp/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map , 108539
CarGalleryApp/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css , 5227
CarGalleryApp/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map , 76483
CarGalleryApp/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css , 4028
CarGalleryApp/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map , 32461
CarGalleryApp/wwwroot/lib/bootstrap/dist/css/bootstrap.css , 202401
CarGalleryApp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map , 492048
CarGalleryApp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css , 155764
CarGalleryApp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map , 625953
CarGalleryApp/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js , 229924
CarGalleryApp/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map , 402249
CarGalleryApp/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js , 78641
CarGalleryApp/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map , 311949
CarGalleryApp/wwwroot/lib/bootstrap/dist/js/bootstrap.js , 136072
CarGalleryApp/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map , 250568
CarGalleryApp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js , 58078
CarGalleryApp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map , 190253
CarGalleryApp/wwwroot/lib/bootstrap/LICENSE , 1153
CarGalleryApp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js , 19798
CarGalleryApp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js , 5871
CarGalleryApp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt , 587
CarGalleryApp/wwwroot/lib/jquery-validation/dist/additional-methods.js , 43184
CarGalleryApp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js , 18467
CarGalleryApp/wwwroot/lib/jquery-validation/dist/jquery.validate.js , 50276
CarGalleryApp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js , 23264
CarGalleryApp/wwwroot/lib/jquery-validation/LICENSE.md , 1117
CarGalleryApp/wwwroot/lib/jquery/dist/jquery.js , 282115
CarGalleryApp/wwwroot/lib/jquery/dist/jquery.min.js , 86929
CarGalleryApp/wwwroot/lib/jquery/dist/jquery.min.map , 132370
CarGalleryApp/wwwroot/lib/jquery/LICENSE.txt , 1641
没有账号? 忘记密码?

社交账号快速登录