when using windows API in .net then it is managed code or
Unmanaged code?
Answer Posted / kotu
When ever we are using Windows API's in .NET, there API are
comes under Unmanaged Code.
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
What are the asp.net security controls?
Is it possible to change the index of primary key on table?
What is GAC in ASP.NET 2.0
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
Where is session cookies stored?
Is viewstate enabled by default?
What symbol specifies the beginning of a query string?
Describe the difference between inline and code behind - which is best in?
What is role-based security in asp.net?
Write code to send e-mail from an asp.net application?
Why is xap important?
How do I know asp.net mvc version? : Asp.Net MVC
What are the steps to follow to host a web application on a web server?
What are the three parts of an http response?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?