ProxyCreationEnable and performance issues in EntityFramework
I ran into an issue with a StackOverflowException when a repository method returned a larger-than-usual amount of data.
I ran into an issue with a StackOverflowException when a repository method returned a larger-than-usual amount of data.
Today’s fun snippet, which I likely already knew and forgot: If you want to see if a value is contained in your defined enum, this will do the trick. msdn for reference