How .net CLR works with n-tier application
Answer Posted / karvendhan
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 ? | 9 Yes | 2 No |
Post New Answer View All Answers
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is different in .net 1.1 and .net 2.0?
What is server infrastructure & server components?
Describe how passport authentication works.
Define what is razor? : asp.net mvc
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
How would you get asp.net running in apache web servers? Explain it's limitations.
What is the use of dispose method?
Describe in brief .net framework and its components.
What is web api config?
How do you create a master page?
How do you design a website with multilingual support in ASP.NET ?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
What is OSI layer? Explain different layers.
What is the file extension of web service?