Explore tweets tagged as #csharp10
Thanks to C# 10 improvements and evolution, we can have minimal Web APIs like this. Startup.cs is now optional. #AspNetCore #csharp10 #dotnet #MSBuild
0
1
4
C# 10 introduces a new caller expression attribute. It allows capturing an expression passed for a parameter as a string. Like other CompilerServices attributes, it is applied to an optional parameter. #dotnet6 #csharp10 #coding #devcommunity
4
34
162
C# 10 introduces a new interpolated string (IS) handler pattern. The compiler checks if the IS is assigned to a type that satisfies the pattern. There is a new DefaultInterpolatedStringHandler struct, which handles IS by default. #dotnet6 #csharp10 #coding #devcommunity
6
20
97