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 difference between model view and controller?
What are the new enhancements done in default project template of asp.net mvc 4?
What are the benefits of .net framework?
What is MVVM design pattern?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
List the new features added in .net framework 4.0.
Name a few different return types of a controller action method?
What symbol would you use to denote, the start of a code block in razor views?
What are Model Binders in ASP.Net MVC?
mention what is the key advantage of using entity framework or ef?
What is the role of the jit compiler in .net framework?
What is rxjava used for?
What is work of clr?
Explain the 'page lifecycle' of an ASP.NET MVC?
will there be any issues adding a table without primary keys to a data model?