.Net Framework History

  • .Net Framework
  • 5,722
  • Nov 03, 2014

What is Assembly?

  • .Net Framework
  • 3,039
  • Nov 02, 2014

Types of Assemblies?

  • .Net Framework
  • 2,469
  • Nov 02, 2014

Difference between Connection Oriented architecture and Disconnected architecture?

  • ADO.NET
  • 9,186
  • Oct 16, 2014

Difference between ADO.NET Dataset and ADO Recordset?

  • ADO.NET
  • 5,045
  • Oct 16, 2014

Difference between DataReader, DataSet and DataAdapter?

  • ADO.NET
  • 5,666
  • Oct 16, 2014

Difference between command object and command builder object?

  • ADO.NET
  • 3,310
  • Oct 16, 2014

Difference between copy() and clone()?

  • ADO.NET
  • 2,482
  • Oct 16, 2014

Difference between close() and dispose()?

  • ADO.NET
  • 2,323
  • Oct 16, 2014

What is the purpose of Fill() method?

  • ADO.NET
  • 2,345
  • Oct 16, 2014

ASP.Net Page life cycle overview

  • ASP.Net
  • 9,997
  • Oct 21, 2014

ASP.NET Page events

  • ASP.Net
  • 4,404
  • Oct 16, 2014

Events in ASP.NET Master and Content Pages

  • ASP.Net
  • 2,514
  • Oct 16, 2014

What is the difference between Web User Control and Web Custom Control?

  • ASP.Net
  • 2,247
  • Oct 22, 2014

What is Rich Data control?

  • ASP.Net
  • 2,433
  • Oct 16, 2014

DataList control FAQ's?

  • ASP.Net
  • 2,192
  • Oct 16, 2014

DetailsView control FAQ's

  • ASP.Net
  • 1,991
  • Oct 16, 2014

FormView FAQ's

  • ASP.Net
  • 1,977
  • Oct 16, 2014

GridView control FAQ's

  • ASP.Net
  • 2,330
  • Oct 16, 2014

ListView control FAQ's

  • ASP.Net
  • 2,107
  • Oct 16, 2014

What is Repeater control?

  • ASP.Net
  • 1,973
  • Oct 16, 2014

What is Menu control?

  • ASP.Net
  • 1,907
  • Oct 16, 2014

What is TreeView control?

  • ASP.Net
  • 1,988
  • Oct 16, 2014

What is DataSource Control?

  • ASP.Net
  • 2,212
  • Oct 16, 2014

Difference between DataList control and Repeator control?

  • ASP.Net
  • 1,943
  • Oct 16, 2014

What is State Management?

  • ASP.Net
  • 2,170
  • Oct 07, 2014

View state FAQ's

  • ASP.Net
  • 3,031
  • Oct 07, 2014

Cookies FAQ's

  • ASP.Net
  • 2,170
  • Oct 09, 2014

Caching FAQ's

  • ASP.Net
  • 2,265
  • Oct 09, 2014

Query String FAQ's

  • ASP.Net
  • 2,221
  • Oct 08, 2014

Session FAQ's

  • ASP.Net
  • 2,186
  • Oct 10, 2014

How you will implement validations in Web Applications?

  • ASP.Net
  • 2,185
  • Oct 16, 2014

Types of ASP.Net validation controls?

  • ASP.Net
  • 2,110
  • Oct 07, 2014

What is bubbled event?

  • ASP.Net
  • 2,056
  • Oct 07, 2014

Security FAQ's

  • ASP.Net
  • 2,256
  • Oct 13, 2014

Access Specifiers (or) Access Modifiers in C#

  • C#
  • 2,680
  • Oct 16, 2014

Difference between struct and class?

  • C#
  • 2,544
  • Oct 16, 2014

Difference between ref and out parameters

  • C#
  • 2,856
  • Oct 09, 2014

Difference between Value Type and Reference Type

  • C#
  • 2,400
  • Oct 09, 2014

Difference between Implicit conversion and Explicit conversion

  • C#
  • 11,468
  • Oct 16, 2014

Difference between String and StringBuilder ?

  • C#
  • 7,379
  • Oct 09, 2014

var keyword

  • C#
  • 2,608
  • Oct 22, 2014

OOPS FAQ's

  • C#
  • 2,754
  • Oct 16, 2014

Absract

  • C#
  • 2,772
  • Oct 16, 2014

Difference between abstract class and interface?

  • C#
  • 2,221
  • Oct 16, 2014

What are the differences between Array and ArrayList?

  • C#
  • 2,163
  • Oct 22, 2014

What  are the differences between ArrayList and List?

  • C#
  • 2,143
  • Oct 22, 2014

What is difference between HashTable and SortedList?

  • C#
  • 4,269
  • Oct 22, 2014

Difference between 'visibility: hidden' and 'display: none'

  • CSS
  • 2,230
  • Oct 16, 2014

Difference between ViewBag, ViewData, and ViewDataDictionary

  • MVC
  • 2,153
  • Nov 12, 2015

Differences between CHAR, NCHAR, VARCHAR and NVARCHAR?

  • SQL Server
  • 3,255
  • Oct 28, 2014

What is Constraint? And types of constraints in SQL Server?

  • SQL Server
  • 2,516
  • Oct 28, 2014

Difference between Primary Key and Unique Key?

  • SQL Server
  • 2,469
  • Oct 28, 2014

What are joins? And types of joins in SQL Server?

  • SQL Server
  • 2,375
  • Oct 28, 2014

Difference between Inner Join and Join in SQL Server

  • SQL Server
  • 2,163
  • Oct 28, 2014

What is Equi Join in SQL Server?

  • SQL Server
  • 2,093
  • Oct 28, 2014

What is Non Equi Join in SQL Server?

  • SQL Server
  • 2,024
  • Oct 28, 2014

Difference between Left Join and Left Outer Join in SQL Server?

  • SQL Server
  • 2,087
  • Oct 28, 2014

Difference between Right Join and Right Outer Join in SQL Server?

  • SQL Server
  • 2,012
  • Oct 28, 2014

Difference between Full Join and Full Outer Join in SQL Server?

  • SQL Server
  • 2,047
  • Oct 28, 2014

What is Cross Join in SQL Server?

  • SQL Server
  • 2,050
  • Oct 28, 2014

What is Batch and types of Batches in SQL Server?

  • SQL Server
  • 2,048
  • Oct 28, 2014

Difference between Stored Procedure and Function?

  • SQL Server
  • 2,050
  • Oct 28, 2014

Types of functions in SQL Server

  • SQL Server
  • 2,131
  • Oct 28, 2014

What is Trigger in SQL Server?

  • SQL Server
  • 2,236
  • Oct 28, 2014

How many types of triggers are there?

  • SQL Server
  • 2,001
  • Oct 16, 2014

What is Cursor in SQL Server?

  • SQL Server
  • 2,017
  • Oct 28, 2014

Explain the Cursor types?

  • SQL Server
  • 1,922
  • Oct 27, 2014

Explain different types of cursors?

  • SQL Server
  • 1,959
  • Oct 27, 2014

Define the Cursor lock types?

  • SQL Server
  • 1,907
  • Oct 28, 2014

What are the disadvantages of cursors?

  • SQL Server
  • 2,014
  • Oct 27, 2014