What is the difference between managed and unmanaged code?
*******
Answer Posted / malli
The Code Is Excuted With The Help of CLR that is managed code
The code is not excuted with the help of CLR and Excuted with the help of OS that is Unmanaged code
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are cookies client side or server side?
What is the difference between viewstate and hidden field in asp.net?
List the asp.net validation controls?
what is a .xap file? Explain with an example.
Can we have a web application running without web.config file?
How can exception be handled with out the use of try catch?
What is server redirect?
Which namespace is used by ado.net?
Who can consume WebAPI?
What is asp.net ajax?
How do you secure your connection string information?
Explain how asp.net different from asp?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What's the ASP.Net Application life cycle?