Fork me on GitHub

每周.NET前沿技术文章摘要(2017-06-21)

汇总国外.NET社区相关文章,覆盖.NET ,ASP.NET等内容:

.NET

.NET Core Magic: Develop on one OS, run on another

链接:https://developers.redhat.com/blog/2017/06/19/net-core-magic-develop-on-one-os-run-on-another/

点评:Redhat 的.NET 博客文章,文章向你介绍在windows上开发.net core应用部署到REHL上

From Java to .NET Core, Part 2: Types

链接: https://developers.redhat.com/blog/2017/06/15/from-java-to-net-core-part-2-types/

点评:RedHat的.NET博客上的从Java 转到.NET Core的系列文章的第二篇,这篇主要介绍类型系统

How to reference a .NET Core library in WinForms - Or, .NET Standard Explained

链接:https://www.hanselman.com/blog/HowToReferenceANETCoreLibraryInWinFormsOrNETStandardExplained.aspx

点评:文章介绍如何在Winforms程序中引用一个.NET Core的类库,也是一篇.NET应用引用.NET Core的指引文章

Choice amongst cross-platform .NET IDEs - VS Code, Visual Studio for Mac, JetBrains Rider

链接:https://www.hanselman.com/blog/ChoiceAmongstCrossplatformNETIDEsVSCodeVisualStudioForMacJetBrainsRider.aspx

点评:.NET Core的跨平台IDE 已经有了多款,vs code ,vs for mac 还有Rider,文章简要介绍这三款IDE,总有一款适合你的

Microsoft .NET Framework 4.7 is available on Windows Update, WSUS, and MU Catalog

链接:https://blogs.msdn.microsoft.com/dotnet/2017/06/13/microsoft-net-framework-4-7-is-available-on-windows-update-wsus-and-mu-catalog/

点评:微软并没有停止.NET Framework的开发,4.7版本在性能方面有很大改进,现在4.7版本已经开始通过微软的WSUS网络推送

ASP.NET

ASP.NET Core deployment using Docker, Nginx and Ubuntu Server

链接:http://piotrgankiewicz.com/2017/06/12/asp-net-core-deployment-using-docker-nginx-and-ubuntu-server/

点评: 介绍通过docker将asp.net core应用部署到ubuntu

Theming in ASP.NET Core

链接:http://www.hishambinateya.com/theming-in-asp.net-core

点评:介绍在asp.net core应用程序中支持Theming。

Keep your ASP.NET Core application’s secrets safe during development

链接: https://jonhilton.net/2017/06/07/keep-your-asp-dot-net-application-secrets-safe/

点评:在asp.net core应用程序中如何保证敏感配置信息的安全保存。

OPENID CONNECT SESSION MANAGEMENT USING AN ANGULAR APPLICATION AND IDENTITYSERVER4

链接:https://damienbod.com/2017/06/11/openid-connect-session-management-an-angular-application-using-identityserver4/

点评:通过angular 和identityserver4 介绍openid connect的会话管理

Defining custom logging messages with LoggerMessage.Define in ASP.NET Core

链接:https://andrewlock.net/defining-custom-logging-messages-with-loggermessage-define-in-asp-net-core/

点评:介绍asp.net core的日志系统,如何自定义扩展日志系统

Middleware in ASP.NET Core – Handling requests

链接:https://codingblast.com/asp-net-core-middleware/

点评:asp.net 有Module,Handler,asp.net core统一为Middleware来处理请求,文章详细的介绍Middleware。

Resolving ASP.NET Core Startup class from the DI container

链接:https://www.strathweb.com/2017/06/resolving-asp-net-core-startup-class-from-the-di-container/

点评:通过DI把asp.net core的Startup 管理起来,对于测试,开发比较容易。

Control the Controller in ASP.NET MVC

链接:https://www.simple-talk.com/dotnet/asp-net/control-controller-asp-net-mvc/

点评:详细介绍asp.net core poco controller,讨论了localized routes 和 URLs

posted @ 2017-06-21 08:53  张善友  阅读(2161)  评论(1编辑  收藏  举报