Difference between <connectionstring> and <appsettings>
Answer Posted / sampath
if u do a project in.net you have many webforms.each form
should connect with database.so u have to write
connectionstrings in each form.u can avoid these things.u
can declare connection strings in global wise.then it will
inherit in each form
| Is This Answer Correct ? | 7 Yes | 16 No |
Post New Answer View All Answers
Is .net framework backwards compatible?
mention what is code first approach and model first approach in entity framework?
what is .edmx file and what it contains?
What are non action methods in mvc?
Why is entity framework used?
how do you mark a property as required? For example, for a project, the name is a required field.
What is disconnected scenario? : Entity framework
Can I use razor code in javascript in asp.net mvc?
what is entityclient?
what is client wins and store wins mode in entity framework concurrency?
What is entitycontainer? : Entity framework
Explain tempdata in asp.net mvc?
Can I set the unlimited length for "maxjsonlength" property in config?
Describe the gac in the .net framework.
How to use multiple submit buttons in asp.net mvc?