TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About properties
Properties
is configuration environment in which we change the default setting of system environment but in our programming environment
Properties
is members of classes, structures, and interfaces which are used in programming to interact with any system
Properties
file and record which are help in to increase the reliability of the web development.
Properties
are an extension of fields and are accessed using the same syntax. They use accessors which the values of the private fields can be read, written or manipulated. We cannot directly access these fields from outside the class scope but we can have
Properties
for accessing these private fields.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jignesh Trivedi (4)
Sardar Mudassar Ali Khan (3)
Kirtesh Shah (3)
C# Curator (3)
Mahesh Chand (2)
Naveed Zaman (2)
Monica Rathbun (2)
Rikam Palkar (2)
Ishika Tiwari (2)
Rajesh VS (2)
Sanjay Makwana (2)
Md Tahmidul Abedin (2)
Sanjay Kumar Pathak (2)
CSharp TV (2)
Aayushi B (1)
Sanjay Kumar (1)
Jayakumar Balasubramaniam (1)
Uday Dodiya (1)
Preeti Zutshi (1)
Vijai Anand Ramalingam (1)
Nikunj Satasiya (1)
Rajiv Singh (1)
Siddhesh Chavan (1)
Nagnath Kendre (1)
Kailash Chandra Behera (1)
Senthilkumar (1)
Ayush Gupta (1)
Abhishek Arora (1)
Arun Ramaswamy (1)
Vithal Wadje (1)
Ziggy Rafiq (1)
Nagaraj M (1)
Mohammed Ashraf (1)
Ketan Kolte (1)
Manoj Kalla (1)
Dhruvin Shah (1)
Geo J Thachankary (1)
Deepak Tewatia (1)
Tuhin Paul (1)
Ahsan Murshed (1)
Rahul Rai (1)
Vipul Malhotra (1)
Munib Butt (1)
Sanwar Ranwa (1)
Lajapathy Arun (1)
Keyur (1)
Mageshwaran R (1)
Miguel Teheran (1)
Nilesh Jadav (1)
Vivek Gupta (1)
Ajay Kumar (1)
Bassam Alugili (1)
Rajeev Kumar (1)
Praveen Kumar (1)
Ritesh Sharma (1)
Gurpreet Arora (1)
Amit Mohanty (1)
Richa Garg (1)
Nanddeep Nachan (1)
Raja Msr (1)
Hiren V (1)
Arutselvan Muthukannu (1)
Abhishek Sharma (1)
Vijayakumar S (1)
Yogeshkumar Hadiya (1)
Rohatash Kumar (1)
Aakash Maurya (1)
Santosh Sarnobat (1)
Dipen Lama (1)
Vinay Ayinapurapu (1)
Chandra Hundigam (1)
Vinodh Narayanan (1)
Aman Gupta (1)
Navin Prakash (1)
Vijay Pratap Singh (1)
Satya Karki (1)
Abhishek Jaiswal (1)
Delpin Susai Raj (1)
Saravanan Ponnusamy (1)
Nimit Joshi (1)
Ashish Bhatnagar (1)
Related resources for properties
No resource found
Understanding Dataverse Text Fields
10/30/2024 6:51:35 AM.
Understand how to integrate text fields into your applications, validate user input, and retrieve data seamlessly. Enhance your knowledge of database design and modeling within Microsoft Dataverse.
Dependency Properties in WPF: Benefits, Usage, and Examples in C#
10/21/2024 6:14:51 AM.
A Dependency Property in WPF is a specialized property supported by the WPF property system. It enables data binding, styling, animation, and value inheritance. This system improves memory efficiency
How To Enable Page Properties Only For SharePoint News
9/24/2024 12:03:41 PM.
This article explains how to enable custom field properties exclusively for SharePoint News while keeping them hidden for standard site pages. It outlines the steps to create a new content type, add s
CSS Theming Using Variables and JavaScript
8/27/2024 11:55:59 AM.
Discover how to enhance your web design with CSS theming using variables and JavaScript. Learn how to create dynamic and customizable themes by leveraging CSS custom properties and JavaScript for real
How to Use Absolute Position Property in CSS
8/22/2024 11:05:22 AM.
In this article, you'll learn how to position an image as a background using the Z-index property in CSS. We start by designing a header with a title in a div container, then create a main body di
How to get all the user properties using powershell in SharePoint 2010
8/22/2024 7:23:23 AM.
Learn how to retrieve all user properties in SharePoint 2010 using PowerShell. This guide covers how to get user details with scripts that access the SharePoint site, fetch user profiles, and handle c
Creating Maintaining Utilizing Transactions in SQL Server
7/25/2024 5:25:28 AM.
A transaction in SQL Server is a sequence of operations performed as a single logical unit of work. A transaction has four main properties, often referred to by the acronym ACID: Atomicity, Consistenc
XOR Operator in C# and Its Properties
7/23/2024 7:53:15 AM.
The XOR operator (`^`) in C# is essential for bitwise operations, comparing binary values bit by bit. It is used for tasks like encryption, error detection, and data manipulation.
Methods and Properties in C#
6/23/2024 9:46:10 PM.
In C#, methods and properties are fundamental constructs used to define the behavior and state of objects. Understanding how to create and use methods and properties is essential for effective C# prog
TreeView In WPF
6/14/2024 10:37:05 AM.
Explore the WPF TreeView control in this tutorial, designed to display hierarchical data with expandable nodes. Learn to add, delete, and style TreeView items dynamically using XAML and C#. Enhance y
A Transaction Scope Or Nested Transaction
6/13/2024 11:12:00 AM.
A Transaction Scope or Nested Transaction in database management refers to managing atomic, consistent, isolated, and durable operations. It involves handling multiple database actions as a single uni
SqlTransaction In C#
6/13/2024 10:53:14 AM.
Transactions in databases ensure data integrity using ACID properties: Atomicity ensures all steps complete successfully or rollback completely, Consistency ensures transitions maintain data rules, Is
Mastering ASP.NET Core Identity in ASP.NET Core MVC
6/6/2024 7:23:54 AM.
ASP.NET Core Identity is a comprehensive membership system for adding login functionality to your ASP.NET Core applications. It provides a robust framework for managing users, passwords, roles, claims
Custom Collection Classes in C#
6/3/2024 10:09:23 AM.
Learn how to create a custom collection class in C#, utilizing the Customer class with attributes. Implement and manage customer data with CollectionBase, including methods for adding, removing, and a
Difference between CAP and ACID
5/30/2024 7:22:41 AM.
Discover the key differences between CAP Theorem and ACID Properties in our comprehensive guide. Understand how CAP's focus on Consistency, Availability, and Partition Tolerance contrasts with ACI
String Interpolation: A New Feature of C# 6.0
5/29/2024 8:48:47 AM.
The provided C# 6.0 code demonstrates the use of string interpolation, auto-implemented properties, and object initialization syntax. It showcases the nameof operator to retrieve variable names static
Learn Object Oriented Programming Using C#: Part 3
5/24/2024 8:56:44 AM.
Part 3 of our tutorial series delves deeper into Object Oriented Programming with C#. Explore advanced concepts like inheritance, polymorphism, and encapsulation. Master class hierarchies, method over
Learn Object Oriented Programming Using C#: Part 1
5/24/2024 4:29:44 AM.
Embark on your journey to master Object-Oriented Programming with C# in Part 1. Explore essential concepts like classes, methods, properties, and inheritance, laying the foundation for advanced C# dev
Exploring Azure Bicep Outputs: Retrieving Resource Properties
5/9/2024 4:34:50 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep outputs. It starts with logging into Azure, then moves on to explain the concept of outputs in Azure Bicep, complet
Web Service Method Attribute Properties
4/30/2024 9:42:58 AM.
Web Service Method Attribute Properties define behavior and metadata for methods in web services. They encompass features like message formatting, parameter handling, and service invocation specificat
A Guide To Crafting Immutable Objects With C# 10's Init-Only Properties
4/16/2024 10:51:36 AM.
Discover how C# 10's init-only properties empower developers to craft immutable objects with precision, enhancing code readability and maintainability. In this article, Ziggy Rafiq demonstrates ho
Learn Dependency Properties In WPF?
4/15/2024 10:43:40 AM.
In this article, we will understand Dependency Properties in WPF provide a powerful way to manage and interact with data in your application's user interface. They offer features like value inheri
Creating an Accounting Application With C# - Part Four
4/13/2024 6:12:49 PM.
Learn about building an accounting app in C#, covering various forms like splash, activation, and login windows. Understand activation methods, including serial key, webservice, and custom activation
How to Ignore Properties in OData at Runtime
4/10/2024 5:07:01 AM.
This article provides a guide on how to dynamically ignore properties in OData at runtime using Late-Bindings. It covers the concept of OData, the need for ignoring properties, and a step-by-step tuto
Understanding of Blazor Server App Project Structure
4/9/2024 8:50:28 AM.
This article covers creating a Blazor Server App project, project structure overview, default folders' usage, setting startup components, and essential files like AppSettings and Program.cs. Prere
Customize Current Theme From Power BI Desktop Without Using JSON - Part One
4/8/2024 8:44:58 AM.
In this article, we will talk about how we can customize the current Power BI report theme in Power BI.
Comparing Execution Plans In SQL Server
4/3/2024 9:52:56 AM.
SQL Server Management Studio (SSMS) allows easy comparison of execution plans, aiding in identifying performance discrepancies. Users can compare .sqlplan files, highlighting differences in query oper
SQL Sequence Vs Identity Column
3/27/2024 9:34:33 AM.
Let’s take a look at what a Sequence is in relation to an Identity Column in SQL Server. Did you know Sequence even existed? I didn’t until I was asked about them. It’s amazing how much you can skip o
Shadow Properties In Entity Framework Core
3/7/2024 11:32:17 AM.
Entity framework core added many new features that are already present in older entity framework versions. One of the features of the Entity framework core is "Shadow Properties". The featur
Shadow Properties In Entity Framework Core
3/7/2024 8:52:35 AM.
In this article, you will learn Entity Framework Core's shadow properties, and hidden fields in the model that aren't mapped to the database schema directly. Learn how to leverage them for met
What are Properties in C#?
3/4/2024 6:00:37 AM.
In this article, we will learn about properties in C#, different types of properties, how to define and use them, and some best practices when working with properties in C#, properties in C# are a way
Explain Vue.js Computed Properties
3/4/2024 5:41:43 AM.
Vue.js, a progressive JavaScript framework, provides developers with powerful tools to create dynamic and responsive web applications. One such tool that significantly enhances the reactivity of your
How to Get the MAC Address of System Using ASP.NET/C#
3/1/2024 10:35:18 AM.
In this article, we will learn how to retrieve the MAC address of a system using Asp.net/C#. Explore methods to access network interface information, retrieve hardware identifiers, and ensure system s
Creating Cohorts Using Custom Properties in Application Insights
2/27/2024 10:13:19 AM.
In this article, we will learn how to leverage custom properties in Application Insights to create cohorts for in-depth user behavior analysis.
What is Reflection In C#
2/20/2024 6:02:24 AM.
Introduction to reflection: Reflection is a powerful feature in C# that allows developers to inspect and manipulate types, methods, properties, and other elements of code dynamically at runtime. It en
Using Init-Only Properties In C# 9.0
2/6/2024 6:11:51 AM.
In this article, you will learn about Init-Only Properties In C# 9.0.
What Are the Different Ways to Create Filters in Vue.js
1/16/2024 10:06:05 AM.
In this article, we will learn about filters in Vue.js for formatting and transforming data in templates. Learn about global filters, local filters, inline filters, computed properties, and filter fun
Dynamically Sorting Object At Runtime Using Reflection C#
12/6/2023 9:20:08 AM.
Dynamic sorting of objects at runtime using reflection in C# involves leveraging the power of reflection to examine object properties and sort them based on specific criteria without having to write s
Reading properties of an object in C#
11/26/2023 5:47:50 AM.
This article explores two ways to read the properties of an object in C# without knowing its type at compile time: reflection and dynamic keyword. Reflection involves inspecting and manipulating metad
Working with OleDb Data Adapters
11/20/2023 2:55:24 PM.
This step by step article guides you to create your database applications using OleDb Data Adapters in VS.NET.
C# 9.0 - Introduction To Init-Only Property
10/30/2023 9:02:09 AM.
C# 9.0 introduced a new feature called Init-Only Properties, enhancing the language's capabilities for defining immutable types. Init-only properties allow you to create read-only properties that
C# 9.0 - Record Types
10/12/2023 6:54:36 AM.
In this article, you will learn about C# 9.0 - Record Types.
C# 9.0 - Introduction To Record Types
10/12/2023 5:31:51 AM.
In this article, you will learn about C# record type.the article explains the introduction of Record Types in C# 9.0. Record Types are a new feature in the C# programming language, designed to simplif
Static Class And Static Class Members In C#
10/9/2023 10:26:16 AM.
Today, I will explain the concept of Static class and Static class Members in C# with some examples and how we can use it in a Static class .
Reading Zip Files with SharpZip Library in .NET
10/9/2023 8:45:51 AM.
SharpZipLib is a library for .NET that allows working with compressed files, particularly ZIP archives. To read a ZIP file using SharpZipLib, you first install the library and import the necessary nam
Types Of Properties In C# Programming
9/22/2023 7:28:05 AM.
This article explains the types of properties in C# programming.Learn about the various types of properties in C# programming, including read-write properties, read-only properties, and write-only pro
Design a Snake game in Blazor
9/22/2023 6:29:06 AM.
The Snake Game, with its roots tracing back to the 90’s arcade era. Thanks to Blazor, Let's give this timeless gem a new home on your web browser.
Properties In C#: New Cover On Old Book
9/21/2023 11:33:30 AM.
Properties are accessor methods whose job is to retrieve and set the values of fields.
Field vs Property in C#
9/18/2023 4:20:01 PM.
In C# object-oriented programming (OOP), distinguishing between "fields" and "properties" is fundamental. Fields directly store data, typically with private or protected access mod
C# 9 Cheat Sheet
9/18/2023 7:19:17 AM.
C# 9 Cheat Sheet with code examples and pros and cons.C# 9 introduced several new language features and enhancements, making it easier to write clean and concise code. Some key features include.
ACID Properties in SQL Server
9/18/2023 5:27:47 AM.
ACID Properties in SQL Server ensure Data Integrity during a transaction.
Primary Constructor is Removed From C# 6.0
9/17/2023 10:55:45 PM.
We can now get a Primary Constructor by using the auto-implemented properties initializer.
Sorting List Of Complex Types In C#
9/12/2023 10:52:25 AM.
Sorting a list of complex types in C# involves arranging the elements of a list or collection based on specific criteria within the complex type. Complex types typically consist of multiple properties
Understanding Vue.js Computed Properties
9/4/2023 10:23:23 AM.
Computed properties" is a core concept in Vue.js, a popular JavaScript framework for building user interfaces. Computed properties allow you to declare properties in your Vue components that are
SQL Server ACID Properties
9/4/2023 6:18:50 AM.
Understanding SQL Server ACID(Atomicity, Consistency, Isolation, Durability) Properties.
Working on SortedDictionary in C#
8/31/2023 10:08:00 AM.
In this article I explain how to create the SortedDictionary and perform various operations of it using its properties and methods.
Get User Profile Properties Data in SharePoint Designer 2013 Workflow
8/24/2023 5:57:13 AM.
Workflows helps SharePoint users to collaborate on documents, list items and to manage tasks by implementing business processes on documents and list items. Creating and assigning tasks to Manager is
JavaScript Symbols: Unique Identifiers and Private Properties
8/9/2023 6:10:35 AM.
Explore the power and applications of JavaScript symbols. Learn about unique identifiers, private properties, iterators, and more. A comprehensive guide.
Calendar Control in ASP.NET
7/28/2023 10:07:23 AM.
In this article, I will explain ASP.NET Calendar Control and how to use it. ASP.NET provides a Calendar control that is used to display a calendar on a Web page.
Properties of Transaction in Database
7/28/2023 6:46:38 AM.
In a database context, a transaction refers to a sequence of one or more database operations that are treated as a single unit of work. Transactions are essential for maintaining data integrity, consi
How to Iterate Over JavaScript Object's Properties and Values?
7/20/2023 4:23:15 AM.
In this article, we will learn How to Iterate Over JavaScript Object's Properties and Values
Including And Excluding Properties from Model Binding Using Interfaces
7/6/2023 8:59:08 AM.
You can specify distinct interfaces for various sets of characteristics and have your model implement those interfaces if you want to include or omit certain properties from model binding. After that,
Including And Excluding Properties from Model Binding Using the Bind Attribute
7/6/2023 8:55:53 AM.
Using the 'Bind' feature in ASP.NET MVC, you can include and exclude properties from model binding. You can specify which attributes should be included or excluded during model binding using t
Understanding Structures in C#
6/9/2023 6:24:01 AM.
C# Struct, A structure in C# is simply a composite data type consisting of a number elements of other types.
Dot Vs Bracket Notation in Javascript
5/31/2023 12:56:26 PM.
In this article, we will learn Dot Vs Bracket Notation in Javascript
How To Update SharePoint Online User Profile Properties Using SPFx And Rest API
5/30/2023 11:36:08 AM.
This is about modifying and customizing SharePoint user profile properties using SPFx and SharePoint Rest API
What is Tracked Properties in Power Automate
5/3/2023 11:45:35 AM.
In this article, we will learn about what is Tracked Properties in Power Automate, how it is useful and how we can use it.
Static Methods Vs. Non-Static Methods In C#
4/27/2023 7:06:51 AM.
The difference between static and non-static methods in C#.
Get User Properties With “Get User Profile” Action In Power Automate
4/11/2023 7:31:27 AM.
This article explains how to retrieve a user's profile in Microsoft Power Automate using the "Get user profile (V2)" action from the "Office 365 Users" connector. This action p
Get User Properties With Graph API In Power Automate
4/10/2023 7:30:41 AM.
In this article, you'll discover how to retrieve user profiles in Microsoft Power Automate using an HTTP request via the Graph API. Learn how to filter user profile information for a specific user
Power Automate - Send Notification With File Properties Table
4/7/2023 5:38:54 AM.
In this article we will see how we can read the file properties of all the files in a folder of SharePoint online document library and send these properties in tabular format with custom CSS styling i
BOM Windows Object Methods and Properties in JavaScript
3/28/2023 7:28:51 AM.
In this article, we learn about BOM in JavaScript. Browser Object Model is a browser property of client-side JavaScript.
Copy All Properties Of One Object Into Another Without Any Package In C#
3/27/2023 6:01:18 AM.
In this article we are going to map one object to another object which are same type and also different type. Some properties are exact same and some are different in case.
Creating Subquery in SQL Server
1/31/2023 3:14:25 PM.
This article shows how to create a subquery to a select statement in SQL Server.
Properties In C#
1/30/2023 4:09:13 AM.
Learn about properties in C#, Types of Properties, How to define a read-only property, How to define a read-write property, How to Use Properties, What are Properties Access M
Extended Properties in SQL Server
1/12/2023 2:55:31 PM.
Extended Properties in SQL Server allows us to create additional customized properties to store additional information. Extended Properties are a way to create a self-documenting database.
Understand Properties And Events Of Screens In PowerApps
12/29/2022 6:13:21 AM.
In this article, you will learn about properties and events associated with PowerApps screen.
Create Multiple Copies Of A Site Page, Rename And Update Properties Using Power Automate
12/5/2022 5:10:39 AM.
In this article, we will learn to create multiple copies of a SharePoint site page, rename and update its properties using Power Automate "Send an HTTP request to SharePoint" action.
Inheritance Vs Interfaces
11/22/2022 9:22:39 AM.
This article describes the advantages of using interfaces over inheritance and how to create a plug and play component in .NET using an interface.
Updating List Properties Using Flow
9/25/2022 2:49:24 AM.
In this article, you will learn how to update list properties using Flow based on another list
Fields and Properties in C#
8/29/2022 7:06:22 AM.
In this article I will explain you about Fields and Properties in C#.
Components in C#
8/29/2022 6:10:16 AM.
The components creation and usage in C# is much more simple than earlier technologies like C++, ATL, COM.
Get Current User Profile Properties In SPFx Webpart Using MS Graph API
8/25/2022 5:09:44 AM.
In this article I have explained how to get the current user profile properties in your SPFx webpart using Microsoft Graph API
Configuration Of A Microservice
8/22/2022 5:25:59 AM.
In this article, you will learn about the configuration of a Microservice.
External REST API Call from SPFx WebPart with Changeable Properties
7/16/2022 11:35:03 AM.
Anonymous REST API Call from SPFx React WebPart with properties from web part
Get Started With OOPS In Flutter 😎
7/13/2022 11:52:50 AM.
Here cover some interesting topics like inheritance, abstract classes and computed properties.
Minting & The Regulatory Issues of Marketing NFTs Linked to Properties & Assets in the Real World
6/28/2022 12:54:27 PM.
Watch this session to learn about Minting & The Regulatory Issues of Marketing NFTs Linked to Properties & Assets in the Real World.
Blockchain & Real Estate with RE Tokenization via NFTs & Metaverse Properties
6/19/2022 5:30:06 AM.
Watch this session to learn about Blockchain & Real Estate with RE Tokenization via NFTs & Metaverse Properties
Dynamic CSS Values In Blazor
5/13/2022 1:42:15 PM.
This article explains how to apply dynamic values on css for blazor components.
Properties In C# .Net
5/12/2022 1:59:04 AM.
In this article, you will learn about Properties In C#.
How To Handle Nullable Reference In .NET 6
4/18/2022 7:07:58 AM.
As we know there are so many changes in .Net 6 and C# 10. This article describes one of the changes in C#10 on writing properties and objects of a class with an example.
Defining Structs in C#
2/24/2022 4:07:23 AM.
This article focuses on an alternative to classes in C# , structs. I'll also talk about their application and how they are an alternative to classes and where we can actually use a struct.
Xamarin.Forms - Create Properties Using Fody in MVVM
10/27/2021 9:14:53 AM.
In this article, you will learn how to use Fody in MVVM in Xamarin.Forms App
Conditional Properties Using React With TypeScript
6/14/2021 8:51:27 AM.
In this article, you will learn about conditional properties using React with TypeScript.
Introduction to Validate Multiple Data Model Properties Using ASP.Net 4.5
6/3/2021 9:01:59 AM.
This articles describes the various techniques to apply the multiple model state validator inside the GridView using ASP.NET 4.5.
Sync Azure Active Directory Properties With Office 365 User Profile Using PowerShell
6/2/2021 4:35:29 AM.
In this article, we will see how can we sync properties of Azure Actie Directory with Office 365 use profile.
Entity Framework Error: The Relationship Could Not be Changed Because One or More of the Foreign-key Properties is Non-nullable
4/15/2021 5:07:13 AM.
I am currently working on a MVC and Entity Framework based project in which I encountered a problem with Entity Framework when trying to delete an entity from a related data collection and one or more
Properties, Methods And Events Of DataSet Class In ADO.NET
3/11/2021 6:43:22 PM.
In this article, you will learn Properties, Methods and Events of DataSet Class in ADO.NET
Shadow Properties In Entity Framework 7
2/8/2021 9:50:37 AM.
In this article you will learn about Shadow Properties in Entity Framework 7.
The table web control in ASP.NET
1/7/2021 11:48:59 AM.
In this article I will explain about creating the table web control in ASP.NET.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download