ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
How to write unmanaged code and how to identify whether the
code is managed /unmanaged?
 Question Submitted By :: Poojitha
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How to write unmanaged code and how to identify whether the code is managed /unmanaged?
Answer
# 1
unmanaged code is not varify by clr,and clr is not varify 
third party control and pointer.
 
Is This Answer Correct ?    0 Yes 0 No
Shashikesh
 
  Re: How to write unmanaged code and how to identify whether the code is managed /unmanaged?
Answer
# 2
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 ?    0 Yes 0 No
Sudhir Kunnure
 
 
 
  Re: How to write unmanaged code and how to identify whether the code is managed /unmanaged?
Answer
# 3
Using 
unsafe
{ 
//unmanaged code;
}
 
Is This Answer Correct ?    1 Yes 0 No
Banu
 
  Re: How to write unmanaged code and how to identify whether the code is managed /unmanaged?
Answer
# 4
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 ?    1 Yes 0 No
Srikanth
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What is the main use of Response.Output.Write()?  3
Which template must you provide, in order to display data in a Repeater control?  1
How to migrate from sqlserver 2005 to sql server 2000 (every one know reverse process of that ) Cap-Gemini1
Can you explain what inheritance is and give an example of when you might use it?  1
To call a Web service SOAP which transport protocol you use?  2
The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com TCS2
You ve defined one page_load event in aspx page and same page_load event in code behind how will prog run?  3
Write a code for "RequiredFieldValidator" in java script Wipro3
How many types of page. TCS2
What are generics? why it is used? architecture of ASP.NET? Satyam2
How many classes can a single .NET DLL contain?  2
Tell About Web.config ? Keane-India-Ltd2
Does the following statement executes successfully: Response.Write(?value of i = ? + i); TCS4
What is web.config. How many web.config files can be allowed to use in an application ? Accenture7
Explain how inline and code behind is used differently ?  1
What are the data types is possible to store in session? and can we store dataset in session? eMids3
What are Http handler ? Accenture2
Define ViewState and how can it be used?  3
What is the difference between Debug.Write and Trace.Write? When should each be used?  1
33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version. Syntax-Softtech2
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com