How .net CLR works with n-tier application
Answer Posted / rafeeq
CLR does not have any tie up how we manage the application
,n-tier,3-tier ,what ever it may be,ClR task is to convert
the MSIL to machine code and manage memory
allocation,deallocation and other stuff at runtime.
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
What is routing in MVC?
What is query string? What are its advantages and limitations?
Name the tools or API for developing or testing web api?
Where session variables are stored?
how to elimainte the similar data from the different tables
How can you debug your.net application?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is the Intermittent crashing of application in production?
What is the difference between debug and release?
How to use multiple scriptmanager controls in a web page?
What does asp.net stand for?
Explain asp.net mvc request life cycle? : asp.net mvc
A Web Service Can Only Be Written In .net. Is it True??
Write a code snippet to implement the indentation in json in web api.
Why we use content place holder in asp.net?