PreviousNext

C# 8 – Introducing Target-Typed New Expressions

by bill-s, 2019-03-18T05:37:56.847Z

So far we have talked about how quite a few new features of C# 8. We have talked about how C# 8 fixing interpolated verbatim strings (here), we have talked about the languages new Index Struct and the usage of the Hat operator (here) and we have talked about default interface methods (here). In this article we will talk about another feature that some people might call small and minor, but still very very useful as it can clean up code and remove lots of noise.

Read More