Skip to content
  • Welcome!
  • Blog

Cool Coding Stuff

A semi-professional blog about programming

Tag: Csharp

Written by mikeyarmesFebruary 26, 2019March 12, 2019

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.

Written by mikeyarmesJuly 11, 2018March 12, 2019

Fun with Enum

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