How to create a stack overflow
If you are doing this, Stop. It will cause a stackoverflow everytime ;) Just something I saw in a code review that made me laugh. It was an honest mistake...
public class MyClass{
public string MyProperty
{
get{return MyProperty;}
set{MyProperty=value;}
}
}