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 Null Object
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jaimin Shethiya (1)
Thiago Vivas (1)
Rikam Palkar (1)
Ajay Mor (1)
Gaurav Gahlot (1)
Rangesh Sripathi (1)
Related resources for Null Object
No resource found
Null Object Design Pattern in .NET Core
6/7/2024 4:27:35 AM.
A behavioral design pattern called the Null Object Pattern offers an object to represent an interface's missing object. In cases when a null object would result in a null reference exception, it&#
Object reference not set to an instance of an object and the Null object Design Pattern
2/23/2021 2:53:47 AM.
in C# with .Net Core
Fallback And Target Null Values In WPF
7/31/2020 11:37:13 AM.
In this article, you will learn how to manage error-prone code with 2 simple properties in WPF.
NULL Object Design Pattern
9/19/2019 1:31:43 AM.
In this video, we will talk about null object design pattern and will see how we can abstract away our client code from null checks across the entire application.
Null Object Design Pattern
7/29/2017 1:56:59 PM.
A null object is also known as a Stub, an Active Nothing or an Active Null. It helps our program logic to get rid of null checks where ever possible. We all know, that we can not call methods on a nul
Null Object in Design Pattern
4/13/2015 3:46:23 PM.
In this article we will see Null Objects in Design Patterns.