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
What is the domain object?
What you mean by routing in mvc?
What is action methods in web api?
Explain the use of Inversion of control (IOC)?
Explain JSON Binding?
What are the main components of .net framework?
Possible ways to prevent xss attacks on mvc application?
what is entity framework advantage?
What is a model in programming?
Explain how you can implement Ajax in MVC?
What is the difference between partial and renderpartial?
What is display mode in mvc?
Why is entity framework used?
what is .edmx file and what it contains?
Explain the advantages of asp.net mvc over asp.net?