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)

2 results in tag: automapper-4

How to map an int to its enum description using AutoMapper during a queryable projection?

Here is the enum extension method to get its description attribute....public static string GetDescription(this Enum enumeration) { if (enumeration == null) throw new ArgumentNullException(); var value = enumeration.ToString(); var typ...
automapper automapper-4 entity-framework-6 enums iqueryable
asked by BBauer42

Automapper 4.2.1 LINQ projections work only with static Mapper.CreateMap?

I'm trying to use Automapper projections on Entity Framework IQueryables....On application start, I create and add all my mapping profiles which create maps with the non-static CreateMap method. ...All those profiles are registered within my IoC container...
automapper automapper-4 c# entity-framework entity-framework-6
asked by user5326354

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!