Web form events available in ASP.NET?

The Web Form Events in the sequence of their execution – Page_Init First step in page…

Access Modifiers in C#

Access Modifiers / Access Specifiers are keywords used in object oriented programming to restrict access to…

What is boxing and unboxing in c#?

In c# type system are mainly of 3 types Value type Reference type Pointer type BOXING…

What is microsoft .net assembly?

Microsoft .net assembly ->Microsoft .net assembly is a logical unit of code. ->It contains code which…