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
Explain different types of validators in asp.net?
Is asp.net core faster?
How can u deifne the benefits and limitation of using Viewstate for state management?
3. What goals do you have in your career?
What are the Difference between asp.net and asp ?
Is it possible to write code in many languages in one asp.net project?
Which method do you use to enforce garbage collection in .net?
How do I open an ashx file?
Can I tap into other windows livetm services?
IN an ASP.NET Web application if there is any error, how can you debug?
Do you support digital rights management to protect my videos?
what are the Custom controls in asp.net?
Explain authorization levels in .net ?
What does aspcompat="true" mean?
What is query string in asp.net?