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: compiled-query

When is it OK to utilize a CompiledQuery?

I have a table:...-- Tag ID | Name ----------- 1 | c# 2 | linq 3 | entity-framework ...I have a class that will have the following methods:...IEnumerable<Tag> GetAll(); IEnumerable<Tag> GetByName(); ...Should I use a compiled query in this case?..
asp.net c# compiled-query entity-framework
asked by BrunoLM

Entity Framework 6 Compiled LINQ Query

I'm trying to improve performance of a web application by caching a query.... public static Func<myEntity, List<HASHDuplicates>, IQueryable<FormResponse>> CompiledDuplicatedResponses = CompiledQuery.Compile<myEntity, List<HASHDuplicates>, IQueryabl...
c# caching compiled-query entity-framework linq
asked by Giox

Is all the query in Entity framework 6 is already compiled?

I want to optimized my queries in ...Entity Framework 6.1.3..., so I need to know that whether queries are already CompiledQueries or I need to write them manually as CompiledQuery?...Thanks in advance.
c# compiled-query entity-framework-6 linq
asked by Aashish Kumar

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!