-
Integrating with Amazon Simple Email Service (SES)
Learn about integrating with Amazon’s new Simple Email Service.
-
My Favorite Extension Methods: IsGuid
Another of my favorite and often used Extension Methods. This method will validate if a string contains a representation of a Guid value.
-
My favorite extension methods: HtmlEncode shortcut
This is the second installment in my series highlighting my personal favorite .NET extension methods. We’ve already talked about a String.Format shortcut. Now we’re on to making the HtmlEncode function readily accessible. Any time you are showing user-entered content as text on a web page, it is important to HtmlEncode the string so as to […]
-
My favorite Extension methods: String.Format shortcut
A series highlighting some of my favorite extension methods.
-
Career Retrospective 2010
One of the tenants of the Agile methodology for software development is the Retrospective. Essentially, the Retrospective is a time when a team can look back on the last body of effort, and ask themselves the some variant of the following three questions: What did we do well? What did we do not so well? […]