1
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted almost 14 years ago by James Craig
1) After a bit of debate, switched AddRange function back to the original way it worked (adds to the original ICollection). Remove and RemoveRange however are not being changed back. 2) Added ConvertToTimeZone extension to DateTime (assumes that ... [More] times are in UTC time). 3) Added LocalTimeZone extension to DateTime. 4) Added Center extension to String. 5) Modified Execute extension for FileInfo to give greater control. 6) Added Execute extension to Uri (opens a URL in the default browser). [Less]
Posted almost 14 years ago by James Craig
Merge
Posted almost 14 years ago by James Craig
1) Added AddRange to Bag (needed due to change to AddRange extension) 2) Fixed Remove and RemoveRange so that they would work with fixed length collections, arrays, etc. (Note that the collection is no longer directly changed, the returned value is ... [More] now the collection minus the removed items). 3) Fixed AddRange so that it works with fixed length collections, arrays, etc. (Note that the collection is no longer directly changed, the returned value is now the collection minus the removed items). 4) Added ElementsBetween, first, and last extensions to IEnumerables. 5) Added Execute extension to FileInfo (still need to add a test for it). [Less]
Posted almost 14 years ago by James Craig
1) Added UrlDecode and UrlEncode extension methods.
Posted almost 14 years ago by James Craig
1) Fixed bug if no ID is declared in ORM. 2) Fixed issue in ORM where if string mapping is declared MAX by entering -1 (no longer limits the text in that field to 100 characters). 3) Fixed bug in ORM code so that Readable and Writable fields on the ... [More] database are respected. 4) Added a bit more of a robust method to pull the primary key in MicroORM Mapping code (now will convert to the type specified if need be). [Less]
Posted almost 14 years ago by jcraig
1) Fixed bug Map function (possible to have a value outside of 0 and 255 previously. Should be clamped to those values now).
Posted almost 14 years ago by James Craig
1) Updated the rest of image functions to use multithreading where appropriate. Should run much faster now.
Posted about 14 years ago by James Craig
1) Fixed bug in UriExtensions ReadBinary function (wasn't always giving the web client enough time to download the whole file). 2) Worked on speeding up various BitmapExtensions functions. A number of them now use Parallel.For to speed them up (they ... [More] take about half the time that they did before. This will be added to the rest later). 3) Added static thread friendly version of Random.Next called ThreadSafeNext. 4) Fixed bug in DbDataReader GetParameter extension when the data can't be converted to the type specified, the default value is now returned. 5) Decided that when DbDataReader GetParameter extension is called and it gets an empty string (from a varchar field or something) that instead of returning NULL (which it does now), it will return the Default value specified. This effects the DbDataReader extensions, SQLHelper, MicroORM, and ORM code. [Less]
Posted about 14 years ago by James Craig
1) Updated Utilities.Media so it compiles correctly... 2) Added function that can be used to get the next sequence in a string.
Posted about 14 years ago by Antiath
You were right. I was indeed working with the individual dll. Now with the full, it's working properly. Thank you :)