Regions in C# and SQL Coding
Did u know ?? While doing coding in C# and SQL there is an option to minimize the specific region and moreover if your coding is divided into parts then you can start or end your region by specifying it "#startregion...........#endregion" like this to declare the specific region in your coding. So anyone can simply understand your code only by tracing it and you can open one by one section as per you want by clicking on 3dots as shown in the image.