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 viewstart page in mvc?
will there be any issues adding a table without primary keys to a data model?
What is edm designer? : Entity framework
What is the difference between .net core and .net framework?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
why DotNetFramework is included in building a software
What is the difference between model view and controller?
What is razor code?
What is the .net framework and how does it work?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
What is NonActionAttribute ?
What you mean by routing in asp.net mvc?
Explain tempdata in mvc?
What is clr? How does work clr & wht is work of clr?
Give an example for authorization filters in an asp.net mvc application?