What is State Management in .Net and how many ways are there
to maintain a state in .Net?
Answer Posted / sunil
keep in mind
client side state management are
1.Cookies
2.ViewState
3.Hidden Variable
4.Query string
Server Side statemanagement
1.Session state
2.Application state
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Where web.config file is used?
Define application state variable and session state variable?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is the usie of activex control in .net?
8. Why do you want to work here?
How many types of cache are there?
How to display validation messages in one control?
Explain authorization levels in .net ?
What is HTTPModule and HTTPcontext? What is the use of each?
How do I know asp.net mvc version? : Asp.Net MVC
Is asp.net different from asp? If yes, explain how?
What is difference between session and viewstate?
What is razor? : asp.net mvc
Differentiate globalization and localization.
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?