Announcing .NET Core 1.0
11–20 of 327 posts
Re: Announcing .NET Core 1.0
#12Re: Announcing .NET Core 1.0
#13Am I the only one annoyed with the post title of "NET" and not ".NET"?
Re: Announcing .NET Core 1.0
#14Starts at 0930 local.
Re: Announcing .NET Core 1.0
#15Does this represent some kind of change for .NET? Why is it called 1.0?
Re: Announcing .NET Core 1.0
#16Does this represent some kind of change for .NET? Why is it called 1.0?
Re: Announcing .NET Core 1.0
#17Does this represent some kind of change for .NET? Why is it called 1.0?
Re: Announcing .NET Core 1.0
#18Does this represent some kind of change for .NET? Why is it called 1.0?
It's called "core", because it doesn't contain the Windows desktop UI toolkits, like Windows Forms and Windows Presentation Foundation (WPF), and excludes some other Windows-specific functionality.
Additionally, this is the first version of .NET in which apps can be totally self-contained. Previously, you'd need to install the .NET Framework on your machine to run .NET apps. That is no longer a requirement in .NET Core 1.0.
So, it's a pretty huge release. And really the first time in decades that MS has built it's premier dev stack with multiple OS support.
[0]: https://github.com/dotnet/core/blob/master/release-notes/1.0...
Re: Announcing .NET Core 1.0
#19I'm planning to run my future ASP.NET MVC projects on Linux and very much would like to know if a better SQL Server Express / Community Edition is coming or do I need to move to PostgreSQL (which I have already started looking into).
Re: Announcing .NET Core 1.0
#20After 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.