C# 6.0–Static class using statement
This blog post is part of C# 6.0 Features Series. C# 6.0 version introduced lot of small features and one of that features is using feature. Now with C# 6.0 you can use using statement which was not possible in earlier versions of C#. Following is a example of using statement in C#. using static System.Console;