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 NullReferenceException
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
C# Curator (2)
Abhishek Arora (1)
Diptiranjan Sutar (1)
Sushila Patel (1)
Mark Pelf (1)
Thiago Vivas (1)
Yash Soman (1)
Related resources for NullReferenceException
No resource found
Null Propagation Operator: A New Feature of C# 6.0
5/29/2024 8:10:30 AM.
On November 12, 2014, Microsoft announced Visual Studio 2015 Preview and C# 6.0, featuring the Null Propagation Operator. This operator simplifies null checks, reducing code complexity and bugs. It al
Null-Conditional Operators in C# - Simplifying Null Checks & More
5/27/2024 11:46:08 AM.
Explore the null-conditional operators in C# 6.0, which simplify null checks and prevent NullReferenceExceptions. Learn about the ?. operator, null-conditional indexing, and combining these with null-
Handling Null Values in DataGrid
2/7/2024 11:30:13 AM.
n C# programming, developers often encounter the "Object reference not set to an instance of an object" exception, commonly known as a NullReferenceException. However, with the introduction
Throw Statement in C#
11/24/2022 9:04:40 AM.
In this article I will explain you about Throw Statement in C#.
Thread-Safe Events In C#
7/31/2022 11:02:37 PM.
Discussion on the proper method to check for null-value and raise Event in C#.
.NET Core - Handling Exceptions
9/3/2019 11:59:59 PM.
In this article, we are going to explore different exceptions and how to handle them in order to get maximum usage from a try catch block.
Elvis To Rescue From "Object Reference Not Set To An Instance Of An Object"
10/22/2015 7:40:41 AM.
The article is about using Elvis operator which is introduced in C# 6.0. It gives an example of how to use it.
Propagation of Exceptions in C#
1/4/2010 12:09:53 AM.
In this article I will explain you about Propagation of Exceptions in C#.