8.26.2012

Dotnetfunda Difference Links

Difference Between Web Farm and Web Garden

Difference between String and Stringbuilder reference types?

Describe the difference between a Thread and a Process?

Difference between System.Data.SQL and System.Data.SQLClient?

What is difference between Web site and Web application ?

What is the difference between a Debug and Release build?


Difference between Globalization and Localization ?


What is the difference between ASP.NET and VB.NET?

What’s the difference between trace and debug in ASP.NET?



What is the difference between “int” and “Int32” in C#?



What is the basic difference between a "const" and "readonly" in C#?


Difference between reliable messaging and reliable sessions in WCF ?

What is the difference between app.config, web.config and machine.config ?



What is the difference between background and foreground thread?



What is the difference between RIA and WCF services?



What is the difference between Array and ArrayList?


Difference between Stored Procedure (SP) and User Defined Function


What is difference between interface inhertance and class inheritance?


Difference between UNION and UNION All?



What is the difference between DELETE and TRUNCATE?


Difference between C# and VB.NET



Difference between Abstract class and interface?


What is difference between throw and throw ex?


What is the difference between overloading and overriding ? how can this be .NET?


Difference between ref and out parameter

Difference between Database Mail and SQLMail ?

What is the difference between unique key and primary key?

Difference between Cache and Application?

What is the difference between following two statements ?
1. SELECT 'DotnetFunda' 'SQL Server'
2. SELECT 'DotnetFunda' = 'SQL Server'

Difference between String and StringBuilder class?

What is the difference between undefined value and null value ?

difference between properties and methods?

Difference between Finalize() and Dispose()?

difference between int.Parse and int.TryParse methods?

Boxing and Unboxing?

Difference Between Server.Transfer vs Response.Redirect

What is the difference between “Web farms” and “Web garden”?

Difference between IEnumerable and IEnumerator part 3

Difference between Cache and Session?

ASP.NET interview question:-What is the difference between render and prender event ?

Difference between Finalize and Dispose methods ?

What is the difference between == and === ?

What is difference between out and ref in c#?

Difference between WCF and Web services?

What is the difference between proc. sent BY VAL and BY SUB ?

What is the difference between an EXE and a DLL?

Difference between Web Services and WCF

Difference between an Assembly and DLL

What is the difference between jQuery-x.x.x.js and jQuery.x.x.x-min.js

What is the difference between GET and POST in HTML forms ?

Difference between GET and POST Metods

What is the difference between First() and Single() extension methods in LINQ ?

What is the difference between abstraction and encapsulation ?

What is the difference between WPF and SilverLight?

difference between Abstraction and Encapsulation?

What are difference between Cluster index and Non-Cluster index?

Differences between method overloading and method overriding

Difference between Check Constraint and Rule?

What are the differences between .NET Framework 3.0 and 3.5?

Explain the differences between verification and validation ?

In SQL Server, what is the difference between Count(*) and Count(column_name)

What is the difference between HTTP method Get and Post?

Difference between String.Empty and ""

Difference between String and string in c#?

What is the difference between Finalize() and Dispose()?

Difference between classes and structures?

What is the difference between application state and caching?

What is the difference between Server.Transfer and Response.Redirect ?

What is difference between readonly and const variable?

Difference between HAVING and WHERE Clause

Difference between function Overloading and Overriding ?

What is difference between dataset and data reader?

What is the difference between 2-Tier architecture and 3-Tier architecture

What is the difference between Master- Detail view and MVG?

What is the difference between an ADO.NET Dataset and an ADO Recordset ?

Difference between IEnumerable and IEnumerator Part 1

difference between Early Binding and Late Binding?

Difference between Stored Procedure and Function?

Difference Between Union and Union All

What is the difference between Server.Transfer and Response.Redirect?

difference between primary key and unique key?

Difference between char and varchar data types in Sql Server?

What's difference between New and Override keyword ?

What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

What is the difference between DELETE and TRUNCATE?

What is the difference between jquery.size() and jquery.length ?

Difference between Primary key and unique key in SQL Server?

What is the difference between well formed and valid XML documents?

What is the difference between Eval and Bind methods?

Difference between an Element and Node in XML .

State one basic important difference between SOAP Web services and RESTful Web services ?

What is the difference between Forms authentication and login controls ?

Difference Between Int32.Parse , Int32.TryParse and Convert.ToInt32()?

Discuss the differences between Theme and CSS ?

What is the difference between a private assembly and a shared assembly?

What is the difference between Stored Procedure and Function?

