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 |
Describe the compilation process for .net code?
When we use windows api in .net is it managed or unmanaged code?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
asp mean
What is managed code in .NET?
What's the problem with .net generics?
Explain what is the difference between a class and an object?
Tell us the difference between managed and unmanaged code?
How can I get at the win32 api from a .net program?
Explain how to manage pagination in a page using .net?