DigitalPlatform / dp3

Integrated Library System, 2018
Apache License 2.0
0 stars 3 forks source link

.Net Core 知识 #2

Open renyh opened 6 years ago

renyh commented 6 years ago

.NET Core Guide https://docs.microsoft.com/en-us/dotnet/core/

Get started with .NET Core https://docs.microsoft.com/en-us/dotnet/core/get-started

Build a C# Hello World application with .NET Core in Visual Studio 2017 https://docs.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio

Get Started with .NET Core and Visual Studio 2017 视频 https://channel9.msdn.com/Blogs/dotnet/Get-Started-NET-Core-Visual-Studio-2017

【如何评价微软新推出的.net core 2.1 Preview?】飞刀宽:… https://www.zhihu.com/question/274374949/answer/379975322?utm_source=qq&utm_medium=social&utm_member=YWExZmFhNjljOWZiZjU3NzkyMGE0NTFmYTlkNjllZGI%3D%0A

在Docker上运行.NET Core https://mp.weixin.qq.com/s?__biz=MzA5OTAyNzQ2OA==&mid=2649690337&idx=1&sn=31c060933a3a20af4feba1cd107dd41c&mpshare=1&scene=23&srcid=0429QByTsmEbWsyrbK4YYh3T#rd

在 ASP.NET Core 中使用 SignalR https://mp.weixin.qq.com/s?__biz=MzIzNDA2MjgwMw==&mid=2247483749&idx=1&sn=385469eb8b36b2761c0173ae1c24dc76&chksm=e8fd57d9df8adecf86a26a582ef818c032dcfd7c4dddab1e5b49afbab758862f43712ba2fcb8&mpshare=1&scene=23&srcid=0429Yrtd36E1C8VtsEZrEaIU#rd

renyh commented 6 years ago

ASP.NET Core MVC

Migrate from ASP.NET MVC to ASP.NET Core MVC https://docs.microsoft.com/en-us/aspnet/core/migration/mvc?view=aspnetcore-2.0

Layout in ASP.NET Core https://docs.microsoft.com/en-us/aspnet/core/mvc/views/layout?view=aspnetcore-2.0

细说ASP.NET Core静态文件的缓存方式 www.cnblogs.com/maxzhang1985/p/6053738.html 随笔分类 - ASP .NET Core https://www.cnblogs.com/FlyLolo/category/1160583.html

Create a Web API with ASP.NET Core and Visual Studio for Windows https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-2.0

renyh commented 6 years ago

ASP.NET Core Web API

Web API 强势入门指南 http://www.cnblogs.com/guyun/p/4589115.html

dotnet core 打造干净的Web API服务 https://www.jianshu.com/p/eb111cc503ff

从头编写 asp.net core 2.0 web api 基础框架 (1) https://mp.weixin.qq.com/s/AM9GqIV9gKId6AhwS57e0w https://mp.weixin.qq.com/s/4GR-wgH5zWow1YR94tQH2A

renyh commented 6 years ago

.NET Core对.txt文件也会编译

image

renyh commented 6 years ago

How to read AppSettings values from Config.json in ASP.NET Core

https://stackoverflow.com/questions/31453495/how-to-read-appsettings-values-from-config-json-in-asp-net-core

renyh commented 6 years ago

Link and Script Tag Helpers in ASP.NET Core MVC

https://www.davepaquette.com/archive/2015/05/06/link-and-script-tag-helpers-in-mvc6.aspx

renyh commented 6 years ago

Create cookie with ASP.NET Core

https://stackoverflow.com/questions/40250705/create-cookie-with-asp-net-core

renyh commented 6 years ago

静态文件合并与压缩

ASP.NET Core 2.0 : 三. 项目结构 http://www.cnblogs.com/FlyLolo/p/ASPNETCore2_3.html

ASP.NET Core Web 资源打包与压缩 http://chuansong.me/n/1957694548324

在 ASP.NET 核心中的捆绑和 minifiy 静态资产 https://docs.microsoft.com/zh-cn/aspnet/core/client-side/bundling-and-minification?view=aspnetcore-2.1&tabs=visual-studio%2Caspnetcore2x

renyh commented 6 years ago

.NET implementation support

https://docs.microsoft.com/en-us/dotnet/standard/net-standard

image

renyh commented 6 years ago

.NET Framework 版本和依赖关系

https://docs.microsoft.com/zh-cn/dotnet/framework/migration-guide/versions-and-dependencies

https://www.cnblogs.com/cncc/p/8037455.html

renyh commented 6 years ago

Session and app state in ASP.NET Core

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/app-state?view=aspnetcore-2.1