Live data from Hacker News

Early peek at C# 11 features

devblogs.microsoft.com

1–4 of 4 posts

Re: Early peek at C# 11 features

#2
Although not every new C# feature is as... pragmatic... as I would perhaps like, the language is continuing to evolve quite nicely. And the .NET framework doubly so.

One thing I would really like to see, is JSON literals on par with the XML literals that are available in VB.NET. Combined with LINQ, that makes for a quite interesting experience.

(Although the extent of the breakage in various tools, not just third-party solutions like Re# and Rider, but also VS.NET itself, possibly goes to the wrong side of 'interesting'...)

Re: Early peek at C# 11 features

#3
post #2

Although not every new C# feature is as... pragmatic... as I would perhaps like, the language is continuing to evolve quite nicely. And the .NET framework doubly so. One thing I would really like to see, is JSON literals on par with the XML literals that are available in VB.NET. Combined with LINQ, that makes for a quite interesting experience. (Although the extent of the breakage in various tools, not just third-par…

I think the proposed raw string literals open up the possibility for something like this in the future.