Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
What is a proxy of the server object in ASP.Net Remoting?
It is a fake copy of the server object that resides on the client side and behaves as if it was the server. It handles the communication between real server object and the client object. This process is also known as marshaling.
What is the Serialization in ASP.Net?
Is the session Timeout attribute a sliding timeout value?
How do you turn off cookies for one page in your site?
Explain the difference between server-side and client-side code?
What connections does Microsoft SQL Server support?
What is the use of System.Diagnostics.Process class in ASP.Net?
Can you configure a ASP.Net Remoting object via XML file?
What is the difference between user and server controls?
Can I lock a configuration setting so that a Web.config file that appears lower in the hierarchy cannot override it?
What is a formatter?