Path Courses
ADO.NET with ASP.NET Core In Connected Environment
ADO.NET is a database technology introduced in 2002 and widely used to access data more efficiently from any data source. It provides a set of classes used to communicate between an application front end and a database.
In this course you will learn connected mode of ADO.NET to interact with SQL Server database using ASP.NET Core.
What you will learn
- Introduction to ADO.NET
- ADO.NET Architecture
- Advantages of ADO.NET
- ADO.NET Environments
- .NET Data Providers
- Connection Object
- Command Object
- Data Reader
- Data Reader: CRUD Operations
- Transactions
ADO.NET with ASP.NET Core In Disconnected Environment
ADO.NET is a database technology introduced in 2002 and widely used to access data more efficiently from any data source. It provides a set of classes used to communicate between an application front end and a database.
In this course you will learn disconnected mode of ADO.NET to interact with SQL Server database using ASP.NET Core.
What you will learn
- ADO.NET Disconnected Environment
- Introduction to Dataset
- Dataset: CRUD Operations