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 / avinash bodkhe
the using statement specifies a namespace that the compiler
should look at to find any classes that are refrenced in
our code but which aren't defined in the current
namespaces.
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
Where is asp.net session stored?
What are the different types of proxy patterns?
Explain asp.net page life cycle?
What are the elements of a website?
Can a .net web application consume java web service?
What does aspcompat="true" mean?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain server control extensibility with reference to asp.net 2.0 ?
Less than one page, how many windows will you be able to maintain?
Can you explain autopostback?
How does a web application session work?
How to unit test Web API?
How do http sessions work?
Can viewstate be accessed in another page?
What does passport and windows authentication mean in ASP.NET?