How to write unmanaged code and how to identify whether the
code is managed /unmanaged?

Answer Posted / banu

Using
unsafe
{
//unmanaged code;
}

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is viewstate in asp net with example?

771


Can we have multiple master pages in asp net?

737


What are the types of caching in asp.net?

792


What are the difference between function and stored procedure in .net programming language?

488


What is the main differences between asp and asp.net?

760


Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

880


What is the use of express session?

755


What do you mean by caching in asp.net?

769


Explain how dot net compiled code will become platform independent?

777


In Code-Behind class which kind of code (server or client) is found ?

807


Describe a bubbled event and how it is used ?

870


Explain the differences between managed and unmanaged code?

722


What is latest version of asp.net mvc? : Asp.Net MVC

712


What is global.asax file used for?

792


In ViewState How much lifespan items stored?

853