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 |
Explain the main components in .net?
Do you know what's the difference between .net and laravel?
How do you create threading in .NET? What is the namespace for that?
What is shared and repeatable inheritance?
What is Meta Data? Explain Types of Assemblies
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
What is Method Overriding? How to override a function in C#?
Name for built-in permission sets in .Net
What are the new 2.0 features useful for?
What?s a proxy of the server object in .NET Remoting?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
What is Application Domain?