How .net CLR works with n-tier application

Answers were Sorted based on User's Feedback



How .net CLR works with n-tier application..

Answer / rafeeq

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 ?    27 Yes 1 No

How .net CLR works with n-tier application..

Answer / 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

How .net CLR works with n-tier application..

Answer / raman

actually clr(common language runtime) is the part of
framework that converts .cs or .dll file in machine code.It
properly is concerned with metadata part of assembly and
checks the assembled code logically

Is This Answer Correct ?    3 Yes 0 No

How .net CLR works with n-tier application..

Answer / 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

More ASP.NET Interview Questions

In early binding will the method invoked on com component will verify it?s existance in the system or not ?

0 Answers   DELL,


What is css and what is it used for?

0 Answers  


what is the difference b/w .net 1.1 and 2.0 ?

2 Answers   Polaris,


6. Tell us about a time when you failed to meet a deadline. What were the repercussions?

0 Answers   AlKhaleej, Swatz Oils,


explain code with datachaching with example

0 Answers  


What is the use of HttpHandlers? When to use this?

0 Answers   Wipro,


difference between Trace and Debug ?

9 Answers   Accenture, Addlux, Microsoft,


How can u deifne the benefits and limitation of using Viewstate for state management?

0 Answers   QuestPond,


How many web.config files in each solution

10 Answers   General Mills,


How many object in c# asp .net

1 Answers  


What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?

0 Answers   HCL,


We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

0 Answers  


Categories