28 packages tagged with “dotnet6”
A light-weight REST Api framework for ASP.Net 8 and newer that implements REPR (Request-Endpoint-Response) Pattern.
Bootstrap Modal For Blazor Wasm
Clean Architecture Template for Web Api and .NET 6.
Integrates Apache.Druid.Querying with Microsoft.Extensions.DependencyInjection.
Apache Druid client library/orm for dotnet 8+.
EISK makes it easy to write scalable and secured web api on top of Microsoft's new cutting edge .net based technologies. With an optional set of customizable utility classes, samples and tools, it lets you creating new web api straight away without wide technical experience or learning curve.
This package contains the interfaces that can used for various implementations, and some of the models behind them for Tenancy and User based applications.
Core MetaMomentum DLL for reference in class projects
A simple wrapper for the KickBox API targeting 6.0 written in C#.
A .NET implementation of the Web Linking proposed standard RFC8288
A collection of core classes, services, interfaces, and other software development concepts that are used throughout The Omen Den's applications
This project provides .Net standard library to help developers load .FB2 ebook files. This ebook files format is widely acceptable in Russia. If you doing some converter, reader or editor for ebooks and you using one of the .Net languages - this project for you.
Asp.Net Integration for WebLinking
rolldate is a mobile-first, iOS-style, multi-format date picker component that uses better-scroll library for smooth scroll experience on the mobile & desktop.
Catch AutoMapper configuration errors at compile-time before they cause runtime chaos! This Roslyn analyzer detects type mismatches, nullable issues, missing properties, collection incompatibilities, and complex mapping problems - all with intelligent code fixes. Transform AutoMapper development from reactive debugging to proactive prevention. Features 13 analyzer rules with smart fixes for type safety, data integrity, complex mappings, performance, and configuration. Compatible with .NET Framework 4.8+, .NET 6.0+, 8.0+, 9.0+, 10.0+.
A MongoDB UserStore and RoleStore adapter for Microsoft.Extensions.Identity.Core 6.0.1.
Terminal tool targeted for Windows, its purpose is to find the full list of parent processes based on supplied PIDs by stdin.
Extenstion method to use System.ValueTuples as Enumerables
WPF behavior that updates data bindings on a timer, entirely from XAML.
A very Fast, Fully automated and easy to setup ORM that has ALL the required features: - Supports out of the box: SQL Server, MySql, Postgres, Oracle and SqLite. - Handling all the databases with the same methods. - Auto Create and Update Database on Startup. - Tables are based on the Entities. - Supports Autoincrement, Composite Primary Keys. - Has Value Generator Interface , to auto generate values on Insert. - Uses Property Attributes to declare, Foreign Keys , Unique constraints and more. - Direct Mapping Entities to DTO. - Methods for performing Joins on any table. - Interface for Default Data. - Using its Cli it can Parse Any Database and Generate the Entities in the app. Find documentation here => https://mikarsoft.com/BHDocumentation/index.html
Create basic .NET 6 solution and projects based on clean architecture principle.
Lightweight .NET 6 abstractions for encryption and ephemeral payload handling used across the pvNugs libraries. Provides async-friendly APIs to encrypt/decrypt strings and serializable objects and supports time-limited (ephemeral) ciphertexts.
Geo.Net is a modern, lightweight, and easy-to-use .NET library designed to provide geographical and location-based utilities for .NET applications. Whether you are building mapping applications, location services, or data-driven tools that rely on country, city, or regional information, Geo.Net simplifies your workflow with a clean, intuitive API.
AES-based implementation of the pvNugs IPvNugsCrypto abstraction for .NET 6; provides AES encryption/decryption with support for ephemeral (time-limited) payloads, JSON serialization, and DI-friendly APIs.
The Command Line Interface for BlackHole Core ORM. Adds capability of Database First architecture to the BlackHole by parsing existing databases and generating the required BlackHole Entities in your project. It can also update and drop the database and keep a history of the create and update commands, that it used, in sql files (like migration).
DBEvolve is a lightweight, deterministic database migration library for .NET that automates database creation, schema evolution, and version tracking using versioned SQL scripts. DBEvolve can: - Create a database if it does not exist - Execute SQL migration scripts in a controlled order - Track the current database version - Apply only the required scripts to upgrade an existing database - This library is for use with MySql 5.7+, 8.X, 9.X Each migration script contains its version in the filename, allowing DBEvolve to determine exactly which scripts need to run based on the current database state. This makes upgrades predictable, repeatable, and safe across environments. Key features: - Automatic database creation - Version-based migration execution - Persistent schema version tracking - Idempotent upgrades (only new scripts are applied) - Validates that applied scripts haven't been modified using SHA-256 hashes - Simple, script-first migration model - Designed for CI/CD and automated deployments DBEvolve is ideal for teams that prefer explicit SQL scripts, clear versioning, and full control over how database changes are applied—without heavyweight configuration or ORM coupling.
DBEvolve is a lightweight, deterministic database migration library for .NET that automates database creation, schema evolution, and version tracking using versioned SQL scripts. DBEvolve can: - Create a database if it does not exist - Execute SQL migration scripts in a controlled order - Track the current database version - Apply only the required scripts to upgrade an existing database - This library is for use with PostgreSQL 14, 15, 16,17, 18 Each migration script contains its version in the filename, allowing DBEvolve to determine exactly which scripts need to run based on the current database state. This makes upgrades predictable, repeatable, and safe across environments. Key features: - Automatic database creation - Version-based migration execution - Persistent schema version tracking - Idempotent upgrades (only new scripts are applied) - Validates that applied scripts haven't been modified using SHA-256 hashes - Simple, script-first migration model - Designed for CI/CD and automated deployments DBEvolve is ideal for teams that prefer explicit SQL scripts, clear versioning, and full control over how database changes are applied—without heavyweight configuration or ORM coupling.