Does this represent some kind of change for .NET? Why is it called 1.0?
Announcing .NET Core 1.0
21–30 of 327 posts
Re: Announcing .NET Core 1.0
#22After so many years microsoft finally presenting their tools in a more moden way. Never been a huge fan of .NET but i can't deny is a great tool hopefully people try it out on more platforms.
I still can't shake the feeling that their naming is just confusing. I still am not sure what exactly is .NET and what's not.
Re: Announcing .NET Core 1.0
#23Re: Announcing .NET Core 1.0
#24It was still a little rough: the "getting started" instructions ONLY worked on Ubuntu 14.x and not Ubuntu 16.x, and my PR to the documentation pointing this out was nixed. (I notice they've since added a disclaimer: https://docs.asp.net/en/1.0.0-rc1/getting-started/installing...). I really hope to someday be able to build projects with React and a .NET core WebApi and be confident that my teammates will be able to get the project running on their macbooks without kms.
Re: Announcing .NET Core 1.0
#25Interesting name choice considering they have already had a .Net 1.0. I mean I get it, I understand why they chose to make this more of a 1.0 release but for those already in the .Net ecosystem it seems a little confusing to me.
Re: Announcing .NET Core 1.0
#26> “dotnet-dev-osx-x64.1.0.0-preview2-003121.pkg” can’t be opened because it is from an unidentified developer."
I know full well how to get around this, but it makes me suspicious of what I've downloaded. Would Microsoft have truly missed this?
Re: Announcing .NET Core 1.0
#27Does this represent some kind of change for .NET? Why is it called 1.0?
They reset versioning to 1.0 by renaming .NET to .NET Core
Re: Announcing .NET Core 1.0
#28Re: Announcing .NET Core 1.0
#29Re: Announcing .NET Core 1.0
#30Does this represent some kind of change for .NET? Why is it called 1.0?
It's the first version of .NET that's cross-platform, it's the first version of .NET that's totally open source, and it's the first version of .NET that can build self-contained apps (no need to have .NET Framework installed to run .NET Core 1.0 apps). See the release notes[0] for more info. It's called "core", because it doesn't contain the Windows desktop UI toolkits, like Windows Forms and Windows Presentation Fou…