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 / chandra prakash
using keyword is used to intimate the compiler to load
supported name spaces for our program.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is protected configuration?
How to Separate background image and front image from original picture....
In Code-Behind class which kind of code (server or client) is found ?
How can you access the properties and controls of master pages from content pages?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Explain how can we inherit a static variable?
What is the file extension of web service?
What is asp net application object?
How many types of Cookies are available in ASP.NET?
Describe a Windows Service and its lifecycle ?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
How do you create a master page?
What is state management techniques in asp.net?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is viewstate in asp net with example?