惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - 朱永光

Dapr云原生应用开发系列6:绑定构建块 Dapr云原生应用开发系列7:工作流集成 Dapr微服务应用开发系列5:发布订阅构建块 Dapr微服务应用开发系列4:状态管理构件块 Dapr微服务应用开发系列3:服务调用构件块 Dapr微服务应用开发系列2:Hello World与SDK初接触 Dapr微服务应用开发系列1:环境配置 Dapr微服务应用开发系列0:概述 利用Azure Functions和k8s构建Serverless计算平台 我如何通过K8S开发认证(CKAD)考试 对Windows桌面应用程序进行UI自动化测试 Service Fabric是什么? 如何把遗留的Java应用托管在Service Fabric中 如何在本地数据中心安装Service Fabric for Windows集群 当TFS/VSTS遇上Power BI .NET英文技术文章导读(2017-02-09) Power BI入门教程 数据分析师的福音——VS 2017带来一体化的数据分析开发环境 如何把Power BI嵌入到Web应用中
.NET英文技术文章导读(2017-03-23)
朱永光 · 2017-03-23 · via 博客园 - 朱永光

关键字:VS2017、扩展、Service Fabric、Unit Test、ELMAH

Web开发人员必装的5个VS2017扩展

作者:Jeffrey T. Fritz

链接:https://blogs.msdn.microsoft.com/webdev/2017/03/21/five-visual-studio-2017-extensions-for-web-developers/

点评:相比很多人都已经安装并开始使用VS2017,之前介绍过VS2015的扩展,这次是VS2017的版本的,不过和之前的差不多。除了Productivity Power Tools、Web Essentials for Visual Studio 2017,还有Razor Language Service、Project File Tools和EditorConfig Language Service。另外我再推荐大家安装Roslynator 2017。

VS2017和Service Fabric工具

作者:Service Fabric Team

链接:https://blogs.msdn.microsoft.com/azureservicefabric/2017/03/17/visual-studio-2017-and-service-fabric-tools/

点评:3.11在成都的VS2017的活动上,我还分享了Service Fabric的主题。和VS2015的最大不同就是,在VS2017中只要选择Azure的Workload的话,就默认有Service Fabric的工具了,当然运行时还是需要通过WPI来安装。

VS2017中的实时单元测试

作者:Anuraj

链接:http://dotnetthoughts.net/live-unit-testing-in-visual-studio-2017

点评:VS2017带来的一大新特性就是实时的单元测试,顾名思义就是在写代码的过程中,VS会在后台实时的运行之前写好的单元测试,并显示到代码编辑器中。让你写代码的过程中马上就知道代码有没有问题。这个特性让你把TDD做到极致,让DevOps在写代码的时候就实现闭环。

使用ELMAH.io来进行ASP.NET Core的错误管理

作者:damienbod

链接:https://damienbod.com/2017/03/16/asp-net-core-error-management-with-elmah-io/

点评:相信很多人都用过ELMAH来记录过错误。而ELMAH.io是一个错误日志跟踪的SaaS平台。可以完美的支持ASP.NET Core。并且对MVP和开源项目提供免费订阅。