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
How do u declare static variable and how it is declared and what is its lifetime?
What is data reader in asp.net?
Difference between response.redirect and server.transfer?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What are the disadvantages of asp.net?
What is route in web api?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What are the event handlers that can be included in the Global.asax file?
What is __ requestverificationtoken?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
From which base class all web forms are inherited?
Explain server-side scripting?
What is cookieless session id explain in brief?
What is the request flow used for asp.net mvc framework? : asp.net mvc