Top 20 NuGet Packages
Makes it easier to convert simple types.
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...
CsvReader FileLock PathParser SafeFileOverwriter GetNumberedFilePath StreamToBytes BytesToStream StreamToString StringToStream StringToBytes BytesToString ReadStruct WriteStruct ClearFolder ClearFolderRecursive GetFolderSize GetFolderSizeRecursive CountFilesRecursive IsFolder IsFile FolderIsEmpty Is...
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.
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 GetItem...
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 mes...
Left Right FromTill TakeStart TakeEnd TakeStartUntil TakeEndUntil TrimStartUntil TrimEndUntil TrimFirst TrimLast StartWithCap StartWithLowerCase Repeat SplitWithQuotation StringBuilderWithIndentation ToCamelCase RemoveExcessiveWhiteSpace, overloads for: Split Replace TrimStart TrimEnd
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.
Table List with search, pagination an many other features. Use exclusive with Asp.Net Core.
Package Description
Package Description
Package Description
Package Description
Component to execute jobs in forked processes
Storage adapter for RavenDB
Package Description
The famous Hello World
TypeScript Definitions (d.ts) for jointjs. Generated based off the DefinitelyTyped repository [git commit: 299b5caa22876ef27dc8e9a5b7fd7bf93457b6f4]. http://github.com/DefinitelyTyped
Distributed job queue for .NET powered by Katana and SignalR.
This package allows you to wrap all web api response to standard result object.
Usage:
.Net Core => In Startup.cs add in Configure method app.UseResponseWrapper();
.Net Framework = > In WebApiConfig.cs add in Register method config.UseResponseWrapper();
Added Exception Urls. If request url contain...