How to include c++ header files in c# components?
Answer Posted / 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 |
Post New Answer View All Answers
How to prevent the error while updating ui control from another thread?
What is a void c#?
What is namespace in oop?
What is ilasm.exe used for?
what is IFormatable
In which format you can pass the value in the sleep function?
What is asp net c# corner?
What is difference between string and string builder?
What is difference between hashtable and dictionary in c#?
write program in c# using this instructions name avinash varma ,work experiance<2,nochildren his work experiance is higher than 5 years,more than one children one children name is diwakar,number of years of work eperiance at current company is the ratio of children and work experiance is 0.21 to 0.5
How many types of inheritance are there in c#?
Which is better interface or abstract class in c#?
Can we store different data types in arraylist in c#?
What is native image generator (ngen.exe)?
What is static classes?