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


Please Help Members By Posting Answers For Below Questions

How you will improve web application performance?

555


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

547


Which is better session or viewstate?

516


Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?

604


To add a hyperlink column to the DataGrid which tag is used ?

590






What are the different types of sessions in asp.net?

495


Explain advantages of caching?

534


Can asp.net work on an nt server?

561


Which library is used by the testers and developers to develop automated tests and create testing tools?

550


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

625


What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

594


What are the advantages of using Master Pages?

605


Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

545


How can you access the properties and controls of master pages from content pages?

522


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1411