资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Builder;
namespace ASPNETCoreAPI
{
public class Program
{
public static void Main(string[] args)
{
var host = new WebHostBuilder()
.UseKestrel()
.UseContentRoot(Directory.GetCurrentDirectory())
.UseIISIntegration()
.UseStartup()
.Build();
host.Run();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-12-28 07:27 Blog-master\
文件 378 2016-12-28 07:27 Blog-master\.gitattributes
文件 4884 2016-12-28 07:27 Blog-master\.gitignore
目录 0 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\
文件 1481 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\ASPNETCoreAPI.sln
文件 131 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\README.md
文件 94 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\global.json
目录 0 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\
目录 0 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\
文件 1145 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\ASPNETCoreAPI.xproj
目录 0 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\Controllers\
文件 2076 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\Controllers\UsersController.cs
目录 0 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\Migrations\
文件 972 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\Migrations\20160801075113_MyFirstMigration.Designer.cs
文件 1002 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\Migrations\20160801075113_MyFirstMigration.cs
文件 939 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\Migrations\DataContextModelSnapshot.cs
目录 0 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\Models\
文件 387 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\Models\DataContext.cs
文件 296 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\Models\User.cs
文件 588 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\Program.cs
目录 0 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\Properties\
文件 661 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\Properties\launchSettings.json
文件 1874 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\Startup.cs
文件 168 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\appsettings.json
文件 1577 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\project.json
文件 551 2016-12-28 07:27 Blog-master\ASPNETCoreAPI\src\ASPNETCoreAPI\web.config
目录 0 2016-12-28 07:27 Blog-master\IdentityServer4OpenID\
文件 2065 2016-12-28 07:27 Blog-master\IdentityServer4OpenID\IdentityServer4OpenID.sln
文件 155 2016-12-28 07:27 Blog-master\IdentityServer4OpenID\README.md
文件 94 2016-12-28 07:27 Blog-master\IdentityServer4OpenID\global.json
目录 0 2016-12-28 07:27 Blog-master\IdentityServer4OpenID\src\
............此处省略355个文件信息
- 上一篇:C#实现二维码生成 源码
- 下一篇:c#文件上传工具
相关资源
- pop3lib类库 +(这个不错) 附完整
- 极速北京对时(VB.NET代码)
- asp.net 网页静态化组件(shipingx-Stati
- Speex编解码调用
- Pylon.NET Samples
- ztree应用
- asp.net防刷新(F5) 禁止重复提交 ()
- Asp.Net 实现与 Ucenter通信
- 2048核心算法(.net core 控制台版)
- asp.net 页面数据压缩回传
- asp.net 多文件上传源码
- 工作上
- MongoDB
- SubSonic.Core orm框架(基于Mssql版本)
- 使用VCSharp.net开发BOS插件
- facebook OAuth 2.0 asp.net
- 用C#.NET实现删除指定文件
- .net 2.0 List 去重 类似 distinct()函数
- wpf gridsplit 布局
- Jsonp跨域登录 (同步登录 同步退出)
- 随机线条拼图
- Asp.net MVC - 使用PRG模式 解决放刷新问
- C# 批量重命名文件名
- Asp.net MVC 使用NVelocity 作为模板引擎
- winds服务,发送邮件且禁用违法规则的
- log4net 在asp.net 记录全局错误
- asp.net多语言实现 二
- js实现关键字高亮
- C# 域名whois批量查询工具(检测是否注
- asp.net MVC 实现多国语言建站解决方案
评论
共有 条评论