Differences Between Generics & Collections you need to knowDecember 18, 2023Interview Q&A.NET provides Collection types and Generics which can be used to store and work on sequence of objects or data, with built-in utility methods.
Easy Differences between string and stringbuilder in c#August 15, 2023Articles, C# ConceptsIn this brief comparison, let us understand what is the difference between a string and stringbuilder with an illustrating example
Easy differences between ref and out keywords in c#August 15, 2023Articles, C# ConceptsIn this brief comparison, let us discuss what is a ref and out keyword and the key differences between them with an example in C#
Easy Differences between const and readonly in C#August 15, 2023Articles, C# ConceptsIn this brief comparison, let us understand what are const and readonly keywords in C# and major differences between them with an example.
Easy differences between property and variable in C#July 30, 2023Articles, C# ConceptsIn this detailed comparison, let us look at what are the key differences between property and variable in C# with examples
C# IEnumerable vs IEnumerator vs IQueryable – Ultimate GuideJuly 30, 2023Articles, C# ConceptsIn this detailed article, let us find about IEnumerable, IEnumerator and IQuerable in C# and summarize the differences (IEnumerable vs IEnumerator vs IQueryable)
Easy differences between a class and a structJuly 25, 2023Articles, OOP ConceptsLet us know about what is a class and struct in detail and then summarize the important differences between class and struct in C#
What is the difference between abstract class and InterfaceJuly 25, 2023Articles, OOP ConceptsLet us find out what is an abstract class and an interface, then summarize on the key differences between these structures
What is the difference between a Method and a ConstructorJuly 25, 2023Articles, OOP ConceptsLet us look at what a constructor and a method does and then summarize with key differences between constructor and method.