Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nakkeeran Natarajan(13)
Prerana Tiwari(6)
Sagar Pardeshi(4)
Manpreet Singh(4)
Jignesh Trivedi(3)
Priyaranjan K S(3)
Gowtham Rajamanickam(3)
Vikram Chaudhary(3)
Vijai Anand Ramalingam(3)
Sardar Mudassar Ali Khan (2)
Sanjay Makwana(2)
Md Tahmidul Abedin(2)
Vinodh Narayanan(2)
Arutselvan Muthukannu(2)
Nilesh Jadav(2)
Arkadeep De(1)
Ramchand Repalle(1)
Sanjay Kumar(1)
Siddhesh Chavan(1)
Ketan Kolte(1)
Deepak Tewatia(1)
Rahul Rai(1)
Keyur (1)
Rajeev Kumar(1)
Gurpreet Arora(1)
Ishika Tiwari(1)
Sanjay Kumar Pathak(1)
Yogeshkumar Hadiya(1)
Aakash Maurya(1)
Santosh Sarnobat(1)
Vinay Ayinapurapu(1)
Delpin Susai Raj(1)
Saravanan Ponnusamy(1)
Munib Butt(1)
Jayakumar Balasubramaniam(1)
Vijayakumar S(1)
Arvind Kushwaha(1)
Nagaraj M(1)
Ram Prasad M(1)
Geo J Thachankary(1)
Ravishankar N(1)
Hanuman Jha(1)
Nanddeep Nachan(1)
Umair Hassan(1)
Siva Krishna Kumar(1)
Sandeep Kumar(1)
Aman Kumar(1)
Banketeshvar Narayan(1)
Deepak Solanki(1)
Akhil Mittal(1)
Bruno Leonardo Michels(1)
Emiliano Musso(1)
Prasham Sabadra(1)
Rizwan Ali(1)
Saad Mahmood(1)
Kaviya Balasubramanian(1)
Lakshmanan Sethu Sankaranarayan(1)
Shweta Lodha(1)
Veda Bs(1)
Nimit Joshi(1)
Pankaj Lohani(1)
Resources
No resource found
C# 13: Partial Properties and Indexers Simplified
May 05, 2025.
C# 13 introduces partial properties and indexers, enabling cleaner separation of logic in partial classes. This boosts maintainability, avoids hacks, and simplifies working with generated code and tools like EF Core.
Semi Auto Implemented Properties in .NET 9
Feb 06, 2025.
Semi Auto implemented Properties is currently Preview feature of C#13. This feature really helps Enhanced readability and reduced boilerplate code while declaring properties in class files.
Dependency Properties in WPF: Benefits, Usage, and Examples in C#
Oct 21, 2024.
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 and provides automatic change notifications, making it essential for dynamic, data-driven applications.
Methods and Properties in C#
Jun 23, 2024.
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# programming.
How to Ignore Properties in OData at Runtime
Apr 10, 2024.
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 tutorial on implementing this in your code.
What are Properties in C#?
Mar 04, 2024.
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 to encapsulate data and provide controlled access to it.
Creating Cohorts Using Custom Properties in Application Insights
Feb 27, 2024.
In this article, we will learn how to leverage custom properties in Application Insights to create cohorts for in-depth user behavior analysis.
Reading properties of an object in C#
Nov 26, 2023.
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 metadata at runtime, providing flexibility but with potential performance drawbacks. On the other hand, the dynamic keyword allows for late-binding, bypassing static type checking, but may result in runtime exceptions and relies on the Dynamic Language Runtime (DLR). The choice between reflection and dynamic depends on specific needs and scenarios.
ACID Properties in SQL Server
Sep 18, 2023.
ACID Properties in SQL Server ensure Data Integrity during a transaction.
Understanding Vue.js Computed Properties
Sep 04, 2023.
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 calculated based on other data properties. They provide a way to perform data manipulation and filtering in a declarative and efficient manner.
How to Iterate Over JavaScript Object's Properties and Values?
Jul 19, 2023.
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
Jul 06, 2023.
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, you can bind your model to that interface type to decide which properties are added when the model is bound.
Including And Excluding Properties from Model Binding Using the Bind Attribute
Jul 06, 2023.
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 the 'Bind' feature. To include particular characteristics during model binding, utilize the 'Include' property of the 'Bind' attribute. Here is one instance.
What is Tracked Properties in Power Automate
May 03, 2023.
In this article, we will learn about what is Tracked Properties in Power Automate, how it is useful and how we can use it.
Get User Properties With “Get User Profile” Action In Power Automate
Apr 11, 2023.
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 provides user profile information in a JSON object that can be utilized in subsequent steps.
Get User Properties With Graph API In Power Automate
Apr 10, 2023.
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 based on their ‘user principal name’ or other parameters.
Power Automate - Send Notification With File Properties Table
Apr 07, 2023.
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 in email notification.
Copy All Properties Of One Object Into Another Without Any Package In C#
Mar 27, 2023.
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.
Understand Properties And Events Of Screens In PowerApps
Dec 29, 2022.
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
Dec 05, 2022.
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.
Updating List Properties Using Flow
Sep 01, 2022.
In this article, you will learn how to update list properties using Flow based on another list
Get Current User Profile Properties In SPFx Webpart Using MS Graph API
Aug 25, 2022.
In this article I have explained how to get the current user profile properties in your SPFx webpart using Microsoft Graph API
Xamarin.Forms - Create Properties Using Fody in MVVM
Oct 27, 2021.
In this article, you will learn how to use Fody in MVVM in Xamarin.Forms App
Conditional Properties Using React With TypeScript
Jun 14, 2021.
In this article, you will learn about conditional properties using React with TypeScript.
Sync Azure Active Directory Properties With Office 365 User Profile Using PowerShell
Jun 01, 2021.
In this article, we will see how can we sync properties of Azure Actie Directory with Office 365 use profile.
Using Init-Only Properties In C# 9.0
Oct 09, 2020.
In this article, you will learn about Init-Only Properties In C# 9.0.
How To Enable Page Properties Only For SharePoint News
May 20, 2020.
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 specific columns, and manage content types in site pages.
BOM Windows Object Methods and Properties in JavaScript
Apr 26, 2020.
In this article, we learn about BOM in JavaScript. Browser Object Model is a browser property of client-side JavaScript.
Manged and Crawled Properties in SharePoint Online
Apr 12, 2020.
This article will help in understanding the managed and crawled properties in SharePoint Online.
Learn Dependency Properties In WPF?
Nov 25, 2019.
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 inheritance, data binding, and change notification, enabling flexible and efficient development.
Using SharePoint Online Tenant Properties In SharePoint Framework Components
Sep 28, 2019.
SharePoint Online Tenant Properties acts as a global property bag store for the tenant and all the SPFx components can read these property values through REST calls. This helps to store common tenant wide information which needs to be shown across all the SharePoint Online site collections.
How To Open Selected List Item Details In List Properties Viewer - Part Two
Aug 07, 2019.
In this article, you will learn how to open selected list item details in list properties viewer.
Shadow Properties In Entity Framework Core
May 22, 2019.
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 metadata storage, auditing, or tracking without cluttering your entity classes or database tables.
How To Update SharePoint User Profile Properties Using PnP PowerShell
Aug 07, 2018.
Updating SharePoint user profile properties for multiple users using PnP PowerShell. This can be done by using CSV file as the input.
How To Migrate SharePoint Search Properties From One Tenant To Another Using CSOM
Jul 11, 2018.
This article explains how to move a SharePoint Search managed property from a tenant to another using CSOM.
How To Update SharePoint Online User Profile Properties Using SPFx And Rest API
Jul 08, 2018.
This is about modifying and customizing SharePoint user profile properties using SPFx and SharePoint Rest API
Getting User Properties From Office 365 Using Microsoft Graph API
Mar 17, 2018.
In this article, I have explained how to retrieve user properties from Office 365 using Microsoft Graph API
Shadow Properties In Entity Framework Core
Mar 10, 2018.
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 feature "Shadow Properties" was originally introduced in EF 7.
Retrieve User Profile Properties Using SPFx And PnP JS In SharePoint Online
Nov 05, 2017.
SharePoint Framework is the new development model in which a lot of work has been going on since it went to General Availability on Feb 23, 2017. It is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data and support for open source tooling. With the SharePoint Framework, you can use modern web technologies and tools in your preferred development environment to build productive experiences and apps in SharePoint.
Learn About Properties In JavaScript
Aug 28, 2017.
JavaScript is an object oriented programming language and encapsulation is a pillar of object oriented programming language. Properties help us to encapsulate. Properties help us to control what is assigned and return to and from the public field.
Get User Profile Properties Data in SharePoint Designer 2013 Workflow
Jul 18, 2017.
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 a very common scenario in workflows. All the user related information is stored in User profile service application (UPA). Although this sounds very straightforward, getting the user profile properties of the logged in user is very tricky in SPD 2013 workflow.
Render SPFx Properties Pane Based On List Data
Jun 18, 2017.
Let us see how to render the SharePoint Framework web part properties pane dynamically using SharePoint list data.
Handle Transient Data With Application Properties In Xamarin.Forms
May 19, 2017.
Handle Transient Data With Application Properties In Xamarin.Forms.
O365 User Profile Property Creation And Manage User Properties In SharePoint Online
Feb 17, 2017.
This article demonstrates how to create and use a user property in SharePoint Online (O365).
Adding Custom Properties To SPFx Web Part Properties Pane - Part Two
Feb 05, 2017.
In this article, you will learn how to define and add custom properties to SPFx Web part properties pane.
Adding Custom Properties To SPFx Web Part Properties Pane - Part One
Feb 02, 2017.
In this article, you will learn the basics of creating a custom pane property definition file. This helps with adding custom properties to SPFx web part properties pane.
Adding Slider Property To SPFX Web Part Properties Pane
Jan 27, 2017.
In this article, you will learn how to add slider property to SharePoint Framework Web part properties pane.
Customizing SharePoint Framework Web Part Properties - Part Five
Jan 08, 2017.
In this article, you will learn how to bind the values dynamically to the dropdown field of the SharePoint framework web part properties pane.
Customizing SharePoint Framework Web Part Properties - Part Four
Jan 07, 2017.
In this article, you will learn how to add the dropdown fields to SharePoint Framework Web part properties pane.
Customizing SharePoint Framework Web Part Properties - Part Three
Jan 04, 2017.
In this article, you will learn how to add multiple pages to the properties pane of SharePoint Framework web part.
Customizing SharePoint Framework Web Part Properties - Part Two
Dec 30, 2016.
In this article, you will learn how to add custom properties to the SharePoint Framework web part. Check box properties are considered here.
Customizing SharePoint Framework Web Part Properties - Part One
Dec 27, 2016.
In this article you will learn about custom web part properties. The custom web part properties can be added to the SharePoint framework web part.
Working With Web Part Properties Of SharePoint Online Pages Using PnP Core CSOM Library
Nov 09, 2016.
In this article, you will learn how to retrieve and update the web part properties of a page using PnP Core CSOM library on SharePoint online sites.
Update User Profile Properties In SharePoint 2016 Using Nintex Workflow
Oct 15, 2016.
In this article you will learn how to Update User Profile Properties in SharePoint 2016 using Nintex Workflow.
Managed Properties In Search With SharePoint 2013 - Usage
Aug 05, 2016.
In this article, we will see the usage of managed property in search with SharePoint 2013 and how to create it.
Creation Of Managed Properties In SharePoint
Jun 24, 2016.
In this article, you will learn how to create managed properties in SharePoint.
Retrieve File Version Properties And Version Author Details On SharePoint Using CSOM PowerShell
May 31, 2016.
In this article, you will learn how to retrieve file version properties and version author details programmatically using CSOM PowerShell through various methods.
Update User Profile Properties On SharePoint Online Using CSOM PowerShell
May 26, 2016.
In this article, you will learn how to set or update SharePoint User Profile properties programmatically using CSOM PowerShell by various methods on Office 365 sites.
Retrieve User Profile Properties From SharePoint Using CSOM PowerShell
May 24, 2016.
In this article, you will learn how to retrieve SharePoint User Profile properties programmatically using CSOM PowerShell by various methods.
Shadow Properties In Entity Framework 7
Apr 11, 2016.
In this article you will learn about Shadow Properties in Entity Framework 7.
Manage Organization Properties Under User Profiles At The SharePoint Admin Center on Office 365
Apr 10, 2016.
In this article you will learn how to manage Organization Properties under User Profiles at the SharePoint Admin Center on Office 365.
Manage User Properties Under User Profiles At The SharePoint Admin Center on Office 365
Apr 07, 2016.
In this article you will learn how to manage User Properties under User Profiles at the SharePoint Admin Center on Office 365.
Check Site Properties Using REST API In SharePoint Online And Office 365
Mar 24, 2016.
In this article you will learn how to check Site Properties using REST API in SharePoint Online and Office 365.
Check Group Properties Using REST API In SharePoint Online And Office 365
Mar 23, 2016.
In this article you will learn how to check Group Properties using REST API in SharePoint Online and Office 365.
MVC Properties Graphically
Jan 22, 2016.
In this article I am explaining MVC Properties Graphically.
Dependency Properties In Windows 8.1
Jan 17, 2016.
In this article, you will learn about Dependency Properties in Windows 8.1.
Getter-Only & Auto Properties Initializers in C# 6
Nov 28, 2015.
In this article you will learn about the following: Getter-only &auto properties initializers in C# 6.
Pass Data From One Form To Another Using Properties In C#
Oct 23, 2015.
In this article, I will show you how to pass data from one window form to another window form using properties in windows application using C#.
Create Managed Properties In SharePoint Search Service Application
Sep 09, 2015.
In this article we will learn about creating managed properties in SharePoint Search Service Application.
Diving Into OOP (Day 7) - Properties in C# (A Practical Approach)
Jun 30, 2015.
This article explains properties in C# and OOP concepts.
Deserializing Interface Properties With Json.NET
May 31, 2015.
You can't deserialize something directly to an interface, You need a concrete class to instantiate. This can be done by following some easy steps.
Types Of Properties In C# Programming
May 29, 2015.
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 properties. Explore how to define and use properties to encapsulate data and provide controlled access to class members.
Save and Load a DataGrid's Columns Graphical Properties in WPF
May 12, 2015.
We'll see in this article how a user can customize a DataGrid, ordering columns or modifying their width, saving those changes for later use (in other words, when the program will show again a specific grid).
Update a WebSite Properties in SharePoint 2013 Using JavaScript (JSOM)
Apr 22, 2015.
This article shows how to update a website's properties in SharePoint 2013 using JavaScript (JSOM).
Retrieve All List Properties in SharePoint 2013 Using JavaScript (JSOM)
Apr 22, 2015.
This article shows how to retrieve all List properties in SharePoint 2013 using JavaScript.
Get Current Login User Profile Properties Through REST API
Apr 16, 2015.
This article shows how to get the current login User Profile Properties using the REST API.
MaxWidth, MinWidth, Width and ActualWidth Properties in WPF
Mar 30, 2015.
This article explains the four properties of the FrameworkElement class from which all the controls derive from.
Difference Between managed properties at Site Collection Level and Search Application Level in SharePoint
Feb 18, 2015.
In this article you will learn the differences between a Managed Property created at a Site Collection level and at a VS Search Application level.
Attached Properties in WPF
Feb 15, 2015.
This article will briefly describe the implementation and use of Attached Properties in WPF.
Dependency Properties in .NET
Feb 12, 2015.
In this article you will learn about Dependency Properties in .NET.
Expression Bodied Functions and Properties in C# 6.0
Jan 02, 2015.
In this article, I will provide information about Expression Bodied Functions and Properties including how they work.
Creating a Custom Control in Expression Blend With Custom Properties (Windows Phone & Store)
Dec 31, 2014.
In this article you will learn how to create a Custom Control in Expression Blend with custom properties (Windows Phone & Store).
Get User Properties in SharePoint Online
Sep 17, 2014.
This article explains how to get the user properties in SharePoint Online.
Get Manager Properties in a SharePoint Site 2013 Using REST API
Aug 20, 2014.
This article explains how to get manager properties via the REST API.
Document Properties - Presentation in QliView
Jul 09, 2014.
This article provides an introduction to Presentation in QlikView applications.
Document Properties - Sort in QliView
Jul 09, 2014.
This article provides an introduction to sorting In QlikView applications.
Document Properties - Tables in QliView
Jul 09, 2014.
This article provides an introduction to Tables in QlikView applications.
Document Properties - Number in QliView
Jul 09, 2014.
This article provides an introduction to numbers in QlikView and describes what numbers are in document properties.
Configuring Managed Properties in Search Service on Server
Jul 08, 2014.
If you want to make your custom property searchable, you need to create a managed property for that custom property.
Document Properties - Groups in QliView
Jul 08, 2014.
This article provieds an Introduction to Groups In QlikView applications.
Document Properties - Triggers in QliView
Jul 07, 2014.
This article provides an introduction to Triggers in QlikView applications.
Delete Site Group, Role Definition and Get the Permission Level Properties in SharePoint 2013
May 17, 2014.
In this article you will see how to delete a site group and role definition and how to get the permission level properties using the REST API in SharePoint 2013 Online.
How to Get the Site Group Properties in SharePoint 2013 Online Using REST API
May 14, 2014.
In this article you will see how to get the site group properties using the REST API in SharePoint 2013 Online.
How to Get the Properties of a Website in SharePoint 2013 Online Using REST API
May 07, 2014.
In this article you will see how to get the properties of a website using the REST API in SharePoint 2013 Online.
Get Sharepoint User Profile Information of All Properties Using JavaScript
Mar 18, 2014.
In this article we need to pass the user profile information let’s say Account Name, First Name, Last Name, PictureUrl and SPS-SipAddress etc to the some other function in Java Script.
Overview of UpdateSourceTrigger and Its Properties in WPF
Feb 27, 2014.
This article briefly introduces UpdateSourceTrigger and what the properties associated with it are.
Get or Set the Web Properties Using CSOM-JavaScript in SharePoint 2013
Feb 19, 2014.
This article explains how to get or set the current web properties using CSOM-JavaScript in SharePoint 2013.
Entity Framework Error: The Relationship Could Not be Changed Because One or More of the Foreign-key Properties is Non-nullable
Feb 12, 2014.
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 of the foreign-key properties is non-nullable.
Introduction to Validate Multiple Data Model Properties Using ASP.Net 4.5
Feb 07, 2014.
This articles describes the various techniques to apply the multiple model state validator inside the GridView using ASP.NET 4.5.
Cursors Properties in F#
Oct 23, 2013.
In this article I have explained the cursor class and the properties of the cursor class. We then explain how to create a cursors in a Windows Forms application.