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

Entity Framework 6 - Knowledge Base (KB)

3 results in tag: automapper-5

Mapping Virtual Property Automapper

I have some problem with mapping models . So I have a entity model ...public class User { public string UserId { get; set;} public ICollection<Group> Groups {get; set;} } ...and DTO model ...public class UserInfo { public string UserId { g...
automapper-5 c# entity-framework-6
asked by Alexandr Sargsyan

EF & Automapper. Update nested collections

I trying to update nested collection (Cities) of Country entity....Just simple enitities and dto's:...// EF Models public class Country { public int Id { get; set; } public string Name { get; set; } public virtual ICollection<City> Cities { ge...
automapper-5 c# entity-framework-6
asked by Akmal Salikhov

AutoMapper projection error

I have get method in web api:...public async Task<IHttpActionResult> Get() { var categories = await _context.Categories.Include(x => x.SubCategories) .Where(c => c.IsActive) .ToListAsy...
automapper-5 c# entity-framework-6
asked by MANISH KUMAR CHOUDHARY

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
Save your entities 20× faster with EF Extensions
SaveChanges vs BulkSaveChanges

EF Extensions
Try for free now
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!