zzz projects Entity Framework Core EF Core
Home Articles Knowledge Base Online Examples
  • Home
  • Articles
  • Knowledge Base
  • Online Examples

Entity Framework Core - Knowledge Base (KB)

2 results in tag: asp.net-mvc-5.2

EF how to update entity containing the List of entities

I have a class Device as follows....public class Device { public string id { get; set; } public string name { get; set; } public List<Instructions> Instructions { get; set; } } ...Now I have a view which has sections related to device and prov...
asp.net-mvc asp.net-mvc-5.2 c# entity-framework entity-framework-6
asked by Learner

Entity framework- EF Code First Select foreign key

Model:...public class Address { [Key] public long AddressId { get; set; } public string Street { get; set; } public string Town { get; set; } public string State { get; set; } public string Country { get; set; } } public class ...
asp.net-mvc-5.2 entity-framework entity-framework-4 entity-framework-5 entity-framework-6
asked by jena malone

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...

Related

  • EF Extensions Online Benchmark
  • WIN an EF Extensions license
  • EF6 BatchSaveChanges for only $79
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!