你的位置: 码友网首页 / 资讯源列表 / .NET 5.0 - Connect to MySQL Database with Entity Framework Core

关于[.NET 5.0 - Connect to MySQL Database with Entity Framework Core]的摘要:

In this post we'll go through the steps to connect a .NET API to MySQL using Entity Framework Core, and to create a MySQL database from code using EF Core migrations. We'll start with an example .NET CRUD API from a tutorial I posted recently, it uses an EF Core InMemory database by default for testing, we'll update it to connect to a MySQL database and run EF Core migrations to auto generate the database and tables from code. For full details about the .NET CRUD API see .NET 5.0 - CRUD API Example and Tutorial.

原文地址: https://jasonwatmore.com/post/2021/10/26/net-5-connect-to-mysql-database-with-entity-framework-core

收录时间: 2021-10-27 浏览量: 839 分类: .NET 5

| 0 收藏 | 0