ASP.NET Core Data Access

Master the art of connecting your .NET applications to data.

Featured Tutorials

Entity Framework Core

Learn to use Entity Framework Core for object-relational mapping (ORM) in ASP.NET Core. Covers migrations, LINQ, and CRUD operations.

Get Started with EF Core

Dapper Micro-ORM

Explore Dapper, a high-performance micro-ORM. Ideal for scenarios requiring raw SQL and greater control over database interactions.

Explore Dapper }

ADO.NET Core

Understand the fundamentals of ADO.NET in an ASP.NET Core context. Direct database access for maximum performance and flexibility.

ADO.NET Essentials

Data Seeding & Initialization

Learn how to seed your database with initial data and handle database initialization strategies using Entity Framework Core.

Database Seeding

Asynchronous Data Operations

Write efficient, non-blocking data access code using asynchronous programming patterns in ASP.NET Core.

Async Data Access

Working with NoSQL Databases

Connect your ASP.NET Core applications to NoSQL databases like MongoDB or Cosmos DB.

NoSQL Integration