Code on the Shelf
  • Home
  • .NET
  • Docker
  • Azure
  • Entity Framework
  • Metrics
Sign in Subscribe

MySql

A collection of 2 posts
Incorrect String Value with MySQL and EF Core
EF Core

Incorrect String Value with MySQL and EF Core

When I attempted to insert it into a local development database, I notice an odd exception, something that I thought would be avoided because I'm using UTF8 in the character set of the MySQL 5.7:
23 Apr 2018 2 min read
Getting Identity Columns after insert, SQL Server and MySQL
Entity Framework

Getting Identity Columns after insert, SQL Server and MySQL

When inserting into a relational database (db), you can have the database automatically assign a value to the primary key of the row you are inserting. This is generally called the Identity Column. Using Entity Framework (ef) or Entity Framework Core (ef core) [https://github.com/aspnet/EntityFramework] (via an
05 Jun 2017 1 min read
Page 1 of 1
Code on the Shelf © 2026
Powered by Ghost