High-performance, allocation-free, inaccurate, asynchronous waits to replace use of the resource-intensive `Task.Delay(int milliseconds)` method provided by the .net framework.
Wheel provides a standardized way to use basic infrastructure services (logging, configuration, dependency injection, command system, database access, etc) on .NET console and web applications. It is compatible with .NET core >= 2.0. and .NET classic framework (including the obsolete .NET framework...
More information
An abstraction layer for access to databases, execution of stored procedures, and configuration of EntityFrameworkCore DbContext classes.
See Wheel.Data.PostgreSql, Wheel.Data.SqlServer and Wheel.Data.Oracle for implementations on particular database systems.
A FTP client library compatible with .NET core >= 2.0. and .NET classic framework >= 2.0. It can resume previously interrupted uploads (tested with Microsoft FTP Service).
Depends only on Microsoft.Extensions.Logging.Abstractions for .NET core and .NET classic framework >= 4.6.1.
Depends on...
More information
A command management system compatible with .NET core >= 2.0. and .NET classic framework (including the obsolete .NET framework 2.0). Definition of commands, parsing of command-line arguments, execution of commands.
Commands can be defined using a Startup class (similarly to ASP.NET Core)...
More information
Implementation of Wheel.Data for Sql Server databases.
Wheel.Data provides an abstraction layer for access to databases, execution of stored procedures, and configuration of EntityFrameworkCore DbContext classes.
Wheel pickers made easy and cross platforms for Xamarin Forms (Android 4.1+ and iOS 10+) and Xamarin Native (Android+iOS). It's a Full .NET native implementation (not a binding).
Implementation of Wheel.Data for PostgreSql databases.
Wheel.Data provides an abstraction layer for access to databases, execution of stored procedures, and configuration of EntityFrameworkCore DbContext classes.
[Data access for Oracle] Wheel provides a standardized way to use basic infrastructure services (logging, configuration, dependency injection, command system, database access, etc) on .NET console and web applications.
This package is the implementation of Wheel.Data for Oracle databases.
Adaptation of parts of Microsoft.Extensions for the obsolete .NET framework 2.0. The original namespaces and API are preserved as much as possible.
Main adaptations:
- Microsoft.Extensions.DependencyInjection (ServiceCollection)
- Microsoft.Extensions.Configuration (ini, json and memory)
-...
More information