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
How is it possible for .NET to support many languages?
How we can force all the validation controls to run?
What does the .webpart file do?
Define resource files.
What is a reflection?
Can you change a master page dynamically at runtime? How?
Difference between overriding and overloading?
How is application management and maintenance improved in asp.net 2.0?
What are Caching techniques in .NET
Explain the significance of routing? : asp.net mvc
Can you set the session out time manually?
Define session in asp.net.
What is a query string in a url?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
What is a ashx file?