guid

General
Tips and Tricks

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.

Read More