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
How can you return string result from Action in ASP.Net MVC?
What is the use of view model in asp.net mvc?
What are authentication filters in web api?
What is MVVM design pattern?
How we can register the Area in ASP.Net MVC?
explain lazy loading, eager loading, and explicit loading?
how do you mark a property as required? For example, for a project, the name is a required field.
How does servicing work for the .net framework 3.0?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
What is ado.net data provider? : Entity framework
What is entity sql? : Entity framework
What is the use of razor view engine?
Can you explain the page life cycle of mvc?
differences between poco, model first and data first approach?
What are Validation Annotations?