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
what is IDisposal interface,IComparable,IEquatable,IFormatable
Do we get an error while executing the “finally” block in c#?
What is the difference between Static, Const and read only?
What is the namespcae generally given to the webpage of the .NET Framework ?
What are get and set in c#?
Explain the functionalities of satellite assembly?
How do you achieve polymorphism in c#?
What is float in unity?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
What is an escape sequence? Name some string escape sequences in c#.
What is binding in c#?
What is jagged array?
What is parse method in c#?
How we can create an array with non-default values?
Do loops in c#?