How to write unmanaged code and how to identify whether the
code is managed /unmanaged?

Answers were Sorted based on User's Feedback



How to write unmanaged code and how to identify whether the code is managed /unmanaged?..

Answer / srikanth

All the components that are developed using the languages
that are not supported by the CLS are called unmanaged code
that means which is not viable to run under the CLR. All
the COM components are unmanaged and all the ASSEMBLIES are
managed. We can even run the unmanged code components in
the CLR using ComCallableWrapper class.

Is This Answer Correct ?    17 Yes 3 No

How to write unmanaged code and how to identify whether the code is managed /unmanaged?..

Answer / banu

Using
unsafe
{
//unmanaged code;
}

Is This Answer Correct ?    7 Yes 0 No

How to write unmanaged code and how to identify whether the code is managed /unmanaged?..

Answer / shashikesh

unmanaged code is not varify by clr,and clr is not varify
third party control and pointer.

Is This Answer Correct ?    8 Yes 3 No

How to write unmanaged code and how to identify whether the code is managed /unmanaged?..

Answer / sudhir kunnure

Unmanaged code use like using dll or any other com object
in application then it is unmanaged code ,we cannot change
the code.

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

Difference between Active Exe and Activex dll ?

1 Answers   DELL,


What is meant by server side scripting?

0 Answers  


what is .net

15 Answers   Net Solution,


Difference between ADO.Net 1.1 and ADO.Net 2.0 ?

1 Answers   Value Labs,


and can u telme how to explain about our job profile if i have 3years of it experiance in dotnet domain and where to start and where to end , and what shoul i tel and what not(can i mention my education ,and family details,......)i am confusiong a lot. can i ask one with your permision, if u have question that u u went tcs interview as 3+years exp so he/she asked tel me about your profile how can u tel and where to stop. please help me as simple as possible i am facing lot in this..............plese can anyone help me i am awaiting for your reply.

1 Answers   TCS,


What is CSS? What is the advantage os using CSS in ASP.NET Web Applications?

2 Answers   PCS,


can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com

0 Answers  


What are the different method of navigation in asp.net?

0 Answers  


when the threads are used in dot net.

2 Answers  


what is the challenging situation you faced in your career?

3 Answers   Calsoft, HP, Satyam, Wipro,


What is viewstate?

5 Answers   Microsoft,


What does clearing cache?

0 Answers  


Categories