under which namespaces connection strings can be defined?
Answer Posted / venu
if connection string basically by using
system.data.sqlclient,orcleclient n using providers.
But if u write by using web.config file,then You have to use
system.configuration namespace to read from config file.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is asp.net different from asp? If yes, explain how?
What is the purpose of master page?
Define resource files.
What kind of data can be stored in viewstate?
What are the different methods of session maintenance in asp.net?
In which event of the page viewstate is available?
What is the flow of processing of the request? : asp.net mvc
What is _dopostback in asp net?
Can you explain one critical mapping?
Is there any alternative to avoid name collisions other then Namespaces?
Explain why datareader is useful?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
About CLR, reflection and assemblies?
What are the differences between the response.write() and response.output.write()?
Define globalization and localization.