资源简介
asp.net core mongodb webapi(增删改查,入门级示例)
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
namespace CarGalleryApp
{
public class Program
{
public static void Main(string[] args)
{
CreateWebHostBuilder(args).Build().Run();
}
public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.UseStartup();
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-02-17 11:59 .vs\
目录 0 2020-02-17 13:51 .vs\CarGalleryApp\
目录 0 2020-02-17 13:45 .vs\CarGalleryApp\config\
文件 78769 2020-02-17 13:45 .vs\CarGalleryApp\config\applicationhost.config
目录 0 2020-02-17 13:51 .vs\CarGalleryApp\DesignTimeBuild\
文件 1358852 2020-02-17 13:51 .vs\CarGalleryApp\DesignTimeBuild\.dtbcache
目录 0 2020-02-17 11:59 .vs\CarGalleryApp\v16\
文件 36864 2020-02-18 18:28 .vs\CarGalleryApp\v16\.suo
目录 0 2020-02-17 11:59 .vs\CarGalleryApp\v16\Server\
目录 0 2020-02-17 18:27 .vs\CarGalleryApp\v16\Server\sqlite3\
文件 0 2020-02-17 11:59 .vs\CarGalleryApp\v16\Server\sqlite3\db.lock
文件 2269184 2020-02-17 18:27 .vs\CarGalleryApp\v16\Server\sqlite3\storage.ide
文件 1145 2020-02-17 11:59 CarGalleryApp.sln
目录 0 2020-02-17 13:26 CarGalleryApp\
文件 146 2020-02-17 11:58 CarGalleryApp\appsettings.Development.json
文件 186 2020-02-17 13:23 CarGalleryApp\appsettings.json
目录 0 2020-02-17 11:59 CarGalleryApp\bin\
目录 0 2020-02-17 11:59 CarGalleryApp\bin\Debug\
目录 0 2020-02-17 13:44 CarGalleryApp\bin\Debug\netcoreapp2.2\
文件 146 2020-02-17 11:58 CarGalleryApp\bin\Debug\netcoreapp2.2\appsettings.Development.json
文件 186 2020-02-17 13:23 CarGalleryApp\bin\Debug\netcoreapp2.2\appsettings.json
文件 269975 2020-02-17 13:44 CarGalleryApp\bin\Debug\netcoreapp2.2\CarGalleryApp.deps.json
文件 15360 2020-02-17 13:45 CarGalleryApp\bin\Debug\netcoreapp2.2\CarGalleryApp.dll
文件 3856 2020-02-17 13:45 CarGalleryApp\bin\Debug\netcoreapp2.2\CarGalleryApp.pdb
文件 284 2020-02-17 13:44 CarGalleryApp\bin\Debug\netcoreapp2.2\CarGalleryApp.runtimeconfig.dev.json
文件 224 2020-02-17 13:44 CarGalleryApp\bin\Debug\netcoreapp2.2\CarGalleryApp.runtimeconfig.json
文件 105984 2020-02-17 13:45 CarGalleryApp\bin\Debug\netcoreapp2.2\CarGalleryApp.Views.dll
文件 10064 2020-02-17 13:45 CarGalleryApp\bin\Debug\netcoreapp2.2\CarGalleryApp.Views.pdb
目录 0 2020-02-17 13:44 CarGalleryApp\bin\Debug\netcoreapp2.2\Properties\
文件 680 2020-02-17 11:58 CarGalleryApp\bin\Debug\netcoreapp2.2\Properties\launchSettings.json
文件 583 2020-02-17 13:37 CarGalleryApp\CarGalleryApp.csproj
............此处省略116个文件信息
相关资源
- 极速北京对时(VB.NET代码)
- asp.net 网页静态化组件(shipingx-Stati
- Speex编解码调用
- Pylon.NET Samples
- asp.net防刷新(F5) 禁止重复提交 ()
- Asp.Net 实现与 Ucenter通信
- 2048核心算法(.net core 控制台版)
- asp.net 页面数据压缩回传
- asp.net 多文件上传源码
- SubSonic.Core orm框架(基于Mssql版本)
- 使用VCSharp.net开发BOS插件
- facebook OAuth 2.0 asp.net
- 用C#.NET实现删除指定文件
- .net 2.0 List 去重 类似 distinct()函数
- Asp.net MVC - 使用PRG模式 解决放刷新问
- Asp.net MVC 使用NVelocity 作为模板引擎
- log4net 在asp.net 记录全局错误
- asp.net多语言实现 二
- js实现关键字高亮
- C# 域名whois批量查询工具(检测是否注
- asp.net MVC 实现多国语言建站解决方案
- asp.net SEO价格查询系统源码
- 生成静态文件
- asp.net 邮件类库项目源码
- asp.net自动压缩CSS-JS源码 包附对应使用
- FastSocket.Net
- asp.net 上传文件至wps
- asp.net ucenter 打通用户登录状态实现(
- asp.net mvc 页面缓存(outputcache)入门级
- .net core 执行linux命令
评论
共有 条评论