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 procedure to add assemly to gac to make it shared one?
Difference abstract class and interface in .net?
Explain acid properties?
Why MVC programming model preferred?
What is managed code in .NET?
What's wrong with a line like this? Datetime.parse(mystring);
What is the difference between override and overload in a method?
What is the difference between vb.net and vc#.net?
what is object lock?
How does cas works?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
How can you clean up objects holding resources from within the code?