what is the differance between native code & managed code?
Answer Posted / chaitali
Native code is CPU dependent
Managed Code is when the code is inside the CLR .
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is break mode?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Why is an object pool required?
How information about the user's locale can be accessed?
How to create multi language website in asp.net mvc? : Asp.Net MVC
What is Razor View Engine
What is the procedure to create the environment for asp.net? : asp.net mvc
Explain how dot net compiled code will become platform independent?
What are assemblies and namespaces and explain the difference between them ?
Do you know using sql cache invalidation?
How does ASP.NET framework maps client side events to Server side events.?
Define authentication and authorization.
How do u optimize a query in asp.net?
What is css and what is it used for?
How to comment out asp.net tags?