Can anyone think of a nicer way to do the following:
public string ShortDescription { get { return this.Description.Length <= 25 ? this.Description :
You should see if you can reference the Microsoft.VisualBasic DLL into your app so you can make use of the "Left" function.