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 are the advantages of asp.net mvc?
Is razor a server side?
What does a viewmodel do?
In which assembly is the mvc framework defined?
How large is the .net framework 3.0?
What is partialview in asp.net mvc?
What are ajax helpers in mvc?
What is tempdata?
What is entityset? : Entity framework
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is orm entity framework?
How we can register the Area in ASP.Net MVC?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
What is viewdata?
What is difference between html.beginform and ajax.beginform?