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
What is ASLM?
Define static member?
How does asp.net page work?
What are tuples?
What is data cache in sql server?
When we use cookie less session? Explain its working?
Can you explain autopostback?
What role “#&&” plays in a querysting?
Explain http handlers? Where we can use the http handlers?
Is asp.net core faster?
What is the part of url?
Explain the basic functionality of garbage collector?
What are custom controls?
Web API uses which library for JSON serialization?
Describe the difference between inline and code behind - which is best in a?