首页 > 代码库 > 每周.NET前沿技术文章摘要(2017-06-07)
每周.NET前沿技术文章摘要(2017-06-07)
汇总国外.NET社区相关文章,覆盖.NET ,ASP.NET等内容:
.NET
.NET Core and .NET Framework Working Together, Or: The Magic of .NET Standard
链接:https://dotnetcore.gaprogman.com/2017/06/01/net-core-and-net-framework-working-together-or-the-magic-of-net-standard/
点评:介绍.NET Framework 和 .NET Core 2.0协同工作,体验.NET Standard所带来的魔力
Array Pool
链接:https://csharp.christiannagel.com/2017/05/31/arraypool/
点评:Array Pool 顾名思义就是Array的池化,在网络编程等很多地方都需要这样的一个数据结构,本文介绍.NET的arraypool 这个类
The Coming .NET Renaissance
链接:http://www.aaronstannard.com/the-coming-dotnet-reinassance/
点评:人们对. net 生态系统怨声载道的时候,这篇文章让你看到希望,比任何时候都要兴奋
.NET Core Support in dotConnect Providers and LinqConnect!
链接:https://www.devart.com/news/2017/net-core-support.html
点评:新版本的 dotConnect ADO.NET 数据提供程序已经支持.NET Core, 当Oracle 表示在.net core 2.0发布之前都不会支持的时候,你有理由抛弃oracle选择dotConnect。
Practical C# Videos – Select in LINQ
链接:http://www.andreaangella.com/2017/05/practical-c-videos-local-functions-ref-returns-and-locals/
点评:这是一系列的C# 的知识点的视频
ASP.NET
Getting Started with ASP.NET Core JavaScript Services
链接:http://www.codingflow.net/getting-started-with-asp-net-core-javascript-services/
点评:大前端是潮流,asp.net core通过javascript services 全面拥抱大前端各大框架react,anjular,vue,knockout 等
Post-Redirect-Get and TempData with ASP.NET Core
链接:https://www.meziantou.net/2017/06/05/post-redirect-get-and-tempdata-with-asp-net-core
点评:用户刷新页面的时候防止表单的重复提交 PRG 模式在asp.net core上面怎么玩。
ASP.NET Core Utils - nuget package available
链接:https://devblog.dymel.pl/2017/05/31/asp-net-core-utlis/
点评:介绍一个 asp.net core的实用的函数包,可以和作者一起来丰富这个包
Docker
Docker for .NET Developers (Part 1)
链接: https://www.stevejgordon.co.uk/docker-dotnet-developers-part-1
点评:这是为.NET开发人员而写的Docker系列文章,作者已经写了2篇,可前往作者博客学习
Installing Asp.Net Core Docker For Windows
链接:http://sibeeshpassion.com/installing-asp-net-core-docker-for-windows/
点评:这是一篇介绍Windows上使用asp.net core docker的安装文章,图文并茂。
每周.NET前沿技术文章摘要(2017-06-07)