An extension method is a static method of a static class that can be invoked using the instance method syntax. Extension methods are used to...Read More
A delegate is a reference type that holds the reference of a class method. Any method which has the same signature as delegate can be assign...Read More
What is Dependency injection? Dependency injection is a design pattern which is used to remove hard code dependency from application in ASP....Read More