Initialize Auto-Property and Getter Only Auto-Property in C# 6.0
So far we have seen, Property can be initialized only in the constructor, and if it has any backing field…
So far we have seen, Property can be initialized only in the constructor, and if it has any backing field…
Formatting the string values are very common during development. We generally use String.Format() method, that replaces each format item in…
C# 6.0 introduced many small and useful features that helps developers to write clean code. On of such feature is…