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 security certificates used in webservices?
What's the difference between viewstate and sessionstate?
What are the built-in objects in asp.net?
How you can access the values from the Repeater control in ASP.NET?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Explain the asp.net mvc request life cycle? : asp.net mvc
Explain asp.net mvc request life cycle? : asp.net mvc
What is an axd file?
What is the state management in asp.net?
Describe the master page.
What are the two Layouts supported by a Web form in ASP.NET?
What is break mode?
What is view state management in asp net?
How can we Validate a Controls in ASP.NET page using JavaScript?
How can I create master page in asp net?