Honestly, I have yet to actually enjoy SharePoint development specifically but, I still let myself learn. I want to briefly describe an issue I had when creating a sandboxed visual web part. As the name of this entry implies, the SharePointWebPartCodeGenerator...
Welcome to the newly founded UMDTAOC.
This entry will focus on extending
ISerializable objects with a custom "Serialize" method in C#. ISerializable objects do not have a "Serialize" method. Note: this entry assumes the reader knows what an
extension method...