SOLID Design Principles Explained – C#

To Design a application  we need to follow some set of principle. SOLID principle is main…

What is a View in sql server and its advantages ?

  A view is nothing more than a saved query.  A view can also be considered…

How to use date in javascript and the different date methods?

The Date object is a datatype built into the JavaScript language. Date objects are created with…

What are the different action method’s return type?

1) ViewResult : Used to return a view to render html in the browser. this is…

WHAT IS AJAX AND ITS FEATURES?

WHAT IS AJAX? Asynchronous Javascript And Xml. It is not a programming language Used to create…

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…

Wcf

WCF                               …

What is boxing and unboxing in c#?

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