Can someone explain to me how Entity Framework and Deep Pack inspecting via a firewall work together or don't work together in my case!?
We've had some firewall rules added to my network that I work on and it has made everything SLOW with EF.
I'm being told I need to try to do a combine call to the database compared to separate calls. I thought EF was set up to do quick calls and close the context etc.
There are some things I can do to make the LINQ queries quicker, but is there any settings in entity framework that can help out with this?
Any comments will be helpful! Thank you.