I love the Coalesce operator in C#

11. August 2009

Recently I was given a requirement where clients can enter alternate text for particular content and even alternate text to the alternate text. They wanted it so that the default text would only show if the first and second alternate text was null.

More...

.NET 3.5, LINQ, General , ,

Manipulating and Saving Images Locally from a Remote Server

15. April 2009

It has come up a few times. Say you want to be able to allow someone to edit content using a rich text editor and allow them to upload images. Well, often you will find that they are linking images from other servers and the images are not formatted or sized appropriately for your application.

More...

ASP.NET, .NET 2.0, .NET 3.5 ,

ASP.NET and JQuery Comment Submission Form

9. April 2009

This post (long overdue) is to build off of my last one. I will show you a very simple, high level overview of how to create a comment form in ASP.NET and post comments asynchronously with JQuery.

More...

AJAX, jQuery, ASP.NET, .NET 3.5 , ,