How to include c++ header files in c# components?
Answer / rizwan
they are called namespaces in C#.
they are included as
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
| Is This Answer Correct ? | 3 Yes | 10 No |
Write one code example for compile time binding and one for run time binding? What is early/late binding?
What is thread safe in c#?
Which property of the textbox cannot be changed at runtime?
i want display a given number into Rupees Format Like Given number is : 156735 my Expected output is 1,56,735. how to display?
What do multicast delegates mean?
What is the main method?
Can we inherit partial class in c#?
What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?
Why are c# strings immutable?
What is anonymous method in c#?
Do loops in c#?
How will U encapsulate button trigger event into text_box event of Pressing Enter key?i.e only after pressing Enter after the text is typed the button trigger event should activate?
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)