Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

Showing posts with label Interview Questions. Show all posts
Showing posts with label Interview Questions. Show all posts

C# - What is Difference between Overriding and Overloading with Example

Sep 22, 2013 22 comments
Introduction:

Here I will explain difference between overloading and overriding in c#.net with example or c#.net overloading vs. overriding with example. 

Description:

C# - What is Delegates in C# Example | Use of Delegates in C#

Sep 20, 2013 43 comments
Introduction:

Here I will explain what is delegates in c#.net with example. Basically delegates in c# are type safe objects which are used to hold reference of one or more methods in c#.net. Delegates concept will match with pointer concept of c language.  

Description:

C# - Early Binding and Late Binding with Example & Difference b/w Early & Late Binding

Sep 19, 2013 9 comments
Introduction:

Here I will explain difference between early binding and late binding in c#.net with example or c#.net late binding vs early binding with example. 

Description:

C# - Difference b/w Compile Time Polymorphism and Runtime Polymorphism with Example

Sep 18, 2013 5 comments
Introduction:

Here I will explain difference between compile time polymorphism and runtime polymorphism in c#.net with example or c#.net compile time vs. runtime polymorphism with example. 

Description:

C# - Types of Polymorphism in C#.Net with Example | Basic Polymorphism in C#.NET

38 comments
Introduction:

Here I will explain what is polymorphism in c#.net with example and different types of polymorphism (compile time & runtime polymorphism) in c#.net with example. 

Description:

C# - Difference between Array and Arraylist in C# with Example

Sep 17, 2013 33 comments
Introduction:

Here I will explain difference between array and arraylist in c#.net with example.  

Description:

SQL Server - Can Function Return Multiple Values in SQL Server 2008

Sep 1, 2013 12 comments
Introduction:

Here I will explain how SQL Server function will return multiple values in SQL Server 2008 or return multiple values from SQL user defined function in SQL Server 2008.    

Description:

SQL Server- Difference between View and Stored Procedure

Aug 30, 2013 13 comments
Introduction:

Here I will explain difference between SQL SERVER view and stored procedure in SQL Server 2008.  
Description:

Difference between Asp.net SessionState and ViewState in C#, VB.NET

Nov 5, 2012 17 comments
Introduction:

Here I will explain what is the difference between viewstate and sessionstate in asp.net using c#.net and vb.net.

Description:

C# - What is the Difference between Const and Readonly

Oct 31, 2012 14 comments
Introduction:

Here I will explain what are the differences between const and readonly in c#.net and vb.net.

Description:

In previous posts I explained convert.tostring() VS .tostring(), web application VS website, difference between datareader, dataadapter and dataset, difference between tinyint, smallint, int, bigint and many articles relating to asp.net, SQL Server. Now I will explain the difference between const and readonly in c#.net and vb.net.

C# - Difference between Webservice and WCF in Asp.net

Oct 25, 2012 22 comments
Introduction:

In this article I will explain difference between webservice and wcf in asp.net.

Description:

In previous post I explained Difference between convert.string and .tostring(), difference between web application and website and many articles relating to Interview Questions in asp.net, SQL Server. Now I will explain difference between webservice and wcf in asp.net.

C# - Difference between Convert.tostring and .tostring() method Example

17 comments
Introduction:

In this article I will explain differences between .tostring() and Convert.tostring() in asp.net.

Description:

In previous post I explained difference between web application and website, difference between datareader, dataadapter and dataset, difference between tinyint,smallint,int,bigint and many articles relating to asp.net, SQL Server. Now I will explain differences between .tostring() and Convert.tostring() in asp.net.

Asp.net Difference between Website and Web Application in C#, VB.NET

Oct 13, 2012 47 comments
Introduction:

Here I will explain the differences between website and web application in asp.net.

Description:

In previous posts I explained Difference between appsettings and connectionstrings, Difference between datareader,dataset and dataadapter and many articles relating Interview Questions in asp.net. Now I will explain the differences between website and web application in asp.net.

Generally whenever we are trying to create new web project in visual studio we will fund two options ASP.NET Web Application and WebSite. What is the difference between these two which one we need to select to create project in asp.net?

Asp.net Difference between appSettings and Connection Strings in web.config

Oct 10, 2012 12 comments
Introduction:

In this article I will explain the differences between appsettings and connection strings in web.config using asp.net.

Description:

In previous posts I explained Read or Write appsettings from web.config, Read/Write connection strings in web.config. Now I will explain differences between appsettings and connection strings in web.config using asp.net.

In many cases, we need to use some data string throughout the application simple example for this database connection string. Instead of writing the same connection string wherever required, it is easy to maintain if we store it in one place that is web.config file.

SQL Server - Differences between Functions and Stored Procedures

Oct 7, 2012 6 comments
Introduction:

Here I will explain the difference between stored procedure and function in SQL Server.

Description:

In previous posts I explained difference between Left Join and Left Outer Join, Difference between Len and DataLength and many articles relating to SQL Server. Now I will explain the difference between stored procedure and function in SQL Server.
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.