Difference between Table Variable (@tbl) and temporary table (#temp or ##temp
)

NET interview questions :- What is the difference between class and structures ?

What is difference between Trace and Debug?

Difference between Composite , Candidate and alternate keys ?

What is the Main Difference between ACCESS and SQL SERVER?

What is the difference between Response.Write() and Response.Output.Write() ?

WCF Interview Question - What is the difference between Basic httpbinding and WShttpbinding?

What is the difference between CLS and CTS?

What are the major differences between classic ADO and ADO.NET?

What is the difference between Count() and LongCount() extension methods in LINQ ?

What is the difference between ref & out parameters?

Difference between ExecuteNonQuery, ExecuteScalar and ExecuteReader

6 important uses of Delegates and Events

Difference between String.Equals(string1,string2) and string1.Equals(string2)

What are major difference between classic ADO and ADO.NET?

Describe the difference between inline and code behind?

What is the main difference between Grid layout and Flow Layout?

What is the Difference between Internal and Protected Internal Access Modifiers?

whats the similarilty & difference between .dll extension and .exe extension files?

What is the exact difference between Functions and Subs in VB.NET ?

Difference between sealed and static classes

What's the Difference between Interface and Abstract Class

Difference between Namespace and Assembly

Difference between event and delegate?

What is difference between DBMS and RDBMS ?

What is the difference between Datalist and Repeater?

Difference between BasicHttpBinding and WsHttpBinding

Difference between ASP.Net Website and ASP.Net Web Application?

Difference between a Class and Component?

What are HttpHandler and HttpModules and how do they differ?

Difference between blackbox testing and whitebox testing

difference between Convert.ToInt32, int.Parse() and (int) with examples

What is the difference between early binding and late binding in VB.NET ?

Difference between ViewState and ControlState:

What the difference between Visitor and Strategy Pattern?

What is the difference between FirstOrDefault() and SingleOrDefault() extension method in LINQ ?

Difference between procedure and user defined function.

Can you point out simple differences between Agile and traditional SDLC?

Difference between varchar and char:

Difference between Triggers and Stored procedures

what is the difference between Module and Class

Explain the differences between CAST and CONVERT ?

What is the difference between "Web.Config" and "Machine.Config" ?

Difference between new and override keyword?

What is difference between Web site and Web application ?

.NET and SQL Server interview question: - What is difference between truncate and delete?

What’s the difference between content and custom
columns, they do the same thing?

What is difference between RANK and DENSE_RANK.

What's the difference between the Debug class and Trace class?

c# Interview question :- Can you explain difference between Pascal notation,Camel notation and hungarian notation ?

list some of the Similarities and Difference between Hashtable and arraylist

What is the difference between asp:Label and asp:Literal control?

What is the difference between OLEDB Provider and SqlClient ? Which is more productive to use for Dot Net application?

What is the difference between the below two statements:-
(1) var myname = "Akiii";
(2) myname = "Akiii";

What is the difference between Typed and UnTyped DataSets?

What is the difference between Namespace and Assembly?

Difference between static variable and constant in c#?

difference between custom control and user control

Difference Between SCOPE_IDENTITY() and @@IDENTITY

Differences between DTD and XSD.

what are the advantages of hosting WCF Services in IIS as compared to self-hosting?

What are differences between HTML and DHTML?

Explain friend and protected friend?

What is the difference between casting and boxing?

What is the difference between httpHandler code in web.config of ASP.NET 2.0 and ASP.NET 3.5 web application?

Difference between DropDownList.Items.Add and DropDownList.Items.Insert method

What is the difference between DirectCast and CType ?

What is the difference between debug build and release build?

Difference between LINQ to SQL and ADO.NET

Difference between Session and Cache ?

Discuss the differences between Named skins and Default skins ?

what is the difference between garbage collection and Dispose Method

Difference between Assembly.LoadFrom() and Assembly.LoadFile() methods?

What is the difference between the Take and Skip clauses?

Differences between a structure and class

What is the difference between a constant and a static readonly field?

What is the difference between console and window application?

Difference between catch(Exception objex) and catch() block

What is the difference between "Convert" class and "Parse()" method?

What is difference between "String" and "string" ?

Difference between var and dynamic?

Can you explain the difference between an ADO.NET Dataset and an ADO Record set?

What is the difference between .NET 1.1,2.0,3.0,3.5 and 4.0 ?

What is the difference between DELETE and TRUNCATE?

What is difference between response.redirect and server.transfer ?

1 comment: