Quantcast
Viewing latest article 1
Browse Latest Browse All 9

Simplify Static Member Access – Using Statement With Static Classes in C# 6.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 latest article 1
Browse Latest Browse All 9

Trending Articles