Answer Posted / sunil yadav
ADO.NET is an object-oriented set of libraries that allows you to interact with data sources. Commonly, the data source is a database, but it could also be a text file, an Excel spreadsheet, or an XML file. For the purposes of this tutorial, we will look at ADO.NET as a way to interact with a data base.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is use of entity container?
What is the use of the default route {resource}.axd/{*pathinfo} ?
Explain Keep method in Tempdata in ASP.Net MVC?
Why we need a separate mobile project template, while we can render our web application in mobile ?
What are the components required to create a route in ASP.Net MVC?
How to enable Attribute Routing?
Does Tempdata hold the data for other request in ASP.Net MVC?
what is entity framework advantage?
What is session state management?
List out few different return types of a controller action method?
How we can handle the exception at controller level in ASP.Net MVC?
What is stateless model?
Is dapper better than entity framework?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
what is entity graph in entity framework?