Entity Framework (EF) Core is an open source multi-platform ORM developed by Microsoft.
When I run PM> Remove-Migration -context BloggingContext in VS2015 with an ASP.NET Core project using EF Core I …
c# asp.net-core entity-framework-core .net-core visual-studio-2015I am new to EF core and I'm trying to get it to work with my ASP.NET Core project. …
asp.net-core entity-framework-coreI would like to expand the question asked on this thread Binding listbox to observablecollection by giving it an ability …
c# wpf entity-framework-coreI am using EF Core 1.0 in an ASP.NET Core App. Can you please point me to the proper way …
asp.net-core asp.net-core-mvc entity-framework-coreI'm using this MSDN Tutorial to run in VS2015 the command PM> Add-Migration MyFirstMigration -context BloggingContext that ran yesterday …
visual-studio-2015 asp.net-core entity-framework-coreI can't find way to add a unique constraint to my field with using attribute: public class User { [Required] public …
c# entity-framework entity-framework-coreWhat is the best approach to update a database table data in entity frame work core ? Retrive the table row , …
entity-framework-6 .net-core entity-framework-coreWith Entity Framework Core removing dbData.Database.SqlQuery<SomeModel> I can't find a solution to build a raw …
c# entity-framework-coreI'm following one of Mosh Hamedani Course on ASP.NET MVC in Udemy. I came across one error while designing …
asp.net asp.net-mvc entity-framework entity-framework-core entity-framework-migrationsAfter upgrading to ASP.NET Core 2.0, I can't seem to create migrations anymore. I'm getting "An error occurred while calling …
c# asp.net-core asp.net-core-mvc entity-framework-core asp.net-core-2.0