ADO.NET is a set of computer software components that programmers can use to access data and data services from the database. It is a part of the base class library that is included with the Microsoft .NET Framework.
In this “Database Programming with ADO.NET – Visual Programming” you will learn about the following topics:
- Overview of ADO.NET (Active Data Object)
- Architecture of ADO.NET
- Data Provider
- Connection, Command, DataReader, DataAdapter,
- DataSet
- Accessing Data Using Server Explorer
- Requirements
- Use Server Explorer to Access and to Change Data
- Display Data in a Windows Form
- API (Application Programming Interface)
- Working with SQL Server
- SqlConnection Class, SqlCommand Class, SqlAdapter Class, SqlDataReader Class
- Working with OLEDB Provider
- OleDbConnection Class, OleDbCommand Class, OleDbAdapter Class, OleDbDataReader Class
- Creating Connection OLEDB and SQLDB
- OLEDB (Object Linking and Embedding)
- Command & Data Reader
- DataAdapter
- Data Table
- Dataset
- Display All Data On Grid View
==== Point to Note ====
If you like to contribute, you can mail us BCA Notes, BCA Question Collections, BCA Related Information, and Latest Technology Information at [email protected].
See your article appearing on BCA Notes (Pokhara University) main page with your designation and help other BCA Students to excel.
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
BCA 4th Semester Visual Basic Programming Notes Pdf:
- Unit I: Introduction To .NET
- Unit II: The VB.NET Basic
- Unit III: The VB.NET Control Flow Statements
- Unit IV: The VB.NET Procedure Function Exception Hanlding
- Unit V: The VB.NET Object Oriented Programming
- Unit VI: The VB.NET Forms and User Interface Elements
- Unit VII: The VB.NET Graphics and File Operations
0 Comments