jjvanzon
- 26,959 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 ToCamelCase RemoveExcessiveWhiteSpace, overloads for: Split Replace TrimStart TrimEnd
- 20,577 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.
- 20,014 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 GetCurrentCultureName SetCurrentCultureName KeyHelper.CreateKey
- 19,539 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 IsReferenceType IsStatic IsSimpleType IsDefault GetBaseClasses GetImplementations...
More information
- 15,789 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 less than 10.", "Customer with key { customerNumber = 1234, customerType = Subscriber } not...
More information
- 9,997 total downloads
- last updated 10/31/2018
- Latest version: 1.5.6877.41333
Makes it easier to convert simple types.
- 8,397 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 GetFolderSize GetFolderSizeRecursive CountFilesRecursive IsFolder IsFile FolderIsEmpty...
More information
- 7,582 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 IndexOf TryGetIndexOf MinOrDefault MaxOrDefault PeekOrDefault PopOrDefault Product RemoveFirst...
More information
- 6,772 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 exception goes off in the right spot with the right exception type and / or the right...
More information
- 5,961 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 AbsoluteDistance IsPowerOf2 LogRatio RoundToSignificantDigits RoundWithStep ScaleLinearly...
More information
- 5,178 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 multiplicity-safe way. It uses XmlDocument as the underlying .NET API.
- 3,331 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 it super easy.
- 2,159 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, implementing ISideEffect. Check whether a list is dirty.
- 1,951 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 ... > >>
- 457 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.)