Tayseer
❔ edmx is very slow
Hello guys, so we have a large database on sql server, everytime we try to open the edmx file we have to wait too long until it loads and another half a hour to update model from database.
We are using vs 2019 or 2022
And sql server 2017 or 2019
Any hint would be appreciated.
3 replies
debugging issue
Hello folks, I have a problem I hope I can explain what's happening.
When I have break points on certain blocks of code the desired select statement that selects SingleOrDefault works fine.
Without breakpoints (on normal debuging) the list has more than one item then an exception fires and says "sequence contains more than one element".
5 replies