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
what is msl?
Can I add mvc testcases in visual studio express?
Explain the methods used to render the views in mvc?
Explain the methods used to render the views in ASP.Net MVC?
What is ViewData and TempData in ASP.Net MVC?
Explain dependency resolution?
What is the difference between adding routes, to a webforms application and to an mvc application?
Explain how you can send the result back in JSON format in MVC?
what is scalar property?
how do you mark a property as required? For example, for a project, the name is a required field.
Does Tempdata hold the data for other request in ASP.Net MVC?
How you can implement custom validation in asp.net MVC?
what is code first approach?
Explain linq to entities? : Entity framework
Difference between ASP.NET MVC and ASP.NET WebForms?