Top 20 NuGet Packages
A set of classes which allow handy and fast casted (to `float` and `int`) versions of all `System.Math` methods with some additional functionalities.
A set of pseudorandom number generators intended for use with Monogame projects
A replacement for C#'s native events with additional capabilities: no need for null check, priorities, contextualizing listeners and adding no-param listeners to signals with params.
A minimal and extensible tweening library intended to use with game engines - MonoGame, XNA, FNA, Unity and others.
ReTry gives you the ability to have service calls retried n-number of times before failing.
This can be useful when making calls over the internet or to a database and you don't want a temporary interuption to raise an exception without first trying a couple of more times.
ReTry lets you decide ho...
Simple retry logic providing resistant connection to the Windows Azure SQL Database. Implemented as extension methods of SqlConnection and SqlCommand classes. Has no dependences to Enterprise Library or NHibernate. Does not require any configuration. Inspired by Microsoft's Topaz project.
Provides an automatic retry-backoff code execution mechanism, providing reliable, easy-to-implement transient fault handling.
Simple .NET library to retry logic
Package for CRUD operations using a HTTP Client. Works best when used with a Controller using Entity Framework actions
An attribute to retry NUnit tests in case of an exception of a given type has been thrown.
Retry Operation Helper is a simple class which encapsulates the retry of any given piece of C# .NET logic a given number of times before failing, as well as running an optional function on failure. It is useful for any call where transient exception are possible, for example, making a call to a remo...
A dotnet SDK for Retsly
Three extension methods to validate a string value.
Para retornar a hora
A framework for composing your application with functional modules.
Provides an Autofac implementation of IModuleLoader
Provides some useful tools for use within an MVC project.
Provides an msbuild step that auto-integrates into your project to ensure that NuGet packages are created properly when building in release mode.
Provides wrappers and extension methods designed to help produce testable code.