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
When should you call the garbage collector in ASP.Net?
As a good rule, you should not call the garbage collector. However, you could call the garbage collector when you are done using a large object (or set of objects) to force the garbage collector to dispose of those very large objects from memory. However, this is usually not a good practice.
Can I use custom .Net data types in a Web form?
What environment do I need to use generics?
What are the ways to deploy an assembly?
What is the Response Time?
What is a runtime host in ASP.Net?
What is the maxlength limit in characters of the textbox in .Net?
What does assert() method do in ASP.Net Tracing?
What security measures exist for ASP.Net Remoting in System.Runtime.Remoting?
How do you debug an ASP.Net Web application?
What is use of the AutoEventWireup attribute in the Page directive of the ASP.Net?