Difference between ASP Session and ASP.NET Session?
Answers were Sorted based on User's Feedback
Answer / shwetha
In Asp, the session is Process dependent, whereas in
Asp.Net the session is Process independent.
In Asp, the session is Cookie dependent, whereas in
Asp.Net the session is Cookie independent.
Is This Answer Correct ? | 7 Yes | 0 No |
And also Asp.net we have different Mechanism to save the
session data.
1. In Process
2. State Server
3. SQL Server
Is This Answer Correct ? | 1 Yes | 2 No |
Difference between using directive vs using statement?
Explain the asp.net page life cycle.
What are the new web part controls in asp.net 2.0 ?
How to Open any web page by clicking any Any ASPControl like (Checkbox,radio button or Button) without calling its event and without going to Siverside code?
about view state and how validation controls will be executed on client and server
Difference between ASP & ASP.NET Session State
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
How to unit test Web API?
Explain the boxing and unboxing concept in .net?
Is there any alternative to avoid name collisions other then Namespaces?
how to convert varchar into datatype int............. in ASP
What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?