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 difference between URL and URI?
Explain exception filters?
What are the security types in asp.net?
How can I create master page in asp net?
What is class and object in asp.net?
What is meant by server side scripting?
What is a session in asp.net?
Explain the difference between webfarm and webgardens in .net?
How to implement form based authentication in asp.net application?
What are cookies in your browser?
What is the use of worker process in asp.net?
Explain difference between dataset and datareader?
What is the mvc framework?
What are the features of asp.net mvc?
What is the use of service provider?