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 |
What are the benefits of using generics in c#?
What is class and object c#?
what is used ref keyword in c#,and how we used it?
What is variable and its classification?
What is int tryparse in c#?
What is ienumerable and iqueryable?
What are collections in c#?
What is the difference between mobile application and desktop application?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
What is difference between asp net and c# net?
Does c# have functions?
What is the difference between abstract and virtual?
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)