How .net CLR works with n-tier application
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is css and what is it used for?
what is the difference b/w .net 1.1 and 2.0 ?
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
What is the use of HttpHandlers? When to use this?
difference between Trace and Debug ?
9 Answers Accenture, Addlux, Microsoft,
How can u deifne the benefits and limitation of using Viewstate for state management?
How many web.config files in each solution
How many object in c# asp .net
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
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?