匯總國外.NET社區相關文章,覆蓋.NET ,ASP.NET等內容:
.NET
Free eBook/Guide on ‘.NET Microservices – Architecture for Containerized .NET Applications’
點評: 微軟產品組寫的免費的.NET微服務 的架構電子書,涵蓋了.NET開發微服務的各方面知識
From Java to .NET Core. Part 1
鏈接:https://developers.redhat.com/blog/2017/05/17/from-java-to-net-core-part-1/
點評: Redhat 寫的從java轉到.NET Core的系列文章第一篇
CODE STYLE CONFIGURATION IN VISUAL STUDIO 2017 IDE
鏈接:https://elbruno.com/2017/05/17/vs2017-code-style-configuration-in-visual-studio-2017-ide/
點評:VS 2017可以自定義代碼風格配置,如何配置EditorConfig
.NET Standard 2.0 is out and it’s impressive
鏈接:http://www.talkingdotnet.com/whats-new-in-net-standard-2/
點評:介紹 .NET Standard 2.0 一篇短文
.NET Component Vulnerability Analysis in Production
鏈接:http://blog.blackducksoftware.com/net-component-vulnerability-analysis-in-production
點評:安全是一項非常重要的工作,這個Visual Studio 擴展幫助你分析.NET組件的漏洞
Announcing EF 6.2 beta 1
鏈接:https://blogs.msdn.microsoft.com/dotnet/2017/05/23/announcing-ef-6-2-beta-1/
點評:微軟繼續更新.NET Framework 上面的EF,發布了EF 6.2 beta 1
ASP.NET
Migrating Legacy ASP.NET Apps To Docker
鏈接:http://www.wintellect.com/devcenter/bstewart/migrating-legacy-asp-net-apps-to-docker
點評:將舊版ASP.NET應用程序遷移到Docker,使用Windows的docker容器解決舊版本的asp.net應用是很不錯的方法。
Exploring Program.cs, Startup.cs and CreateDefaultBuilder in ASP.NET Core 2 preview 1
鏈接:https://andrewlock.net/exploring-program-and-startup-in-asp-net-core-2-preview1-2/
點評:ASP.NET Core 2.0使新項目更容易入門,本文主要介紹asp.net core 2的基本模板。
Razor Pages with ASP.NET Core 2
鏈接:http://gunnarpeipman.com/2017/05/razor-pages/
點評:ASP.NET Core 2中添加了對Razor頁面的支持。Razor為開發人員提供了一種無需借助于整體MVC應用架構就可開始構建Web應用的方法。鑒于Razor頁面是鑒于MVC構建的,這種做法便于不斷發展的應用隨后轉化為適當的MVC解決方案。Razor頁面使用@page
指令直接處理請求,無需相應的控制器。
ASP.NET Core 2.0 Preview 1 introduction
鏈接:https://codingblast.com/asp-net-core-2-preview/
點評:ASP.NET Core 2中的新特性包括meta-packages、新的Web Host默認配置、簡化的日志,還改進了ASP.NET Core Identity系統以便于更改認證提供方
文章列表