we are working in .net namespaces like using
system.io,system.text. these namespace before we
use "using " keyword what means of using?
Answer Posted / smriti
With the help of the keyword using, it is possible to
create an alias name for a namespace or type. For example
using con = System.Console; // Create an alias
class MyClient
{
public static void Main()
{
con.WriteLine("Hey rajesh! how you");
}
}
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is session in http request?
How about the security in Activex DLL and Activex EXE ?
What is strong-typing versus weak-typing?
What is asp.net introduction?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What's the ASP.Net Application life cycle?
What is full trust in asp.net?
What is the difference between the response.write() and response.output.write() methods?
What is repository pattern in mvc.net? : asp.net mvc
What is viewstate? What does the “enableviewstate” property do?
What are the server control tags in asp.net.?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What are the Types of authentications in IIS
Explain about Automatic resource management?
Do cookies store passwords?