How .net CLR works with n-tier application
Answer Posted / karvendhan
CLR does not have any tie up how we manage the application
,n-tier,3-tier ,what ever it may be,ClR task is to convert
the MSIL to machine code and manage memory
allocation,deallocation and other stuff at runtime.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a multi-layer and multi-tier applications?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is Partial PostBack in ASP.NET?
Is asp.net mvc front end or backend? : Asp.Net MVC
What do you mean by serialize?
what is the difference between response.write() and response.output.write()?
What are sessions and cookies?
In a Repeater control how one can provide an alternating color scheme ?
Why session is more secure than cookies?
Can a master page have more than one contentplaceholder?
Define web services in asp.net.
Explain asp.net application life cycle?
How you can stop the validation of ASP.NET controls from client side?
If you want to write your own dot net language, what steps you will you take care?
What is the function of new view engine in asp.net? : asp.net mvc