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 / prabakar
using keyword is used to intimate the compiler to load
supported name spaces for our program.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What are httphandlers and httpmodules and difference between them?
How does viewstate work?
What is difference between Fragment Caching and Page Caching in ASP.NET?
What are the advantages of passport authentication?
Explain about Multi-Language integration?
What are query strings used for?
What are the navigation ways between pages available in ASP.NET?
How many types of cookies are available in asp?
How we implement web farm and web garden concept in asp.net?
Please briefly explain the usage of global.asax?
What is the difference between session and viewstate?
What is a user developed application?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
How long the items in ViewState exists?
How to change Master page in ASP.Net using code?