jjvanzon
-
- 133,953 total downloads
- last updated 10/31/2018
- Latest version: 1.5.6877.41321
Left Right FromTill TakeStart TakeEnd TakeStartUntil TakeEndUntil TrimStartUntil TrimEndUntil TrimFirst TrimLast StartWithCap StartWithLowerCase Repeat SplitWithQuotation StringBuilderWithIndentation... More information -
- 130,674 total downloads
- last updated 10/31/2018
- Latest version: 1.5.6877.41324
Expressions like "myParam.MyList[i].MyProperty" can be converted to text or their value retrieved or info like { "MyMethod", Parameters = { "myParameter", int, 3 } } Accessor IsIndexer IsNullableType IsProperty... More information -
- 124,773 total downloads
- last updated 10/31/2018
- Latest version: 1.5.6877.41323
Contains alternatives for any class or method that proved to have compatibility problems when trying to deploy code to iOS, Android and Windows Phone 8. -
- 123,117 total downloads
- last updated 10/31/2018
- Latest version: 1.5.6877.41321
Basic helpers with very few dependencies. EmbeddedResourceHelper EnumHelper.GetValues<TEnum> IsValidEnum EventArgs<T> DoubleHelper.IsSpecialValue CultureHelper GetCurrentCulture SetCurrentCulture... More information -
- 74,825 total downloads
- last updated 10/31/2018
- Latest version: 1.5.6877.41327
Contains many exception classes for common basic errors. Clear messages, concise syntax, strongly-typed, good performance. Generates messages like "myParent.MyChildren[0].MyProperty is null.", "height of 2 is... More information -
- 17,291 total downloads
- last updated 10/31/2018
- Latest version: 1.5.6877.41333
Makes it easier to convert simple types. -
- 11,752 total downloads
- last updated 10/31/2018
- Latest version: 1.5.6877.41334
XmlToObjectConverter converts an XmlDocument or string to an object graph. The way to map XML to classes is easier than the classic ways in .NET. XmlHelper allows you to access XML in a null-safe and... More information -
- 11,287 total downloads
- last updated 10/31/2018
- Latest version: 1.5.6877.41333
CsvReader FileLock PathParser SafeFileOverwriter GetNumberedFilePath StreamToBytes BytesToStream StreamToString StringToStream StringToBytes BytesToString ReadStruct WriteStruct ClearFolder ClearFolderRecursive... More information -
- 10,635 total downloads
- last updated 10/31/2018
- Latest version: 1.5.6877.41334
LINQ overloads. SelectRecursive SelectAncestors Add Remove AddRange Concat CrossJoin Distinct DistinctMany Except FirstWithClearException SingleOrDefaultWithClearException SingleWithClearException ForEach... More information -
- 8,953 total downloads
- last updated 11/5/2018
- Latest version: 1.5.6883.34520
Helper for unit tests. Mimics the Assert class, but will display the tested expression in error messages, instead of being vague about it or laborious to program. It also offers methods to evaluate if the right... More information -
- 7,896 total downloads
- last updated 10/31/2018
- Latest version: 1.5.6877.41334
Interpolator Smooth Bezier Cubic Hermite TextPlotter NumberBases ToBase FromBase ToHex FromHex ToLetterSequence FromLetterSequence Randomizer GetRandomItem GetInt32 GetDouble GetSingle IsInRectangle GetCenter... More information -
- 4,580 total downloads
- last updated 10/31/2018
- Latest version: 1.5.6877.41334
Allows you to work with complex configuration structures in your app.config or web.config files. Doing it the classic way with System.Configuration is difficult and error prone. JJ.Framework.Configuration makes... More information -
- 3,011 total downloads
- last updated 11/14/2018
- Latest version: 1.5.6891.42469
Classes to support a business logic layer or an API. Keep child-parent relationships in sync. Wrap a result with data along with a Successful flag and a list of messages. Keep business logic units separate,... More information -
- 2,646 total downloads
- last updated 11/5/2018
- Latest version: 1.5.6883.36449
Easily construct a pager view model with properties like CanGoToFirstPage, CanGoToPreviousPage, CanGoToNextPage, CanGoToLastPage. << < 1 2 [3] 4 5 ... > >> -
- 770 total downloads
- last updated 5/24/2021
- Latest version: 1.7.7814.23537
Converts SGML to XML via XmlReader API. (Older version for stability of older projects.)