Joins in SQL

SQL JOINS Joins in SQL are used to get related data from different tables. SQL joins…

What is the difference between Managed code and Unmanaged code in .Net?

Managed code Vs Unmanaged code Any code running under CLR(Common Language Runtime)is called Managed code and…

The view ‘Index’ or its master was not found or no view engine supports the searched locations

Problem The view ‘Index’ or its master was not found or no view engine supports the…

Explain asp.net page life cycle?

Asp.net page life cycle passes through some series of process during their life cycle. Following are…

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…