null
null
CC#
Created by null on 1/9/2024 in #help
Clean Architecture
What if I didnt want a hard dependency on EF Core when testing?
12 replies
CC#
Created by null on 1/9/2024 in #help
Clean Architecture
What's your opinion on using unit or work pattern to abstract out entity framework. Is it useless abstraction?
12 replies
CC#
Created by \Ali on 1/9/2024 in #help
dbContext.Remove removes from application, but in database it remains
Did you dispose of the dbContext like mentioned here?
111 replies
CC#
Created by \Ali on 1/9/2024 in #help
dbContext.Remove removes from application, but in database it remains
Did you call .dbContext.SaveChanges() after the remove?
111 replies