Version 6 of C# contains a bunch of new features that allows to speed up the productivity of the developer. Feature 1 : static usings The classes are structured by their usings. If you need a specific class, you’ll need to add a using containing the namespace of that class. If you do this, you’ll […]

Read More →