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 a server cookie?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Describe in brief .net framework and its components.
Can you change a master page dynamically at runtime? How?
Explain the use of duration attribute of @outputcache page directive.
Where can I get information on cookies in asp.net?
How to use multiple scriptmanager controls in a web page?
What is the difference between a default skin and a named skin?
What is the use of asp.net web api?
What is syntax code to send email from an asp.net application?
What is Web API?
What is data cache in sql server?
How can I open ashx file in mobile?
How to send a DataReader as a parameter to a remote client ?
How can we create Tree control in asp.net?