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 nameof
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abhishek Arora (1)
Dinesh Gabhane (1)
Ajay Kumar (1)
Praveen Kumar (1)
Related resources for nameof
No resource found
Nameof Operator: A New Feature of C# 6.0
5/29/2024 8:06:24 AM.
C# nameof operator returns the unqualified string name of a variable, type, or member. In this article, we will learn how to use the nameof operator in C# code example.
UnderStanding nameof Operator in C#
5/28/2024 7:20:47 AM.
The nameof Operator retrieves names of variables or members dynamically, aiding in code maintenance. Raising PropertyChanged Event notifies property changes in INotifyPropertyChanged implementations.
Nameof in C#
3/8/2024 2:16:37 PM.
In C#, the nameof operator is a relatively recent addition to the language, introduced in C# 6.0. It provides a convenient way to obtain the name of a variable, type, or member as a string.
New Feature of C# 6.0: Nameof Operator
9/5/2023 6:41:50 AM.
In this article we will learn about the nameof operator, one of the new features of C# 6.0.