What is runtime host ?
Answers were Sorted based on User's Feedback
Answer / saed salman
check this out:
http://msdn.microsoft.com/en-us/library/a51xd4ze.aspx
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / vinoth kumar
CLR is designed to support Various(windows,web,mobile)types of applications. .NET framework provides different types of runtime code to manage a execute code & provides various services to applications.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rana rashid
The runtime host loads the runtime into a process, creates
the application domains within the process, and loads user
code into the application domains.
Is This Answer Correct ? | 3 Yes | 4 No |
Is it possible to migrate visual interdev design-time controls to asp.net?
How do you identify that the page is postback?
How to set/get parent page values in child page in asp.net
What?s the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?
When maintaining session through Sql server, what is the impact of Read and Write operation on Session objects? will performance degrade..
3 Answers Allsec Technologies,
Apart from IDE what are the enhancements in asp.net 2.0?
What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor
1 Answers Icertis, Microsoft, Syntax Softtech,
How can we pass info between 2 asp.net pages?
What’s difference between “optimistic” and “pessimistic” locking?
To add a hyperlink column to the DataGrid which tag is used ?
What symbol specifies the beginning of a query string?
What are sessions and cookies?