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
How to rename a table using sql queries?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
How will you do Redo and Undo in a TextControl?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Explain different types of Caching techniques in ASP.NET?
What are the advantages of using Master Pages?
How would you get asp.net running in apache web servers?
They mostly asked difference between versions of technologies
What are the cookies types in asp.net?
Explain parts of assembly?
What is an il?
Mention few asp.net validators.
What is a windows service?
What is meant by ispostback in asp net?
Give me one example of Web API Routing?