23

dotnet core is love,
dotnet core is life (and devRant).

Comments
  • 1
    Can't agree more.
  • 1
    What is so fascinating about it ? (I don't know)
  • 1
    @Sainathl it's .NET

    You could just as well ask "what's so fascinating about Java?"
  • 0
    @Krokoklemme what I meant want some of my friends say .net is not good but .net core is awesome. What that means ?
  • 2
    @Sainathl I don't get how anyone could hate normal .NET, but like .NET core

    .NET core is pretty much just C# being OS agnostic
  • 5
    @Sainathl I think the good thing about .NET is that it's a relatively clean and well structured framework. .NET core us the crossplatform implementation of it.

    The only reason I can see why anybody would hat .NET is that it is made from Microsoft. But since a lot is made open source now, I think there is not much to hate about it anymore. ;)
  • 1
    @qbasic16 one more thing to learn. Thanks
  • 2
    @Krokoklemme i program c#. I hate that it was Windows only, but the language is great. Happy that it is cross platform now!
  • 2
    I was able to port over an API to DotNet core in literally 4 steps:

    DotNet new webapi
    DotNet restore
    Copy class file structure from ASP.NET project
    DotNet run

    Will never go back.
Add Comment