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
Write the different features of a Thread and a Process?
Can you clarified A Web service can only be written in .NET or not?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is the full meaning of asp.net?
What is http post and http get?
What is the difference between sealed vs static class?
WSDL means?
What are query strings used for?
What are the features of asp net?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What is viewstate? In which event of the page life cycle, is the viewstate available?
explain code with multi inhertance
How are sessions stored?
What's the use of response.output.write()?
Explain weak typing and strong typing.