Answer Posted / manish singh
Managed code: A code that is managed by CLR is know as
Manged code for example C#,j#,Vb.Net etc
Unmanged code: A code that is not managed by CLR is known
as Unmanaged by unmanaged code. for example c++, java, c etc
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Difference between overriding and overloading?
How can you enable impersonation in the web.config file?
What is the best Macanism to clear the Cache in asp.net
Are there resources online with tips on asp to asp.net conversions?
What are the types of caching in asp.net?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
In which event of the page viewstate is available?
How can we inherit a static variable?
What are the security types in ASP/ASP.NET? Different Authentication modes?
How long the items in ViewState exists?
Will the asp.net validators run in server side or client side?
Explain the advantages of passport authentication.
Write the different features of a Thread and a Process?
What are the different session state management options available in asp.net?
What does mvc represent in asp.net? : asp.net mvc