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 all the various Estimation Techniques available ?
What is inproc and outproc?
Explain the boxing and unboxing concept in .net?
What is masterpage?
Define application state variable and session state variable?
What is the full meaning of asp.net?
What is the difference between session and application?
What are the session management techniques asp net?
Define static function?
What is a runtime version?
What are the differences between primary foreign and unique keys?
Explain how dot net compiled code will become platform independent?
Explain one critical mapping?
What does aspcompat="true" mean?
Which control has default post back is enabled(true)?