Difference between <connectionstring> and <appsettings>
Answer Posted / guest
<appsettings> is used before connection string
we use it to set the applicstion setting so that program
run successfully,but
<connectionstring> is used to make the or establish the
connection.
| Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
What is Separation of Concerns in ASP.NET ASP.Net MVC?
Can you explain renderbody and renderpage in mvc?
What is objectcontext? : Entity framework
Explain Sections is ASP.Net MVC?
Explain tempdata in asp.net mvc?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
Can you explain renderbody and renderpage in asp.net mvc?
Explain how to use multiple submit buttons in ASP.Net MVC?
What is meant by tempdata in mvc?
What is meant by bootstrap in mvc5?
What is layout in mvc?
Explain two instances where routing is not implemented or required?
What is attribute routing in mvc?
What is viewstart page in mvc?
Can you explain model, controller and view in mvc?