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
why DotNetFramework is included in building a software
What is code first? : Entity framework
What is poco proxy? : Entity framework
What is basic authentication in web api?
What is conceptual model? : Entity framework
what is conceptual model?
differences between poco, model first and data first approach?
What are the options can be configured in AJAX helpers?
Can we have enum in entity framework?
how do you mark a property as required? For example, for a project, the name is a required field.
What is the difference between model and entity?
What are non action methods in mvc?
What is layout in mvc?
Why to use html.partial in mvc?
Does Tempdata hold the data for other request in ASP.Net MVC?