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 the use of asp.net web api?
What is the purpose of url encoding?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are the uses of reflection?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What is postback in asp net?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What are the options in ASP.NET to maintain state?
What is the difference between page-level caching and fragment caching?
What's the ASP.Net Application life cycle?
List the asp.net validation controls?
Can master pages be nested?
If 200 is for all successful operation then why do we have 201 response codes?
How do u declare static variable and how it is declared and what is its lifetime?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?