Obscure problem You have a web application that uses Forms Authentication The code has been working fine for months if not years because it’s boiler […]
A very simplistic explanation of events in C#
Introduction If you just want to see the code involved, go to the end of this article. I am really writing this for myself because […]
GridView does not have a default Insert Support
Here is a fun fact for you. The ASP.NET GridView control does not have default Insert Support for your objects, even if you are using […]
WCF: Why isn’t my object showing up on the client side?
I had a minor head-palm moment a few minutes ago. Problem I declared an object in my WCF service with the correct DataContract and DataMember […]