PROfile
All time reputation: 15
Achievement
You have not received any achievements.stewartrae's Recent C# Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev [Page 1 of 1] Next »
C# load instance on func lazy lazyload demand thread-safe saved by 2 people
LazyLoader - a simple, thread-safe class that can be used to load data on demand.
posted on July 25, 2011 by stewartrae
C# String extension truncate substring c# saved by 1 person
TruncateOnWordBoundary - a useful extension method for cutting a string short, but not in the middle of a word.
posted on May 24, 2011 by stewartrae
C# NUnit assert Throws MSTest
ExceptionAssert - a useful class for MSTest that works like Assert.Throws in NUnit
posted on May 24, 2011 by stewartrae