chaitanyachaitu.hashnode.dev·Aug 23, 2024Dealing with Null Reference ExceptionsIf you are a software Engineer, you might have come accross this error "Object reference not set to an instance of an object". Then you might have asked what does this even mean? let's understand what this error means. For suppose check this below ps...Discuss·46 readsObject refernece not set to an instance of an object