How to write unmanaged code and how to identify whether the
code is managed /unmanaged?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Differentiate between a hyperlink control and a linkbutton control.
What is viewstate? What does the “enableviewstate” property do?
what is the relation between delegates and events
What methods are fired during the page load? Init()
why we are using delegates and in which condition it is required?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What would be the salary of an Asp.net developer with 1 and half year experience in indian rupees..??
What is a proxy in web service?
What is the difference between ASP Session State and ASP.Net Session State?
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
You have been given the task of designing a web services to expose the data that is stored in a database on the server. In order to successfully build the web services, you need to import some namespaces. What is the minimum namespace you need to import? a) System.Web b) System.WebServices c) System.Web.Services d) System.Web.ServiceModel
How can we Maintain more than on config file in one .Net web application and how?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)