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
Harshwardhan Singhharshwsingh.hashnode.dev·Dec 18, 2022Null SafetyNull safety is a concept in programming that refers to the ability to prevent the occurrence of null reference exceptions, which occur when a program attempts to access an object that has a null (undefined or nonexistent) value. Null reference except...Discussnullability
Unicorn Developerpvs-studio.hashnode.dev·Dec 7, 2022Any bugs in your IDE? Checking AvalonStudio with PVS-StudioDevelopers around the world use their favorite IDEs every day to create software. Today we are checking one of them and looking at the most interesting errors found. Introduction The modern developer uses many tools to succeed. These include IDEs (I...Discuss·3 likes·37 readsAvalonStudio