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 Property
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (11)
Ajay Kumar (3)
Kirtesh Shah (3)
Rohatash Kumar (3)
Sonia Bhadouria Vishvkarma (2)
Preeti Zutshi (2)
Chandani Prajapati (2)
Nagaraj M (2)
Sandeep Singh Shekhawat (2)
Sanwar Ranwa (2)
Deepak Tewatia (2)
Ramasagar Pulidindi (2)
Giridhar Mungamuri (2)
C# Curator (2)
Pankaj Lohani (2)
Sanjay Kumar (1)
Vinay Ayinapurapu (1)
Jefferson S. Motta (1)
Prasham Sabadra (1)
Mahak Gupta (1)
Anuradha Rani (1)
Gajendra Jangid (1)
Sudhir Vaghela (1)
Velladurai (1)
Nirav Daraniya (1)
Varun Setia (1)
Abhishek Arora (1)
Naveed Zaman (1)
Alkesh Bijarniya (1)
Pradeep Yadav (1)
Pravesh Dubey (1)
Debasis Saha (1)
Bhairab Dutt (1)
Dhruvin Shah (1)
Manish Sharma (1)
Jitendra Mesavaniya (1)
Umesh Baradkar (1)
Monica Rathbun (1)
Lakshmi V (1)
Fiyaz Hasan (1)
Alpesh Maniya (1)
Prasad (1)
Manikandan M (1)
Hiren Soni (1)
Kailash Chandra Behera (1)
Sourav Kayal (1)
Dinesh Gabhane (1)
Scott Zimmerman (1)
Sardar Mudassar Ali Khan (1)
Amit Mohanty (1)
Abhijeet Singh (1)
Abhishek Chadha (1)
Harshal Limaye (1)
Chris Love (1)
Nitin Bhardwaj (1)
Pradeep Shet (1)
Rajesh VS (1)
Dipen Lama (1)
Vijay Pratap Singh (1)
Maulik Kansara (1)
Rijwan Ansari (1)
Anu Viswan (1)
Praveen Kumar (1)
Madhan Thurai (1)
Ankan Ghorai (1)
Nikunj Satasiya (1)
Nimit Joshi (1)
Jignesh Trivedi (1)
Manoj S Pant (1)
Ram Prasad M (1)
Sivaraman Dhamodaran (1)
Nipun Tomar (1)
Sandhya Shinde (1)
Related resources for Property
No resource found
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
The Property '__metadata' Does Not Exist on Type 'SP.Data.SPLibraryItem
10/1/2024 5:33:32 AM.
This content addresses the error message "The property '__metadata' does not exist on type 'SP.Data.SPLibraryItem'." It explores the implications of this TypeScript error in
Property 'X' Does Not Configure the Code Serialization for its Property Content
9/11/2024 5:35:43 AM.
The .NET 9 RC-1, released on September 9, 2024, introduced a WinForms component error (WFO1000), where properties fail to serialize code. To fix this, add using System.ComponentModel and apply [Design
CSS Image Opacity/Transparency
8/28/2024 5:14:19 AM.
This article covers how to create transparent images and text boxes using CSS. It demonstrates using the 'opacity' property for images and hover effects, and shows how to place text in a semi-
Overflow Property With Auto Value in CSS
8/22/2024 11:05:36 AM.
The article walks through creating a div with HTML and CSS, applying the overflow property, and demonstrating how the auto value displays scrollbars when necessary, ensuring a responsive design.
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 Set or Update Webpart Property Using Powershell Script in SharePoint
8/20/2024 7:51:05 AM.
In our project, we needed to update a web part property across multiple pages in a production environment. Manual changes were impractical, so we created a PowerShell script to automate the process. T
A Simple Animation of Microsoft New Logo in CSS3
8/12/2024 11:20:01 AM.
Learn how to create animated logos using CSS3 keyframes. This tutorial guides you through defining animations for HTML div elements, configuring keyframe sequences for transitions, and implementing br
Hyperlink Creation Open External Sites and Outlook Templates
7/24/2024 6:57:31 AM.
Discover tips for enhancing PowerApps with hyperlinks, external site navigation, and Outlook email integration. Learn how to use HTMLText control to create clickable links, launch external sites from
Understanding Data Binding in Angular
6/28/2024 9:00:15 AM.
Data Binding in Angular" explores the foundational concepts and practical applications of binding data between components and views in Angular applications. It covers two-way and one-way binding
Sharepoint Framework Property Pane
6/28/2024 8:59:07 AM.
SharePoint Framework (SPFx) offers a client-side model for developing web parts and pages in SharePoint, leveraging modern web technologies and supporting seamless integration with SharePoint data.
Filter and Fetch Property Listings by User Preferences
6/27/2024 11:04:41 AM.
xplore our platform's robust tools for filtering and fetching property listings according to your specific preferences. Customize your search based on location, price range, amenities, and more, e
TextBox In C#
6/24/2024 8:59:31 AM.
A TextBox control accepts user input on a Form. In this article, I will discuss how to create a TextBox control in Windows Forms at design-time as well as run-time. After that, I will continue discuss
Explain INotifyPropertyChanged In WPF - MVVM
6/19/2024 11:56:08 AM.
INotifyPropertyChanged in ASP.NET MVC facilitates automatic updating of UI elements when data changes. By implementing this interface, changes in properties like FirstName and LastName dynamically upd
MVVM Architecture
6/5/2024 8:14:53 AM.
Learn about the significance of software architecture like MVVM, which separates UI from backend, enhancing maintainability. Explore MVVM's components: Model (business logic), View (UI), ViewModel
Auto Property Initializer: A New Feature of C# 6.0
5/29/2024 8:48:15 AM.
Auto Property Initializer, a feature in C# 6.0, simplifies property initialization by allowing default values to be assigned directly within property declarations. This enhances code readability and r
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
What is the Purpose of displayName Class Property in ReactJS?
5/20/2024 10:01:00 AM.
The `displayName` property in React improves debugging by naming components in React DevTools and error messages. It’s especially useful for components created with higher-order components (HOCs) or l
Show/Hide Property Pane Component Based On Another Component's Value In SPFX
5/16/2024 9:29:27 AM.
In SharePoint Framework (SPFX), customize property panes by dynamically showing or hiding components based on the values of other components. Utilize React's conditional rendering for efficient UI
Dependency Injection In ASP.NET MVC 5
5/6/2024 11:27:39 AM.
Dependency Injection in ASP.NET MVC 5 facilitates loose coupling and modular design by injecting dependent objects into classes. It enhances testability, scalability, and maintainability by decoupling
How to Create a Custom Property Wrappers in SwiftUI?
5/1/2024 4:21:51 AM.
Property Wrappers, a potent and flexible addition unveiled in Swift 5.1, enable the creation of custom property wrappers within SwiftUI, offering substantial versatility.
Learn Angular 8 Step By Step in 10 Days – Data Binding (Day 3)
4/17/2024 9:36:51 AM.
Google released the new version of Angular, i.e., Angular 8 just a month ago. This new release of Angular contains many upgrades and new features. So, with the help of this learning series, we will ex
Binding with Angular v4 And Above
4/16/2024 10:08:54 AM.
The basic need of Binding is requirement of data for perform any operation within the application so in this case we can use Binding and perform required operation which is our need for any feature.
Customize Power BI Theme Without JSON: Part Two
4/15/2024 11:57:24 AM.
Explore advanced Power BI JSON customization options including text, visual, page, and filter pane properties. Learn to format text, backgrounds, borders, headers, tooltips, and more for enhanced rep
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
Pattern Matching In C#
4/15/2024 8:53:28 AM.
Pattern matching in C# is a powerful feature allowing concise and expressive code for conditional statements and type checking. It enables matching based on various patterns like types, constants, pro
Create Custom Dependency Property In WPF
4/13/2024 6:12:17 PM.
Creating custom dependency properties in WPF allows developers to extend the functionality of existing controls or create entirely new controls with additional properties. By leveraging dependency pro
How to Take an Ownership on Windows 8
4/9/2024 9:14:45 AM.
To take ownership in Windows 8, access file/folder properties, go to Security tab, click Advanced, then Change Owner. Choose desired user/account and grant full control for administrative privileges.
What is Data Binding and Types of Data Binding in Angular?
4/8/2024 4:29:17 AM.
Data binding is a core concept in Angular that allows developers to establish a connection between the application's data. In this article, we'll delve deep into the various types of data bind
Flexible Height Gallery with a Separator
4/1/2024 7:28:47 AM.
Learn to create a flexible gallery with a separator in your app.Add a blank flexible height gallery. Add controls like labels and dropdowns.Set auto height toggle for labels.Add separator rectangle wi
C# Propertie Implementation, Types, Examples, and Best Practices
3/29/2024 6:38:03 AM.
C# property is a member of a class that allows the class to expose some functionality without exposing the implementation details. This article explains what a property is in C#, why we need properti
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
Data Binding in Angular
3/23/2024 4:04:12 PM.
Data binding serves as the communication bridge between the template (representing the view) and the component (housing the application's logic and data).
Implementing Common Audit Fields With EF Core’s Shadow Property
3/11/2024 9:25:16 AM.
Implement audit fields in EF Core using shadow properties for efficient tracking of entity modifications. Utilize Entity Framework's built-in functionality to automatically update created and modi
Main Difference Between Method and Computed Property in Vue.js
3/5/2024 7:20:55 AM.
In Vue.js, methods and computed properties serve distinct roles. Methods are JavaScript functions invoked in response to events, while computed properties cache values based on dependencies, enhancing
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
What is Vue.js Watch Property?
2/29/2024 5:17:56 AM.
Learn Vue.js's watch property, a powerful feature allowing custom logic reactions to changes in data, computed properties, or reactive values. Utilize object-based and immediate watchers for effic
Mastering Pattern Matching in C#
2/28/2024 5:30:16 AM.
Mastering Pattern Matching in C# provides comprehensive insights into leveraging pattern matching techniques to enhance code readability and efficiency. From type patterns to constant patterns, proper
How to Generate a Popup Message Box in Power Apps
2/21/2024 9:54:05 AM.
This article guides us through implementing a popup message box in Power Apps for deleting gallery items. A standard gallery with a delete button is used. Clicking it triggers a confirmation alert. &#
WPF ProgressBar
2/20/2024 7:26:59 AM.
C# ProgressBar class represents a WPF progress bar controlupd. The <ProgressBar> XAML elements can be used to create a progress bar at design time. The code examples in this tutorial demo how to
Implementation of Collection View in .NET MAUI
2/2/2024 5:29:04 AM.
In this article, I will explain MAUI Collection View implementation using Visual Studio 2022. .NET MAUI Collection View is a view for presenting lists of data using different layout specifications. Co
Understanding Dependency Injection in C#
12/18/2023 5:09:13 AM.
This article explores Dependency Injection (DI) in C#, explaining its types (constructor, property, and method injection) and demonstrating its implementation using a UserService and a SqlUserReposito
Empowering Developers with .NET 8
11/20/2023 5:34:28 AM.
Step into the realm of .NET 8, the latest iteration of Microsoft's open-source platform that empowers developers to craft cutting-edge applications. With its focus on enhanced performance, cloud-n
Get Property And Method Name Of WMI Classes Programmatically In C#
10/30/2023 9:31:12 AM.
This article shows how you can get property name and method name programmatically instead of writing explicitly.
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# 2.0 Features: Property Accessor Accessibility Modifiers
10/20/2023 5:20:11 AM.
One of the new features added to C# version 2.0 is accessibility modifier support for property accessor. In this article, I will show you the advantages and coolness of using this feature.
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
Get All Modules Used By Process In C#
9/21/2023 8:28:12 AM.
In this article you will get a list of all modules used by a Process in C#.To get all modules used by a process in C#, you can use the Process. Modules property to retrieve a collection of ProcessModu
How To Use Abstract Class, Abstract Method, And Abstract Property In C#
9/20/2023 10:48:45 AM.
In this article, we look at what an abstract class is, its method and properties, and how to use them.
Understand Dependency Injection: Property Injection
9/19/2023 7:06:19 AM.
In this article we will learn how to implement Dependency Injection using Property Injection.
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
Dependency Injection (Property Injection) In C#
9/14/2023 9:58:58 AM.
In this article we are going to discuss Property Injection. Dependency injection (DI) is a design pattern used in C# and other object-oriented programming languages to achieve better code organization
Dependency Injection in C# .NET With Examples
9/12/2023 6:57:55 AM.
Discover Dependency Injection in C# .NET: Learn how to achieve flexible, maintainable, and loosely coupled code by decoupling components in your software. Explore constructor, property, and method inj
Alternative Simplified C# Property Syntax
8/29/2023 4:58:12 AM.
When I first read about properties in C#, I was a bit excited and a bit confused. I was glad to see so many inventions, including properties, designed to help programmers be more productive.
Object Initializer in C#
8/24/2023 4:56:28 AM.
What is the Object Initializer in C#. Object initializers is the easiest and fastest way to assign values of an object's properties and fields. An object can be initialized without explicitly call
CSS Border Property in HTML: Part I
7/26/2023 7:13:57 AM.
The CSS border properties allow you to specify the style and color of an element's border.
AutoMapper in ASP.Net Core 7 Web API
6/15/2023 7:13:12 AM.
When developing apps, it's common to wish to map items to either comparable or different kinds. Why do you frequently require this? The database tables of the employed database are typically mappe
C# 12 Preview Features: Improving Productivity and Performance
4/17/2023 6:37:02 AM.
C# 12 Preview Features: Improving Productivity and Performance
Updating Text in JavaScript
3/28/2023 5:39:00 AM.
In this article we will see how to update text in JavaScript.
Power Apps - Fetch Image Property From Multi People Picker Column Based On Dropdown Selection
3/27/2023 8:27:33 AM.
In this article, you will learn how to fetch image property from multi people picker column based on dropdown selection.
Power Apps - Fetch Image Property From Multi People Picker Column
3/27/2023 6:09:15 AM.
In this article, you will learn about how to fetch image property from multi people picker column in Power Apps.
What Is The Purpose Of The 'Prototype' Property In JavaScript?
3/17/2023 10:22:41 AM.
What is the 'prototype' property in JavaScript and how to use it in your web page.
Navigator.online Property In JavaScript
3/15/2023 6:06:28 AM.
This article describes with an example whether the user is connected to the internet using navigator.online property in javascript.
How To Check If A Key Exists In An Object In JavaScript
3/13/2023 10:28:51 AM.
In this tutorial, we'll determine if a specific key exists in an object in Javascript.
A Comprehensive Guide to the CSS Gap Property: Improving Web Layouts
3/7/2023 1:09:53 PM.
Learn about the CSS Gap Property and how it simplifies adding space between elements. Discover how to use this powerful property to improve your code and fine-tune spacing. Check out our comparison wi
SQL Security Functions: Part 3
3/3/2023 11:41:12 AM.
In this article I describe the Transact-SQL security functions SUSER_ID, SUSER_NAME, SESSION_USER and SESSIONPROPERTY.
DATABASEPROPERTYEX Function in SQL Server
2/13/2023 5:11:03 AM.
In this article, I would like to show how to extract the metadata about a database in SQL Server.
How to count a dictionary items in C#
2/11/2023 1:29:30 AM.
How to count dictionary items in C#. The Count property gets the number of key/value pairs in a c# Dictionary.
How to check when a File was created in C#
2/8/2023 2:42:24 AM.
How to check when a file was created in C#. The CreationTime property returns the DateTime when a file was created.
How To Check If An Array Is Empty In C#
2/2/2023 10:46:46 AM.
In this article, we will explore various methods to determine if an array is empty in C#. The Length property, Count() extension method of LINQ or the IsNullOrEmpty() method can be used to check if th
Dependency Injection (DI) and Inversion of Control (IOC)
2/1/2023 5:38:00 AM.
Inversion of control (IOC) talks about who is going to initiate the call to dependent object where as the Dependency Injection (DI) talks about how one object can acquire dependency.
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
Working with Date and Time in SQL Server
1/20/2023 10:49:06 AM.
In this article, I would like to show the similarity of SQL Getdate function and the C# DateTime class.
Using Change Tokens In .NET 7
1/5/2023 9:00:02 AM.
In this article, you will learn how to use change tokens in .NET 7.
Sorting Collection of Custom Type using Generic
11/30/2022 9:19:46 AM.
This article shows a simple and easy way to sort the business object collection using generic.
Blazor Data And Property Binding
11/23/2022 6:00:24 AM.
I will explain how the data binding works in Blazor. We can bind data both one-way and two-way in Blazor.
Use INotifyPropertyChanged Interface In WPF MVVM
11/18/2022 5:58:53 AM.
INotifyPropertyChanged is an interface member in System.ComponentModel Namespace. This interface is used to notify the Control that property value has changed.
Tutorial: Creating C# Class Library (DLL) Using Visual Studio .NET
2/24/2022 10:09:25 AM.
This step-by-step tutorial shows you how to create a class library (DLL) in Visual Studio .NET.
Solution - Non-nullable Property Must Contain a Non-null Value in .NET 6
1/15/2022 4:57:51 AM.
Non-nullable property must contain a non-null value when exiting constructor. Consider declaring the property as nullable
Source Generator For INotifyPropertyChanged
9/20/2021 1:14:41 AM.
This article outlines steps for creating a Source Generator for the implementation of INotifyPropertyChanged using Rosyln Compiler API
Get All Columns in a Table Schema Information In One Click
7/22/2021 3:07:13 PM.
Get Table All Columns Schema Information in One Click In this article, I will show how we can get table columns information like ColumnName, DataType, DataType Length, is mandatory, and column brief d
Implementation Of ListPicker And Associated FieldPicker In Property Pane Of SPFx⚓
6/15/2021 2:40:23 PM.
In this article, you will learn how to implement ListPicker and Associated FieldPicker in Property Pane of SPFx?.
Enable/Disable CheckBox Inside the GridView Control
4/15/2021 6:17:21 AM.
In this article, you will see how to enable or disable a checkbox in GridView records based on the condition.
Working With SPFX Property Pane
4/3/2021 2:44:40 PM.
In this article, you will learn how to Work with Spfx Property Pane.
Using HTTP Post and Public Property in ASP.Net
3/24/2021 10:14:38 AM.
This article decribes some of the techniques to pass values from one page to another page in ASP.Net.
MatchEvaluator Delegate of a Regular Expression Replace Method in ASP.Net
3/17/2021 10:38:13 AM.
This article explains the MatchEvaluator Delegate of a custom verification for each match found by a Regular Expression Replace method.
Error | Object Doesn't Support Property Or Method 'Includes' In Internet Explorer 8
3/10/2021 4:40:43 PM.
In this article, I am going to explain how to fix the error Object doesn't support property or method 'includes' as well as Object doesn't support property or method 'indexOf'
Introduction to Code First Migration and Adding New Property in Application in MVC5
2/9/2021 10:25:36 AM.
This article introduces Code First Migration in Entity Framework and adding a new field in your application in MVC5 with Visual Studio 2013 Preview.
Rejecting Changes to a Single Property in Entity Framework 6.0
1/14/2021 9:42:13 AM.
In this article you will learn how to reject changes to a single property in Entity Framework 6.0.
Literal Control in ASP.NET
1/7/2021 11:10:11 AM.
In this article I will explain about the Literal Control in ASP.NET and how to use it. Will also differentiate between Label and Literal controls.
Navigation Property With Code First (Navigation Property In EF)
11/10/2020 2:35:33 AM.
In this article, you will learn about Navigation Property with code first and navigation property in Entity Framework.
Creating A Personalized Per User SPFx WebPart Property
11/2/2020 1:18:17 PM.
In this article, you will learn how to create a user scoped property can be helpful in cases where we want the end users to personalize a webpart on a SharePoint page.
Display data in a Data Grid
11/2/2020 8:58:54 AM.
The sample example show you how to use Data Grid to display data in a grid format.
DataRelation in ADO.NET
10/30/2020 2:17:09 AM.
In this article I will explain you about DataRelation in ADO.NET.
Creating Your First ADO.NET Web Application
10/30/2020 2:12:41 AM.
In this article I will explain Creating Your First ADO.NET Web Application.
SPFx Cascading Dropdown In Property Pane
10/24/2020 8:29:21 AM.
In this article, we will see how to implement a cascading dropdown in the property pane using PnP React controls and PnP JS.
Get Browser Property Via navigator Object
10/19/2020 5:12:07 AM.
In this Java Script navigator Tutorial, we will get browser property by using the navigator object of the JavaScript. We will also list the default plugins installed in the browser.
Insert, Update and Delete in Silverlight DataGrid using ADO.NET
9/29/2020 1:34:21 AM.
In this article will show how to perform CRUD (Create, Retrieve, Update, Delete) operations in Silverlight 2 using ADO.NET Data Services.
Controls And Layout In WPF
8/13/2020 11:49:45 AM.
In this article, you will learn about Controls and Layout in WPF.