Category Archives: article

C#10 new cool features in practice, part 1

In this article, we’ll look at some most important C#10 features Global Using Statements: Adding using statements for some common libraries and namespaces like “System.Collections.Generic” or “System.Threading.Tasks” would be somehow frustrated, especially in middle level and big projects. Now C# 10 comes with 2 cool features to ease this pain, One of them is using…

Read More