HomePosts tagged “Properties”

Properties

Showing 1 - 6 of 6 results
In C# , when you are using an Auto-Implemented Properties , you can use the constructor of the class to...
If we want to create a class with a bunch of public properties , we generally do it by storing...
In this post, you’ll learn how you can use the “Customize this folder” feature in your Windows 11 PC. First,...
When using the automatically implemented properties in C#, we cannot have the property with just a get. When attempting to...
Today, when I was working with the Telerik RadControls for Windows Phone, I noticed that for all the controls and...
The Object Initializer and Collection Initializer in C# are similar to initialized Array and Object Constructor where we are able...