.Net Framework History

  • .Net Framework
  • 8,170
  • Nov 03, 2014

What is Assembly?

  • .Net Framework
  • 4,745
  • Nov 02, 2014

Types of Assemblies?

  • .Net Framework
  • 4,139
  • Nov 02, 2014

Difference between Connection Oriented architecture and Disconnected architecture?

  • ADO.NET
  • 13,592
  • Oct 16, 2014

Difference between ADO.NET Dataset and ADO Recordset?

  • ADO.NET
  • 7,361
  • Oct 16, 2014

Difference between DataReader, DataSet and DataAdapter?

  • ADO.NET
  • 11,683
  • Oct 16, 2014

Difference between command object and command builder object?

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

Difference between copy() and clone()?

  • ADO.NET
  • 4,113
  • Oct 16, 2014

Difference between close() and dispose()?

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

What is the purpose of Fill() method?

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

ASP.Net Page life cycle overview

  • ASP.Net
  • 14,469
  • Oct 21, 2014

ASP.NET Page events

  • ASP.Net
  • 6,778
  • Oct 16, 2014

Events in ASP.NET Master and Content Pages

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

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

  • ASP.Net
  • 3,712
  • Oct 22, 2014

What is Rich Data control?

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

DataList control FAQ's?

  • ASP.Net
  • 3,743
  • Oct 16, 2014

DetailsView control FAQ's

  • ASP.Net
  • 3,447
  • Oct 16, 2014

FormView FAQ's

  • ASP.Net
  • 3,468
  • Oct 16, 2014

GridView control FAQ's

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

ListView control FAQ's

  • ASP.Net
  • 3,806
  • Oct 16, 2014

What is Repeater control?

  • ASP.Net
  • 3,421
  • Oct 16, 2014

What is Menu control?

  • ASP.Net
  • 3,617
  • Oct 16, 2014

What is TreeView control?

  • ASP.Net
  • 3,681
  • Oct 16, 2014

What is DataSource Control?

  • ASP.Net
  • 3,872
  • Oct 16, 2014

Difference between DataList control and Repeator control?

  • ASP.Net
  • 3,413
  • Oct 16, 2014

What is State Management?

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

View state FAQ's

  • ASP.Net
  • 4,658
  • Oct 07, 2014

Cookies FAQ's

  • ASP.Net
  • 3,706
  • Oct 09, 2014

Caching FAQ's

  • ASP.Net
  • 4,130
  • Oct 09, 2014

Query String FAQ's

  • ASP.Net
  • 3,786
  • Oct 08, 2014

Session FAQ's

  • ASP.Net
  • 3,643
  • Oct 10, 2014

How you will implement validations in Web Applications?

  • ASP.Net
  • 3,815
  • Oct 16, 2014

Types of ASP.Net validation controls?

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

What is bubbled event?

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

Security FAQ's

  • ASP.Net
  • 3,781
  • Oct 13, 2014

Access Specifiers (or) Access Modifiers in C#

  • C#
  • 4,248
  • Oct 16, 2014

Difference between struct and class?

  • C#
  • 4,289
  • Oct 16, 2014

Difference between ref and out parameters

  • C#
  • 4,572
  • Oct 09, 2014

Difference between Value Type and Reference Type

  • C#
  • 4,047
  • Oct 09, 2014

Difference between Implicit conversion and Explicit conversion

  • C#
  • 16,423
  • Oct 16, 2014

Difference between String and StringBuilder ?

  • C#
  • 12,122
  • Oct 09, 2014

var keyword

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

OOPS FAQ's

  • C#
  • 4,514
  • Oct 16, 2014

Absract

  • C#
  • 4,305
  • Oct 16, 2014

Difference between abstract class and interface?

  • C#
  • 3,763
  • Oct 16, 2014

What are the differences between Array and ArrayList?

  • C#
  • 3,691
  • Oct 22, 2014

What  are the differences between ArrayList and List?

  • C#
  • 3,624
  • Oct 22, 2014

What is difference between HashTable and SortedList?

  • C#
  • 6,985
  • Oct 22, 2014

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

  • CSS
  • 3,944
  • Oct 16, 2014

Difference between ViewBag, ViewData, and ViewDataDictionary

  • MVC
  • 3,934
  • Nov 12, 2015

Differences between CHAR, NCHAR, VARCHAR and NVARCHAR?

  • SQL Server
  • 5,026
  • Oct 28, 2014

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

  • SQL Server
  • 4,136
  • Oct 28, 2014

Difference between Primary Key and Unique Key?

  • SQL Server
  • 4,201
  • Oct 28, 2014

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

  • SQL Server
  • 4,176
  • Oct 28, 2014

Difference between Inner Join and Join in SQL Server

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

What is Equi Join in SQL Server?

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

What is Non Equi Join in SQL Server?

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

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

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

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

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

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

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

What is Cross Join in SQL Server?

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

What is Batch and types of Batches in SQL Server?

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

Difference between Stored Procedure and Function?

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

Types of functions in SQL Server

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

What is Trigger in SQL Server?

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

How many types of triggers are there?

  • SQL Server
  • 3,535
  • Oct 16, 2014

What is Cursor in SQL Server?

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

Explain the Cursor types?

  • SQL Server
  • 3,366
  • Oct 27, 2014

Explain different types of cursors?

  • SQL Server
  • 3,552
  • Oct 27, 2014

Define the Cursor lock types?

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

What are the disadvantages of cursors?

  • SQL Server
  • 3,503
  • Oct 27, 2014