Quantcast
Channel: Daily .NET Tips » What’s New in C#6.0
Viewing all articles
Browse latest Browse all 9

Simplify Static Member Access – Using Statement With Static Classes in C# 6.0

$
0
0
C# 6.0 introduced many small and useful features that helps developers to write clean code. On of such feature is “Using Statement with Static Classes”. We know a static class cannot be instantiated. While using any static member, we find ourselves repeating the class name to access any of the static members. It looks kind [...]

Viewing all articles
Browse latest Browse all 9

Trending Articles