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 are differences between entity framework and l2s? : Entity framework
What are Action Filters in ASP.NET MVC and its use?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
What is .net framwork?
Explain Model, view and Controllers in Asp.Net MVC?
The order of the filters that get executed, if the multiple filters are implemented?
what is minimum requirement for entity framework applications to run?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
What is entitycontainer? : Entity framework
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
What are the 2 popular asp.net mvc view engines?
Explain how you can send the result back in JSON format in MVC?
Explain RenderBody and RenderPage in ASP.Net MVC?
Is razor a server side?