Home
|
Tutorial
|
Articles
|
Forum
|
Interview Question
|
Code Snippets
|
News
|
Fun Zone
|
Poll
|
Web Links
|
Certification
|
Search
Welcome :
Guest
Sign In
Register
Win Surprise Gifts!!!
Congratulations!!!
Top 5 Contributors of the Month
Syed Shakeer Hussain
laptop charles
Sunil Yadav
Abhisek Panda
Dhananjay Kumar
Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.
Post New Question
Subscribe to Interview Questions
Quick Links For Interview Questions Categories:
ASP.Net
Windows Application
.NET Framework
C#
VB.Net
ADO.Net
Sql Server
SharePoint
Silverlight
OOPs
JQuery
JavaScript/VBScript
Biztalk
Patten/Practices
.IIS
WCF
WPF
WWF
Networking
Aptitude
Others
All
Interview Questions And Answers
What are the different sessionStates in ASP.NET?
Author:
BangaruBabuPureti
Posted Date: 29/06/2010 Category:
ASP.Net
Points: 10
1)InProc
2)StateServer
3)SqlServer
4)Custom
5)Off
What are the Types of Caching?
Author:
BangaruBabuPureti
Posted Date: 29/06/2010 Category:
ASP.Net
Points: 10
Out Put Caching , Fragment Caching and Data Caching
What are the Different Types of Assemblies?
Author:
BangaruBabuPureti
Posted Date: 29/06/2010 Category:
C#
Points: 10
1) Private Assembly
2) Shared Assembly
3) Satellite Assembly
Difference Between User Control and Custom Control In Asp.Net?
Author:
BangaruBabuPureti
Posted Date: 29/06/2010 Category:
ASP.Net
Points: 10
User Controls: We need to implement with Predefined Functionality with Available Properties
Web User Controls:Web User Controls Implements Customized Properties and Customized Methods,we can develop any control with User defined Properties
Is It Possible To Overload Web Method?
Author:
BangaruBabuPureti
Posted Date: 29/06/2010 Category:
ASP.Net
Points: 10
Yes we Can Add Overload Webmethods By Using MessageName
[WebMethod]
public int Addition(int i, int j)
{
return i + j;
}
[WebMethod(MessageName="Add2")]
public int Addition(int i, int j, int k)
{
return i + j + k;
}
}
Different between console application and windows application?
Author:
laptop charles
Posted Date: 27/06/2010 Category:
.NET Framework
Points: 10
The windows application is graphical user interface(GUI),console application is character user interface(CUI).
Is there a way to generate more then on .xap file from a same silverlight application.
Author:
Abhay Yadav
Posted Date: 25/06/2010 Category:
Silverlight
Points: 10
Since for each .xap file we have to create a new silverlight application.
what is difference between inprocess and outprocess session?
Author:
BangaruBabuPureti
Posted Date: 23/06/2010 Category:
ASP.Net
Points: 10
Inprocess session will be created within appdomain.
Outprocess session will be created outside the worker process.
what is session ,cache, cookie, application memory timeout?
Author:
BangaruBabuPureti
Posted Date: 23/06/2010 Category:
ASP.Net
Points: 10
Session timeout: 20 min
Cache timeout: duration we have to specify.
Cookie: for in memory cookie till browser opened
For persistent cookie timeout is till expires property's time .
Application memory timeout: till appdomain exist
what is the difference between value type and reference type?
Author:
BangaruBabuPureti
Posted Date: 23/06/2010 Category:
Sql Server
Points: 10
Value type is stored in stack.
Reference type stored in heap.
« Previous
1
2
3
4
5
6
7
8
9
10
….
174
175
Next »
Hall of Fame
Twitter
Terms of Service
Privacy Policy
Contact Us
Archives
Tell A Friend