Blogs by Surendra : Empowering developers with cutting-edge insights on Angular, .NET 8, Azure, Microservices, and Docker. Discover expert practical guides for building scalable, cloud-ready applications
Unlocking Efficiency with Custom Project Templates As developers, we often find ourselves working on multiple projects that share common coding standards and…
Detailed explanation of Value Types and Reference Types 1. What are the categories of data types in C#? · Data types are cat…
Everything about access specifiers. To use any class can be public, private etc. we should be using corresponding namesp…
Virtual,Override and NEW 1. What is the meaning of 'DerivedClass_B.X()' hides inherited member 'BaseClass_A.X()&#…