Explain the basic functionality of garbage collector?
version information is mentioned in which file
Explain the difference between sql invalidation and sql notification.
What are the types of authentications in ASP.NET?
2 Answers Accenture, BirlaSoft,
Can you explain autopostback?
They mostly asked difference between versions of technologies
What are the three parts of an http response?
What is application state?
What is app_code folder in asp net?
How can we call webservices in Banking Applications? and where we are using it?
If i have 1000 records in dataset, how to do paging?
What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable
Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?