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 different in .net 1.1 and .net 2.0?
What are the different types of sessions in asp.net?
How to find last error which occurred?
What is a session in programming?
What is meant by web application?
what is command line compiler.what are the steps and how it is related to debugging.
What is the difference between dispose() and finalize()?
What are the various types of cookies in asp.net?
In which event of page cycle is the viewstate available?
Explain about Application and Session Events ?
Is it true that a Web service must be written in .NET or not?
Explain the differences between clr & cts?
What is a 401 redirect?
What methods are fired during the page load? Init()
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?