Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
null
Posts
Comments
C
C#
•
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
C
C#
•
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
C
C#
•
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
C
C#
•
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