←back to thread

.NET 10

(devblogs.microsoft.com)
489 points runesoerensen | 1 comments | | HN request time: 0s | source
Show context
high_na_euv ◴[] No.45898190[source]
C# has the best ecosystem out there.

I wish CPP development was as robust as C# development is

replies(1): >>45898531 #
bilekas ◴[] No.45898531[source]
They are very different beasts.. What problems are you having with CPP that you're not with C# ? Funny enough a lot of the 'ecosystem' is on the back of cpp..
replies(2): >>45898555 #>>45899482 #
1. theshrike79 ◴[] No.45899482[source]
With C# (.NET) I can click on "install package" in my editor and within seconds it's downloaded and in my project.

With C++ it's a whole different thing.