© 2026 Hashnode
Now that we can build APIs, it's time to hook them up to a database using Entity Framework Core (EF Core), the official ORM (Object-Relational Mapper) for .NET. In this post, we'll dive into how to use EF Core with ASP.NET Core to persist, query, and...

Entity Framework Core (EF Core) makes handling database migrations easier, but running them in a release pipeline can get tricky. Normally, you’d need the .NET SDK and EF CLI tools, which adds extra setup steps. That’s where EFBundles come in! They p...

Mastering .NET Core: Essential Concepts You Need to Know Before Building an Application 🚀 .NET Core is a powerful, cross-platform framework for building modern applications, from web APIs to dynamic websites and microservices. But before you dive in...

By Ankit Sharma Introduction In this article, we are going to create a web application using ASP.NET Core 2.0 and Angular 5 with the help of the Entity Framework (EF) Core database-first approach. We will be creating a sample Employee Record Manageme...
