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
What is viewstate in asp net with example?
Can we have multiple master pages in asp net?
What are the types of caching in asp.net?
What are the difference between function and stored procedure in .net programming language?
What is the main differences between asp and asp.net?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
What is the use of express session?
What do you mean by caching in asp.net?
Explain how dot net compiled code will become platform independent?
In Code-Behind class which kind of code (server or client) is found ?
Describe a bubbled event and how it is used ?
Explain the differences between managed and unmanaged code?
What is latest version of asp.net mvc? : Asp.Net MVC
What is global.asax file used for?
In ViewState How much lifespan items stored?