Explain different types of cookies in .NET?
There are mainly two types of cookies in .NET. One is a session cookie that resides on the client machine for a single session till the time the user logs out. The other is a persistent cookie that resides on the user machine for a specified period fixed for its expiry, which could be an hour, week, or a month.
Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by .Net framework?
Explain what is the difference between response.redirect & server.transfer?
What is Nothing permission set in .Net
What's the problem with .net generics?
Explain about .Net products?
What are three common acronyms used in .net, and what do they stand for?
Explain can the validation be done in the server side? Or this can be done only in the client side?
How many types of design patterns available in .NET?
Explain the process of compilation in .NET?
What is interface and abstract class in .net?
In code behind class, name the type of code found. Is it the server side code or client side code?
What is Finalizer in .NET define Dispose and Finalize ?