How .net CLR works with n-tier application
Answer Posted / vikas kumar gupta(magic soft)
.netCLR it is a part of .net framework and provide run time
environment now in n-tier application there are one web
server and multiple web services and database server and CLR
always reside at web server so it does not matter whether it
is n-tier application or any other application it will just
convert the MSIL code into machine code same as in 1-tier
application
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of Razor View?
Can you explain architecture of your project ?
in which protocol ASP.NET WEB API Work?
How can you display all validation messages in one control?
What is asp net theme?
Define session in asp.net.
Write a code snippet to implement the indentation in json in web api.
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Any disadvantages in Dataset and in reflection ?
What is the difference between page-level caching and fragment caching?
What are the steps to follow to host a web application on a web server?
What is the difference between CLICK and MOUSE DOWN Event ?
What is viewstate parameter?
How can you handle errors in Web API?
What is variable and constant in .net programming language?