What is ADO.NET and its features?

ADO.NET  It is one of the major component of .Net Framework. It is designed to connect…

Web form events available in ASP.NET?

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

Interface in OOPS

Introduction Interface is introduced to achieve multiple inheritance. Multiple classes cannot be inherited in C#, because…

Wcf

WCF                               …

Abstract classes in OOPS

Abstract Classes Abstract classes are defined with the keyword ‘abstract’. They are used in design level.…

what is javascript function?

      Javascript function is grouping a set of codes to perform particular operations. we will invoke…

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 Encapsulation in OOPS?

Encapsulation is the process of wrapping method and attributes into single unit and hiding unnecessary data…

What is the use of common table expression (CTE) in Sql Server?

CTEs are used to make the query easier. Whenever there are too many joins are being…