Difference between <connectionstring> and <appsettings>
Answer Posted / bharathi
u can declare ur database connection in connection string
and u can declare all ur application settings in appsettings
like ur service url etc
| Is This Answer Correct ? | 17 Yes | 8 No |
Post New Answer View All Answers
How does the 'page lifecycle' of asp.net mvc works?
What are the advantages of mvc over asp.net?
What is managed extensibility framework?
What is objectcontext? : Entity framework
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
what is client wins and store wins mode in entity framework concurrency?
Can you please explain the request flow in ASP.NET MVC framework?
What is difference between razor and web form engine?
what is .edmx file and what it contains?
What are the benefits of .net framework?
Is it possible to share a view across multiple controllers?
Can I add asp.net mvc testcases in visual studio express?
What is the need of Action Filters in ASP.Net MVC
List the new features added in .net framework 4.0.
mention what is code first approach and model first approach in entity framework?