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 is satelite assembly?
What is the difference between const and static read-only?
Should I use double or float?
I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.
What is array and types of array in c#?
can a structure used in a class if yes then how.
What is use of list in c#?
What is a multicast delegate in c#?
What is the difference between final finally and finalize in c#?
What is fcl in c#?
What can I create with c#?
Explain the difference between user control and custom control. Also, explain their use.
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)