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 are merge modules?
Is asp.net a programming language?
What is an imagemap in asp.net?
What is session authentication?
What is the life-span of the items in the viewstate?
How can you debug your.net application?
Explain how do you deploy your asp.net application?
How would you turn off cookies on one page of your website?
What is http post and http get?
What are the different types of sessions in asp.net?
What is a 401 redirect?
How can you send an email message from an asp.net web page?
Why do we use asp.net?
What’s the difference between response .redirect and server.transfer?
Is asp.net outdated?