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
What is break mode?
Why do we use sessions?
Why do we use datasource in asp.net?
What is the Intermittent crashing of application in production?
What is the difference between executescalar and executenonquery?
What is server side session management?
Which is better session or viewstate?
Do gac'ed assemblies have fulltrust?
What is base class of .net?
How can you display all validation messages in one control?
What is http protocol and how it works?
What are web server controls in asp.net?
What is the good practice to implement validations in aspx page?
Explain how can we access static variable?
Explain ViewState?