Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

what is page life cycle state management postback cross page postback types of feilds in gridview gridview events their life cycle cte in sql diff truncate and delete paging concepts in gridview diff bet gridview datalist and repeater what new operations in sql 2005 compared to earlier you get

1 Answers   e4e,


What is Assert Method ?

2 Answers  


What is asp.net version?

0 Answers  


What is httpresponse?

0 Answers  


What are session state modes?

0 Answers  


why should i use FormsAuthentication.RedirectFromLoginPage (); Method in Form Authentication?Without using this method also it's good??

2 Answers  


Types of caching. How to implement caching?

2 Answers   Microsoft,


What is the difference between User Controls and Master Pages

22 Answers   Deloitte, IBM, IntraLogic, Markit, TCS,


What is content page in asp net?

0 Answers  


What are validator? How do you disable them?

0 Answers  


web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.

2 Answers   TCS,


How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?

0 Answers   HCL,


Categories