C# 10 New Features I
Most exciting change in c# 10 is the File Level Namespace IMO.
Now, we can remove the curly braces {} from the namespace of the file. The C# compiler will automatically assume that all the classes in the file belongs to the namespace declared at the ...
vkishan.hashnode.dev1 min read