Dark Mode
Image

.Net Interview Questions

There are given top frequently asked .Net interview questions and answers that has been asked in many companies. Let&...

C#interface

Interface in C# is a blueprint of a class. It is like abstract class because all the methods which are declared insid...

Abstraction

Abstract classes are the way to achieve abstraction in C#. Abstraction in C# is the process to hide the internal deta...

C# Aggregation

C# Aggregation (HAS-A Relationship) In C#, aggregation is a process in which one class defines another cl...

C# SortedList

  C# SortedList is an array of key/value pairs. It stores values on the basis of key. The SortedList...

C# SortedDictionary

C# SortedDictionary class uses the concept of hashtable. It stores values on the basis of key. It contains unique key...

Image