Skip to content

SHASHANGKA SHEKHAR'S BLOG

Technical Author | CodeProject MVP | C# Corner MVP

  • Home
  • About
  • Achievements
  • Contact

Category: Entity Framework (EF)

.Net, .NET Core, Entity Framework (EF), MVC

.Net Core Code First Migration using Class Library

In this post we are going to elaborate how to work with EF code first migration using .Net core class library.

Shashangka Shekhar
August 30, 2016
5 Comments on .Net Core Code First Migration using Class Library
.Net, .NET Core, Angular2, Entity Framework (EF), MVC, Web API

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

Shashangka Shekhar
August 12, 2016
2 Comments on CRUD using .Net Core, Angular2, WebAPI
.Net, Entity Framework (EF), Tips & Tricks

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.

Shashangka Shekhar
March 31, 2016
Leave a Comment on Function evaluation disabled because a previous function evaluation timed out.
.Net, Entity Framework (EF), MVC, Tips & Tricks

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

Shashangka Shekhar
March 25, 2016
Leave a Comment on Convert to List from iDataReader
« Previous 1 2 3 Next »
Download Android App

# Code Project.

#GitHub

Follow @ShashangkaShekhar

#Csharp Corner


profile for Shashangka C# Corner - A Social Community of Developers and Programmers

#StackOverflow

profile for Shashangka Shekhar at Stack Overflow, Q&A for professional and enthusiast programmers
Copyright © 2022 | Shashangka Shekhar