Is asp.net outdated?
What is Fragment Caching in ASP.NET?
2 Answers MCN Solutions, pspl, Wipro,
How many Garbage Collectors are there for one Application or one Page
diff between Server.Transfer() and Server.Execute()
Which method do you use to kill explicitly a users session?
Describe the disadvantage of cookies.
What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable
What is the difference between sealed vs static class?
What is the difference between control and component?
How you will improve web application performance?
What are client activated objects?
What are Sticky Sessions?
suppose we have two object;obj1 and obj2 can we assign obj2 to one1; and if yes; then after assigning suppose we delete obj2 then obj1 will retain obj2 value or not.