Archive
Displays all posts in order of latest date.
C#'s Approach to Inheritance: Interfaces and Multiple Inheritance
Q1: What is multiple inheritance, and why doesn’t C# suppor…
How do I calculate a MD5 hash from a string?
It is a common practice to store passwords in databases usi…
What is the difference between const and static readonly?
When dealing with constants in C#, it’s essential to unders…
What’s the difference between System.String and System.StringBuilder classes?
While System.String is immutable, meaning its value cannot …
Difference between Overloading and Overriding ?
Overloading:Overloading refers to the ability to define mul…
What are the different types of Assemblies?
Different types of assemblies are Priave, Public/Shared, St…
What is Authentication and Authorization?
Authentication is the process of identifying users. Authent…