TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Stacktrace improvements in .NET Core 2.1

17 点作者 benaadams超过 7 年前

2 条评论

james-skemp超过 7 年前
Semi-related, I just started working on a new project using .NET Core 2. Many years of C# experience, but my first foray into .NET Core.<p>It was fantastic to see some of the changes they made for the better, and actually have to look up how to do some tasks, mostly working with the file system in a Razor Pages site.<p>What&#x27;s unfortunate is that we still have a CMS that uses proper Web Forms and MVC and all the official tutorials tell you not to use them. Not very helpful when we&#x27;re trying to point a new student worker toward them.
benaadams超过 7 年前
The pain every .NET developer has felt from async stack traces is now gone :)