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

What is the namespace used to store the information about the user?s locale?

1 Answers   NeoSoft, Siebel,


About CLS and CTS ?

3 Answers   Microsoft,


Why is this service branded with windows livetm?

0 Answers  


Differentiate between file-based dependency and key-based dependency.

0 Answers  


What is the difference between a cookie and a pixel?

0 Answers  






Web API uses which library for JSON serialization?

0 Answers  


What are the cookies types in asp.net?

0 Answers  


What is the answer for "Which configuration Tool your using means" ? we have to tell about IIS or .Net Framework or VSS? Give me in brief ?

3 Answers   eXensys,


What is difference between inproc and outproc?

0 Answers  


What are the different ways you would consider sending data across pages in ASP (i.e between 1.asp to 2.asp)?

1 Answers   Net Solution,


Is data edited in the Repeater control?

0 Answers   Siebel,


What is difference between response.redirect and server.transfer ?

2 Answers   Kalinga Software, Satyam,


Categories