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
Explain how viewstate is being formed?
How to Separate background image and front image from original picture....
Where session variables are stored?
Can I have a unique key as foreign key?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Can you use Web API with ASP.NET Web Form?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
How long the items in ViewState exists?
8. Why do you want to work here?
How can you pass multiple complex types in Web API?
How would you get asp.net running in apache web servers?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
How do you implement sql caching in asp.net?
When does a session actually start?
What are the difference between function and stored procedure in .net programming language?