If you have questions regarding the 2.1 version of Entity Framework for .NET Core.
Does any one know how I can specify the Default value for a DateTime property using the System.ComponentModel DefaultValue …
c# asp.net entity-framework asp.net-core-2.1 ef-core-2.1I am using EF Core 2.1 This was my initial model definition. public class Customer //Parent { public int Id { get; set; } …
c# asp.net entity-framework entity-framework-core ef-core-2.1I am developing an Angular 6 application in dotNet Core 2.1. Everything is working flawlessly, until I got to setting up EFCore. …
c# ef-core-2.1 .net-core-2.1I'm using ASP.NET Core 2.2 and I'm using model binding for uploading file. This is my UserViewModel public class UserViewModel { […
c# asp.net asp.net-core ef-core-2.1I am getting the following error when adding an asp.net core api to an existing project I am working …
c# .net-core asp.net-core-webapi ef-core-2.1I have an ASP.NET Core 2.1.0 application using EF Core 2.1.0. How do I go about seeding the database with Admin …
c# asp.net-core asp.net-core-2.1 ef-core-2.1If I run dotnet ef add testmigration I get this warning: The EF Core tools version '2.1.0-rtm-30799' is …
entity-framework .net-core ef-core-2.1I am really new to EF (using EF core 2.1) and have been following a bunch of tutorials so far, but …
entity-framework ef-core-2.1I'm trying to find a way to get a List of all of the entity models in my DbContext. For …
c# ef-core-2.1 .net-core-2.1 entity-framework-core-2.1Context Currently I am creating an Extract, Transform and Load (ETL) application written in C# with .NET Core. The target …
.net-core ef-database-first ef-core-2.1 entity-framework-core-2.1 entity-framework-core-migrations