TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

.NET 5

730 pointsby benaadamsabout 6 years ago

47 comments

lol768about 6 years ago
I&#x27;ll be honest, as much as I love the improvements with .NET Core&#x2F;.NET Standard, Microsoft&#x27;s branding strategy leaves <i>a lot</i> to be desired.<p>vNext has already been historically used in the context of ASP.NET to refer to ASP.NET (not to be confused with ASP.NET MVC) v6. We restarted the versioning back with ASP.NET Core, now on version 2. Entity Framework used to be a .NET framework component but is now standalone, and has a Core version? Does Blazor (or is it Razor Components now) share the .NET branding?<p>Separate to the web stuff, we have the .NET platform - .NET framework is the non-cross platform version for which we&#x27;re on version 4, but it implements .NET Standard v2 along with .NET Core, which has a Linux runtime. Mono also implements .NET Standard v2 and has a Linux runtime.<p>I remember many years ago when we also had Microsoft .NET Passport.. which was completely unrelated to everything else that I&#x27;ve mentioned related to the .NET brand.<p>And now we have .NET 5 which is neither Framework nor Core - so will ASP.NET drop this Core branding too? Is it just me, or is this all incredibly convoluted?
评论 #19841657 未加载
评论 #19842008 未加载
评论 #19841725 未加载
评论 #19841793 未加载
评论 #19842058 未加载
评论 #19843383 未加载
评论 #19841828 未加载
评论 #19844046 未加载
评论 #19845259 未加载
评论 #19844614 未加载
评论 #19843129 未加载
评论 #19842952 未加载
MikusRabout 6 years ago
&quot;There will be just one .NET going forward, and you will be able to use it to target Windows, Linux, macOS, iOS, Android, tvOS, watchOS and WebAssembly and more.&quot;
评论 #19840879 未加载
评论 #19840911 未加载
评论 #19841173 未加载
评论 #19841342 未加载
评论 #19849020 未加载
评论 #19843199 未加载
majkinetorabout 6 years ago
I have extensive XP with .NET Core 2 in production on huge services with 1M+ users - we started making some stuff before 1.0 and had it in production after having few sessions with local MS.<p>WebAPI, APS.NET Core, Pwsh, C# 7... I dont work for MS, but that is some seriously good tech stack. Performance is amazing too. I highly recommend it. Worked in 50+ environments so far but this is top stuff. MS really nailed it this time. No, don&#x27;t tell me that JAVA is comparable to C# in elegance, that linux dudes had python&#x2F;ruby&#x2F;perl&#x2F;whatever before Powershell etc.<p>The only problem we had so far was with the Oracle db drivers which were non existent until several months back, but that is on Oracle... which sux more and more each day - commercializing java for example will just give a boost to .NET now, a lot of it - who at Oracle made up such decision escapes me, but maybe he works for MS.
评论 #19842837 未加载
评论 #19876997 未加载
bob1029about 6 years ago
I am very pleased with the direction Microsoft has been moving the last few years. Every release of .Net has incrementally made our lives easier.<p>We are already on top of .Net Standard&#x2F;Core 2.0 and are building successfully against 3.0 prerelease targets without modification. I would anticipate the move from Core 3.0 to .NET 5.0 would be trivial for us, and as long as self-contained deployments are still around in 2020 our build &amp; publish pipeline won&#x27;t know the difference (aside from msbuild &amp; SDK updates on Jenkins).<p>Exciting times ahead.
badsectoraculaabout 6 years ago
So, does this also replace&#x2F;update the .NET Framework that is bundled with Windows 10, meaning that you can release a .NET EXE and ask people to use the latest version of the .NET like you can release a .JAR and you can ask people to have the latest version of Java, or you have to bundle the entire runtime (be it via a fat compiled AOT or regular bundling) with your application?<p>I ask because one of the positive things about .NET Framework 4 is that i can create a tiny .EXE and give it away and expect that people will have the runtime to run it since it is already part of Windows.
评论 #19841553 未加载
评论 #19841535 未加载
bellp1234about 6 years ago
Any word on F#? Last I checked there wasn&#x27;t any REPL still and type providers weren&#x27;t working.
评论 #19841319 未加载
评论 #19841578 未加载
评论 #19841313 未加载
评论 #19844573 未加载
mikequinlanabout 6 years ago
I was really excited to see this; finally a consolidated .NET. Then I read this...<p>Taken together, the .NET Core and Mono runtimes have a lot of similarities (they are both .NET runtimes after all) but also valuable unique capabilities. It makes sense to make it possible to pick the runtime experience you want. We’re in the process of making CoreCLR and Mono drop-in replacements for one another. We will make it as simple as a build switch to choose between the different runtime options.
评论 #19843039 未加载
stusmallabout 6 years ago
&quot;Java interoperability will be available on all platforms.&quot;<p>Where can I find more details on this?
评论 #19841431 未加载
评论 #19842947 未加载
评论 #19842616 未加载
Dayshineabout 6 years ago
Does this spell the end of .NET Standard?<p>And does this explain why they don&#x27;t seem to care about making .NET Standard versions at all logical to developers (e.g. making a major breaking change, not supporting .NET Framework, to .NET Standard in a minor version)?<p>Edit: And before someone says &quot;.NET Framework is choosing not to support .NET Standard, you shouldn&#x27;t version based off implementations but off changes in the API&quot;: That only works if you have many implementations, .NET Standard has 3 major implementations! Losing 33% is pretty significant :)
评论 #19841450 未加载
评论 #19841213 未加载
sergiotapiaabout 6 years ago
I haven&#x27;t used .NET since 2011, if you&#x27;re in the same boat take a look at C# today. They&#x27;re grabbing all the best features of other languages and making it their own, WHILE also allowing you to deploy static binaries to _any_ major platform.<p>Write C# code purely in VSCode or Rider, compile to all three platforms while on a Mac, and run your code in Linux. All from supported, non-hacky features.<p>Why use Go if you can use C#? C# is now incredibly compelling. The C# of today is not the C# of 6 years ago.
评论 #19841356 未加载
评论 #19844167 未加载
oaieyabout 6 years ago
I think there are some developers who would consider .NET 5 a huge breaking change. .NET (Framework) 4.8 looks like the predecessor but has features (rightfully) not available in .NET 5.<p>I like the vision but hate the name. .NET Core 4.0 would have done it. When you market software engineers stick with patterns. This looks like a lot of managers have feedback to stuff they did not understand in the first place.
评论 #19843026 未加载
dr_faustusabout 6 years ago
Funny how this announcement comes the same week Oracle decided to kill Java EE. MS has always been good to it&#x27;s developers and broadening the .NET platform this way makes one really consider to give it another look. Oracle in the other hand basically spreads FUD about their own platform, even though they seemingly don&#x27;t even care about it anymore.
评论 #19843471 未加载
kdtopabout 6 years ago
For the newbie here, can someone tell me if this is open-sourced? Many are fearful of building on a MS platform in case they change their minds in the future etc?
评论 #19841325 未加载
评论 #19841288 未加载
评论 #19841308 未加载
lwansbroughabout 6 years ago
This seems like it would be a prime opportunity to introduce UWP applications to macOS and Linux. That would be a welcome alternative for developers looking to develop high quality native + cross platform applications.
评论 #19841672 未加载
评论 #19846288 未加载
评论 #19842788 未加载
评论 #19841545 未加载
earenndilabout 6 years ago
Interoperation with java, swift, and obj-c is interesting. I wonder if they have an actual jvm, or they&#x27;re just implementing java-the-language?
评论 #19841549 未加载
评论 #19841503 未加载
评论 #19849041 未加载
pjmlpabout 6 years ago
We just started a new project on .NET Framework 4.7.x, because not everything that we care about is available on .NET Core, not even with the upcoming .NET Core v3.0.<p>Lets see how .NET 5 will sort out the current state of affairs.<p>In any case, it is a welcome change to sort out the mess that the whole WinRT and .NET Core 1.x have brought out.
评论 #19844039 未加载
kumarvvrabout 6 years ago
Off the topic, but I come from Python &#x2F; Django &#x2F; Flask. (Have experience programming desktop apps with .NET 4 and C#). I just don&#x27;t <i>get</i> web app development with asp.net core.<p>Is there a ground up tutorial, concept-wise, about how asp.net works?
评论 #19841871 未加载
评论 #19842139 未加载
评论 #19843198 未加载
评论 #19842207 未加载
magnatabout 6 years ago
Since planned release date is well after Windows 7 EOL date (2020-01-14), I wonder if .NET 5 will be released only for Windows 10.
评论 #19843564 未加载
lazulicurioabout 6 years ago
I&#x27;m cautiously optimistic.<p>&gt; Moving to a single .NET implementation raises important questions. What will the target framework be? Will NuGet package compatibility rules be the same? [...] How does writing code for a specific architecture work? [...] We are working through these issues now and will soon be sharing design docs for you to read and give feedback on.<p>This, however, is my biggest worry. Between runtimes, content files, analyzers, native references, asset visibility rules, etc., packaging has become kind of a mess. I&#x27;d love to see a move away from monolithic packages, but IDK if that&#x27;s on the table. Fingers crossed.
majkinetorabout 6 years ago
Oh, small lies, nobody noticed...<p>GUI is not cross-platform in .NET 5 which is not visible on the graphic.
评论 #19842561 未加载
euroclydonabout 6 years ago
The more they use the word &quot;throughput&quot; the less I understand it.
crispyambulanceabout 6 years ago
I&#x27;d just like to know what do they mean by ...<p><pre><code> &gt; Java interoperability will be available on all platforms. </code></pre> What, is that possible now on some .NET platforms? What does it mean? That I can use java classes in my .NET application??
评论 #19846637 未加载
评论 #19844813 未加载
merbabout 6 years ago
I really love the direction. Finally a single platform AND java compat. this is so good.
polskibusabout 6 years ago
What does it mean to standard ASP .Net (not core)? Will I be able to run all the enterpisey apps that use ASP MVC and WebForms on Linux in 2020? And if not on Linux, then will WebForms &#x2F; old MVC work on NET 5 on Windows?
评论 #19841787 未加载
Zenstabout 6 years ago
Interesting but as there is a 3.1 LTS version due before this comes out and this 5.0 release is not LTS, with any of those features not going LTS until 6.0 in Nov 2021.<p>So that kinda diminishes my initial excitement, much could change in a short period and we are talking over 2 years until any additional features becomes set in stone with LTS support. So for me, it&#x27;s probably not looking at until 6 months before LTS release. As is the case with many others.<p>But some good changes - a rebrand would of cut of any confusion and historical hangovers. As between now and Nov 2021, much could change.
sjs382about 6 years ago
I&#x27;m sure I&#x27;m not alone in thinking that the .NET ecosystem is super confusing, coming as a developer outside of that ecosystem (mostly web).<p>I&#x27;m a JS, Python and PHP developer who sees a majority of jobs in my area as .NET centric. To this end, I&#x27;m interested in familiarizing myself with .NET [1] but I&#x27;m totally at a loss wrt&#x2F; where my entry point to the ecosystem should be.<p>[1] Insofar as starting a new small project or re-implementing an old side project in .NET as a learning process.
jeswinabout 6 years ago
The most interesting piece of work happening in the .Net world is actually CoreRT (which is already beta quality), which lets you write fully native apps with access to the large .Net ecosystem. For many, it could be an alternative to Go&#x2F;Rust. c# is a more capable language that Go, and easier than Rust - a particular sweet spot.<p>Instead the announcement was primarily about unrolling the version mess created over the last few years.
sqldbaabout 6 years ago
As you can see from 300+ comments at the time of writing, the post is entirely unclear about what&#x27;s happening seeing as everyone still argues about it.<p>My read of it is that .NET Core becomes the new .NET, not that .NET Core has parity with the existing .NET.<p>Specifically I can&#x27;t just retarget my existing projects against .NET Core (or the new .NET) and have them just work.
PieUserabout 6 years ago
Damn, hard to believe 2020 is just next year!
darkstar999about 6 years ago
Good. It&#x27;s so confusing right now.
评论 #19841582 未加载
maxxxxxabout 6 years ago
Sounds good. Let’s hope they won’t change their mind until release in 11&#x2F;2020.
评论 #19841480 未加载
reasonablemannabout 6 years ago
Coming from mainly python I must say I&#x27;m extremely impressed with .net core.<p>I think my mac days would be over if Windows had better font rendering and a usable terminal -- even ConEmu leaves a lot to be desired.
评论 #19845387 未加载
qwerty456127about 6 years ago
Still of limited usefulness as long as WPF is not cross-platform.
评论 #19844890 未加载
vturnerabout 6 years ago
&quot;Java interoperability will be available on all platforms&quot; I wonder if we will see a resurrection of the long gone Scala on CLR?
a3b2c1r46about 6 years ago
Is it fair to say after 30 something years the basic is dead? I dont see any mention of it on any of the posts I read about .net 5
polskibusabout 6 years ago
Will VS 2017 support NET 5 ? Will VS 2019 do it ? Or will I need to buy yet another VS upgrade to enjoy it in full ?
评论 #19843602 未加载
评论 #19843461 未加载
philonoistabout 6 years ago
How does this compare to the Java ecosystem in terms of enterprise adoption?
1000010110about 6 years ago
Sorry for my ignorance but how is .NET 5 different from Standard (2.0)?
评论 #19844845 未加载
throwaway55554about 6 years ago
I&#x27;m curious and don&#x27;t see anything. But what about things like IPC? Is WCF available yet? Is there an abstraction for namedpipes for all the platforms?
评论 #19841563 未加载
评论 #19841588 未加载
catchmeifyoucanabout 6 years ago
Is this pretty much like how Java is today?
评论 #19843536 未加载
mehrdadnabout 6 years ago
Semi-tangent, but as someone who didn&#x27;t try to follow AOT compilation but very much wants to, would anyone have tl;dr instructions using the current version of .NET on how to turn a HelloWorld.cs file into a native HelloWorld.exe? You&#x27;d think it&#x27;s just calling a couple of commands on the command line, but every time I&#x27;ve searched for it I&#x27;ve come across pages and pages of documentation I had no time to look through.
评论 #19846804 未加载
userSumoabout 6 years ago
what kind of license would it have? i suppose MIT like .NET Core?
评论 #19841583 未加载
评论 #19841443 未加载
basetopabout 6 years ago
Is it just me, or are all critical comments being downvoted here. It seems like this thread is overrun by PR folks and microsoft employees.<p>In the techcrunch windows terminal thread, one of the top comments starts with &quot;I&#x27;ve been developing on both MacBook Pro&#x27;s and Windows laptops for 15+ years now, on a daily basis, and I can confidently say that Windows laptops are superior to MacBook Pro&#x27;s for development in every way.&quot;.<p>It reads like an infomercial. What is going on? Did the &quot;hacker&quot; community suddenly fall in love with Microsoft?<p>Another gem: &quot;Satya seems to be the rare visionary CEO of a megacorp, instead of just defaulting to a defensive and reactionary stance like most other leaders.&quot;
评论 #19844216 未加载
评论 #19852835 未加载
评论 #19843075 未加载
Yuioupabout 6 years ago
.
评论 #19841852 未加载
评论 #19841497 未加载
评论 #19842262 未加载
评论 #19841530 未加载
kgwxdabout 6 years ago
Will it support Windows 9?
Wow2019about 6 years ago
They took years to rewrite C# compiler and delivery became _slower_?
ameyvabout 6 years ago
Looks like MS realized they made a mess with .net core ...before thinking through how they should have done this... It was really not difficult to see ..if they wanted to make .net open source and their BA, PM and developer should have seen this coming... after MS bought Xamarin..they could have worked on mono and make things easier for everybody... Now they are abandoning again this new &#x27;.Core&#x27; bandwagon...so much money and time was spend by community on creating and building libraries product...<p>I just convinced my PM and team, that we should consider .net core and they have agreed...we have started development of our new app..<p>This news will make things more complicated...Sigh<p>Edit: Quite negative votes..No need to down vote..just explain your viewpoint with more civilized means using &quot;reply&quot;
评论 #19841501 未加载
评论 #19841355 未加载
评论 #19841410 未加载
评论 #19841435 未加载
评论 #19841676 未加载
评论 #19842106 未加载