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

How response object is related to asp's response object?

0 Answers  


What is the difference between union and join?

0 Answers  


The technical part was on ASP.Net only of web services.

1 Answers   Symphony,


What is itemrowdatabound for a datagrid?

1 Answers   IBM,


In which form does the dataset store data in it?

3 Answers   Verinon Technology Solutions,






What is the main differences between asp and asp.net?

0 Answers  


If you want to write your own dot net language, what steps you will you take care?

0 Answers  


For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased?

2 Answers   CTS, Syncfusion,


There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.

2 Answers   Proteans,


can any one tell about web services?

5 Answers  


wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?

1 Answers  


How many types of session in ASP.NET

0 Answers   MCN Solutions,


Categories