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 rending process in ASP.NET?
What are cao and sao.
What is the difference between user control an custom control?
What is the difference between user control and custom control?
How many validators do ASP.NET have?
What is datagrid asp.net?
What is the use of execute non query in asp.net?
What are the difference between function and stored procedure in .net programming language?
What is a uri query?
Explain Areas in MVC?
In ViewState How much lifespan items stored?
What's the ASP.Net Application life cycle?
What is semantic gap?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What is asp.net and its advantages?