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 are the namespace available in .net?
What is difference between static page and dynamic page?
How can you manage pagination on a page using .Net?
Explain me difference between public and static modifiers?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is il and c#?
Which namespace does it belong to by default?
What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?
3 Answers Accenture, CC Soft, Infosys,
Define marshling?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What is your observations between vb.net and vc#.net?
Describe the role of global.asax.