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 are the various ways to send content from one page to another?

0 Answers  


What are sql joins?

0 Answers  


Explain the use of resource manager class in .net.

0 Answers  


What is mvc in asp.net tutorial? : Asp.Net MVC

0 Answers  


Where can I get the details on migration of existing projects using various technologies to asp.net?

0 Answers  






What are Master Pages in ASP.NET?

0 Answers  


Describe the difference between inline and code behind.

5 Answers   Siebel Systems,


Where is the view state data stored?

0 Answers  


Is asp.net is a programming language?

0 Answers  


How can you dynamically add user controls to a page?

0 Answers  


Every Validation controls have same option ?

2 Answers   iGate,


Where can i get Latest Microsoft .Net Certification Dumps & what Types of .Net Certifications are there?

2 Answers   Protech,


Categories