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
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What are the types of authentication in asp.net?
Is it true that a Web service must be written in .NET or not?
What is a server cookie?
What are validator? Name the validation controls in asp.net? How do you disable them?
What do you mean by authorization?
How can you debug your.net application?
Explain the function of new view engine in asp.net? : asp.net mvc
How can we make sure that Web API returns JSON data only?
What is the difference between custom controls and user controls?
How to use multiple scriptmanager controls in a web page?
Why would anyone need to implement their own hashtable or linked list?
List of words of preprocessor in .net?
Why is this service branded with windows livetm?
What is the purpose of url encoding?