Source Control Clients
Project Name: nxl
TFS Server URL: https://tfs03.codeplex.com
Subversion URL: https://nxl.svn.codeplex.com/svn

Recent Check-Ins

Change Set Download / Browse Date Comment By Downloads
29431 Dec 29 2008 at
7:57 PM
Added Date extensions to support Epoch-times and IList.Map KarlSeg 21
23601 Oct 15 2008 at
6:36 PM
string.ToEnum(defaultEnumValue) will now work as expected when passing in an unknown enum value KarlSeg 74
23451 Oct 10 2008 at
9:17 PM
Added string.ToEnum() and string.ToEnum(defaultValue)

string can either be the enum string representation, or it's numeric value.
KarlSeg 5
23449 Oct 10 2008 at
8:45 PM
Added overloads to string.ToInt, string.ToBoolean, string.ToDouble and string.ToFloat which'll return a specified default value in the case where the string cannot be parsed into the requested type:

Assert.AreEqual(54, "abc123".ToInt(54)); //this will be true!
KarlSeg 3
22998 Sep 21 2008 at
5:48 PM
Added IDictionaryExtensions with TryGetKey and TryGetKeys KarlSeg 17
22997 Sep 21 2008 at
5:44 PM
KarlSeg 1
22921 Sep 18 2008 at
8:42 PM
Added ThreadSafeStorage.cs which can be used to store items in a thread. It'll use HttpContext when available, else it'll use CallContext KarlSeg 9
22911 Sep 18 2008 at
2:18 PM
-Added ICache.Count
-Changed path to key file
KarlSeg 4
22410 Aug 29 2008 at
1:52 AM
signed KarlSeg 21
22409 Aug 29 2008 at
1:45 AM
KarlSeg 1
1-10 of 17Change Sets < Previous 1 2 Next >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | CodePlex Blog | Version 2008.12.9.14291