What is cookies c#?



What is cookies c#?..

Answer / Robin Singh

In C#, cookies are used for storing small amounts of data on a client's computer. Cookies can help maintain state between multiple requests from the same user and can be used to store user preferences or session information.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can we have 2 main methods in c#?

1 Answers  


Are constructors inherited c#?

1 Answers  


I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;

3 Answers  


What do you mean by jagged arrays in c#?

1 Answers  


What is delegates in c# and uses of delegates?

1 Answers  


What is parsing? How to parse a date time string?

1 Answers  


What?s an abstract class?

4 Answers   NIIT,


What is object array in c#?

1 Answers  


What is the difference between firstordefault and first?

1 Answers  


How many root nodes are there in an xml document?

1 Answers  


Is c# a keyword?

1 Answers  


Will the following code compile and run?

1 Answers  


Categories