In this post we are going to elaborate how to work with EF code first migration using .Net core class library.
Category: Entity Framework (EF)
CRUD using .Net Core, Angular2, WebAPI
In Our previous article we have seen how to startup with .Net Core. In this article we will take a look on database operation according to previous sample application based previous concept. If you are new to .Net Core, Please read previous post about .Net Core Startup
Function evaluation disabled because a previous function evaluation timed out.
Error: Function evaluation disabled because a previous function evaluation timed out. You must continue execution to re enable function evaluation. Solution: This is happen while we are time-extended queries in EF.
Convert to List from iDataReader
Here we have demonstrate how we can convert execute reader to list. First: Check if there is any virtual properties. public virtual tbl_Product tbl_Product { get; set; } Second: Reader Property Name should always matches with table column name