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 can you make sure that web api returns json data only?
What is inheritance and an how it be used, example with an example?
Is asp.net is a programming language?
From which base class all web forms are inherited?
Which browsers support the xmlhttprequest object?
How do you open a page in a new window?
What are validators and list some validators of asp.net?
Explain the function of new view engine in asp.net? : asp.net mvc
What is a postback ispostback and autopostback in asp net?
What is the usie of activex control in .net?
Explain how can we inherit a static member?
Why session is more secure than cookies?
What are the new login controls in asp.net 2.0?
Which dll handles the request of .aspx page?
Why SessionID changes in every request in asp.net?