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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

NET Core 2.1 Roadmap

36 点作者 benaadams超过 7 年前

3 条评论

yokohummer7超过 7 年前
&gt; Build-time performance is much improved in .NET Core 2.1, particularly for incremental build. These improvements apply to both dotnet build on the commandline and to builds in Visual Studio.<p>It is good to see some improvements. Currently, `dotnet build` takes at least 3 seconds to compile a simple hello world project on my system, <i>even when the source code isn&#x27;t changed at all</i>. At first I thought I did something wrong, but no, others were suffering from this too.[1][2]<p>This occurs because every `dotnet build` run tries to resolve the dependencies and inspect the file structure to see if any changes are made. And for some reason those operations are dog slow. Visual Studio doesn&#x27;t have this problem, as it knows the file structure and the dependencies beforehand, so it can determine whether there should be a recompilation easily. I wanted to use VS too but it was too slow for my tiny laptop, so I&#x27;m stuck with VS Code.<p>I hope the improvements are big enough that I can reevaluate using .NET Core again. The build time was a huge obstacle to my iteration cycle, so I had to use TypeScript in my previous project. I sincerely want to code my backends in C#.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;cli&#x2F;issues&#x2F;5918" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;cli&#x2F;issues&#x2F;5918</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;cli&#x2F;issues&#x2F;7610" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;cli&#x2F;issues&#x2F;7610</a>
polskibus超过 7 年前
Still no production-ready ODBC in .NET Core? How is one supposed to work with database engines in a standard way? Java is miles ahead by just sticking to JDBC.<p>Microsoft first moved off ODBC towards OLE DB only to ditch it some years later.<p>Working with data and being able to connect to a plethora of data sources is essential to a platform success. .NET Core won&#x27;t be treated as a serious cross-platform toolkit if it won&#x27;t offer a reliable, interoperable interface.
评论 #16293543 未加载
评论 #16293399 未加载
nwah1超过 7 年前
Awesome. Lazy Loading for EF is probably the most requested feature there.<p>I&#x27;m wondering how Kestrel is doing, and if it will finally be available as a freestanding web server, not behind a reverse proxy. Looks like HTTP&#x2F;2 support is delayed until at least 2.2.
评论 #16293401 未加载
评论 #16294226 未加载
评论 #16293756 未加载
评论 #16293476 未加载