2022 03

DbArithmeticExpression arguments must have a numeric common type
Error System.ArgumentException: DbArithmeticExpression arguments must have a numeric common type. Code caused the exception ctx.I...

Configure an unique Index in entity framework core
1.Attributes [Index(nameof(Name),nameof(Uuid), IsUnique = true, Name = "SomeIndex")] public class Server { public int Id {...