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
How do you remove duplicates without using remove duplicate stage?
What is a uri query?
How do you identify that the page is postback?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Is oauth for authentication or authorization?
How we implement web farm and web garden concept in asp.net?
What is class and object in asp.net?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is ashx file in asp.net?
What is web api config?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Explain repository pattern in asp.net mvc? : asp.net mvc
Explain difference between friend and protected friend?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Describe the .net base class library.