Fork me on GitHub

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

汇总国内外.NET社区相关文章,覆盖.NET ,ASP.NET和Docker容器三个方面的内容:

.NET

Debugging .NET core with SOS everywhere

链接:https://blogs.msdn.microsoft.com/premier_developer/2017/05/02/debugging-net-core-with-sos-everywhere/

点评:.NET core 平台上使用SOS 调试Core Dump, 要求lldb-3.5 版本以上, CentOS要求版本3.6以上,只能通过源码编译安装。

Who needs Visual Studio? A look at using .NET Core on Linux

链接:http://www.postsharp.net/blog/post/webinar-recording-dotnetcore-on-linux

点评:在Linux 开发和部署.NET Core的一个讲座,有视频和PPT,看看在linux上使用.NET Core。

Step by step: Kafka Pub/Sub with Docker and .Net Core

链接:https://carlos.mendible.com/2017/05/08/step-by-step-kafka-pub-sub-with-docker-and-net-core/

点评:在.NET Core如何使用消息队列Kafka的一个教程,作者有一个系列的.NET Core的文章。

ASP.NET

The new ASP.NET Core 2.0 packages can no longer be used on .NET Desktop

链接:https://github.com/aspnet/Home/issues/2022

点评: ASP.NET Core 2.0到底要不要支持 .NET Framework,这里讨论非常的热烈,4天不到已经有450个讨论。我的答案当然是不要支持最好。本来 ASP.NET Core 1.x 就不应该委屈地去搞 .NET Framework 支持

Create API with ASP.NET Core (Day 1): Getting Started and ASP.NET Core Request Pipeline

链接:http://www.codeproject.com/Articles/1184870/Create-API-with-ASP-NET-Core-Day-Getting-Started-a

点评: 使用ASP.NET Core 开发Web API的系列教程,目前已经写了两篇,欢迎关注。

Login & Authentication for your ASP.NET Core Web API – The Big Picture

链接:https://jonhilton.net/2017/05/03/login-authentication-asp-net-core-web-api-big-picture/

点评:前后端分离是大趋势,三大前端框架Angular, ReactJS 和VUE, ASP.NET Core可以很好的集成前端框架,本文介绍认证授权怎么做的蓝图。

SECURE ASP.NET CORE MVC WITH ANGULAR USING IDENTITYSERVER4 OPENID CONNECT HYBRID FLOW

链接:https://damienbod.com/2017/05/06/secure-asp-net-core-mvc-with-angular-using-identityserver4-openid-connect-hybrid-flow/

点评:使用Identityserver4实现asp.net core mvc的openid connect hybrid flow 实现认证授权

When Should You Upgrade to ASP.NET Core?

链接:http://ardalis.com/when-should-you-upgrade-to-asp-net-core

点评:作者总结了那些应用应该升级到asp.net core.供参考

Adding WebApi & OAuth Authentication to an Existing Project

链接:https://blogs.msdn.microsoft.com/mvpawardprogram/2017/05/02/adding-webapi-oauth-auth/

点评:在已有项目中添加WebApi和OAuth认证的指引教程。

.NET Core with csproj

链接:https://csharp.christiannagel.com/2017/05/05/dotnetcore/

点评:这是一个书《Professional C# 6 and .NET Core 1.0 》的一章内容,还有一章是C# 7.0 – What’s New

posted @ 2017-05-10 08:41  张善友  阅读(1008)  评论(0编辑  收藏  举报