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: sqldependency

SqlDependency with EntityFramework 6 (async)

I'm using the EF 6 ...async... querying features, such as...var list = await cx.Clients.Where(c => c.FirstName.Length > 0).ToListAsync(); ...I want to also start SQL dependencies on these queries so that I can get notified when the data in the database ch...
asynchronous c# entity-framework sqldependency
asked by user1032657

Can calling ToList on a DbSet cause caching?

I was using the following code to repopulate an ...ObservableCollection<T>... on change notification from a ...SqlDependency...:...var set = _dbContext.Set<T>().ToList(); this.AddRange(set); ...In this scenario, the ...OnChange... event fires correctly, b...
caching entity-framework entity-framework-6 sqldependency
asked by ProfK

SqlDependency not working

I'm using EF 6 with SQL Server 2012....I'm trying to use ...SqlDependency... to refresh my cached data, in a class library (DLL)....I have the following, based on whatever guides I found, but seems like it is not working, and I get no error....enabled bro...
entity-framework-6 sqldependency sql-server
asked by Kelmen

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!