Back to Basics – How to iterate though an enumeration (Enum) in C# ?
The enum type is one of the common features that we used during almost every implementation. While the declarations and…
The enum type is one of the common features that we used during almost every implementation. While the declarations and…
The recent updates of Visual Studio 2017 (version 15.5 Preview) comprise with several sets of new features and improvements. Once…
Visual Studio 2017 has a re-designed the start page that prioritizes and rearranged items, which made it cleaner and easy…
Visual Studio 2017 having a reshaped start page. Be it with getting started documents, picking up your recent projects, or…
In Visual Studio, you can use Exception Settings Window to manage the exceptions – for which exception to break, at…
During debugging in Visual Studio, attaching to a process is a very common activity, and as a developer, we are…
“Expression-bodied methods” were introduced with C# 6.0, that simplify the syntactic expression for methods in C#. C# 7.0 extend this…
During development, often we use literal in our code. They are the fixed values which may not alter during the…