.Net Framework History

  • .Net Framework
  • 6,304
  • Nov 03, 2014

What is Assembly?

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

Types of Assemblies?

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

Difference between Connection Oriented architecture and Disconnected architecture?

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

Difference between ADO.NET Dataset and ADO Recordset?

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

Difference between DataReader, DataSet and DataAdapter?

  • ADO.NET
  • 8,503
  • Oct 16, 2014

Difference between command object and command builder object?

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

Difference between copy() and clone()?

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

Difference between close() and dispose()?

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

What is the purpose of Fill() method?

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

ASP.Net Page life cycle overview

  • ASP.Net
  • 11,511
  • Oct 21, 2014

ASP.NET Page events

  • ASP.Net
  • 5,176
  • Oct 16, 2014

Events in ASP.NET Master and Content Pages

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

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

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

What is Rich Data control?

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

DataList control FAQ's?

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

DetailsView control FAQ's

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

FormView FAQ's

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

GridView control FAQ's

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

ListView control FAQ's

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

What is Repeater control?

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

What is Menu control?

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

What is TreeView control?

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

What is DataSource Control?

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

Difference between DataList control and Repeator control?

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

What is State Management?

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

View state FAQ's

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

Cookies FAQ's

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

Caching FAQ's

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

Query String FAQ's

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

Session FAQ's

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

How you will implement validations in Web Applications?

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

Types of ASP.Net validation controls?

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

What is bubbled event?

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

Security FAQ's

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

Access Specifiers (or) Access Modifiers in C#

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

Difference between struct and class?

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

Difference between ref and out parameters

  • C#
  • 3,277
  • Oct 09, 2014

Difference between Value Type and Reference Type

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

Difference between Implicit conversion and Explicit conversion

  • C#
  • 13,516
  • Oct 16, 2014

Difference between String and StringBuilder ?

  • C#
  • 8,676
  • Oct 09, 2014

var keyword

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

OOPS FAQ's

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

Absract

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

Difference between abstract class and interface?

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

What are the differences between Array and ArrayList?

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

What  are the differences between ArrayList and List?

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

What is difference between HashTable and SortedList?

  • C#
  • 5,194
  • Oct 22, 2014

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

  • CSS
  • 2,536
  • Oct 16, 2014

Difference between ViewBag, ViewData, and ViewDataDictionary

  • MVC
  • 2,465
  • Nov 12, 2015

Differences between CHAR, NCHAR, VARCHAR and NVARCHAR?

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

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

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

Difference between Primary Key and Unique Key?

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

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

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

Difference between Inner Join and Join in SQL Server

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

What is Equi Join in SQL Server?

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

What is Non Equi Join in SQL Server?

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

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

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

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

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

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

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

What is Cross Join in SQL Server?

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

What is Batch and types of Batches in SQL Server?

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

Difference between Stored Procedure and Function?

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

Types of functions in SQL Server

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

What is Trigger in SQL Server?

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

How many types of triggers are there?

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

What is Cursor in SQL Server?

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

Explain the Cursor types?

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

Explain different types of cursors?

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

Define the Cursor lock types?

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

What are the disadvantages of cursors?

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