what is session ?how sessions are handeled in application?
write the clauses of sql server in their order.
Answer Posted / wormworm
Session is one of state management option to store any
structure type of object. It can be accessed by using
key-value pair and it alive for certain period of time which
specified by user.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is inproc and outproc?
What is the difference between ldap and active directory?
Can any body provide me the sample web application in asp.net
What is strong-typing versus weak-typing?
What are different types of api?
Explain how do you deploy your asp.net application?
How many types of cookies are available in asp?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is the maximum amount of memory any single process on windows can address?
Explain about consistent programming model in the .NET framework?
What is a web pool?
Explain asp.net web forms.
Can a .net web application consume java web service?
Explain difference between dataset and recordset?