匯總國外.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
點評:.NET Core的跨平臺IDE 已經有了多款,vs code ,vs for mac 還有Rider,文章簡要介紹這三款IDE,總有一款適合你的
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
點評:通過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
文章列表