What is AppDomain?Explain how it works.
Answer Posted / kishore
app domain useful to set security boundries to the all
asp.net applications i.e it does n't interupt other asp.net
applications generally it's built in feature in asp.net
when we create application separate app domain will be
created
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Briefly describe the role of global.asax?
How does asp net store session ids by default?
Which method do you use to kill explicitly a users session?
Explain code snippet to register exception filters from controller?
What is application variable in asp.net?
Diff between web user control and web custom control?
Can viewstate be accessed in another page?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
How could you modify xaml content from javascript?
Explain the advantages of asp.net.
What is round trip in asp.net?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
How would you get asp.net running in apache web servers?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
How to use ipostback?