↧
C# Functional Programming In-Depth (14) Asynchronous Function
[LINQ via C# series][C# functional programming in-depth series]Asynchronous function can improve the responsiveness and scalability of the application and service. C# 5.0 introduces asynchronous...
View ArticleC# 10 new feature CallerArgumentExpression, argument check and more
The CallerArgumentExpression has been discussed for years, it was supposed to a part of C# 8.0 but got delayed. Finally this month it is delivered along with C# 10 and .NET 6....
View Article