Pinned Repositories
dropbear-vscode-themes-dark
A simple dark vscode theme with vibrant colors throughout. Primarily a c# theme.
DropBear.Blazor
DropBear.Blazor.Components
DropBear.Codex
The DropBear Codex is a comprehensive collection of modular C# libraries built with .NET 8, designed to provide robust and reusable components for a wide range of applications. This solution includes custom libraries for Blazor components, encoding, file management, hashing, task management, serialization, state management, utilities.
DropBear.Codex.Core
DropBear Codex is a .NET library that enhances operation result management and data integrity with `Result`, `Result<T>`, and `ResultWithPayload<T>` types, complete with checksum verification. Featuring custom MessagePack serialization for complex types, it ensures efficient, secure data handling.
DropBear.Codex.Files
DropBear.Codex.Files is a .NET library designed to streamline the management of file operations, including creation, serialization, validation, and storage of custom file formats with a focus on performance and flexibility.
DropBear.Codex.Serialization
This project provides advanced serialization and deserialization capabilities, supporting formats like JSON, MessagePack, and MemoryPack. It includes performance optimizations, error handling, and supports compression and encoding options.
DropBear.Codex.StateManagement
DropBear.Codex.StateManagement is a simple state management library designed to monitor and manage the state of your models efficiently. This library provides functionalities for snapshotting model states, tracking changes, and efficiently managing model state through a caching system with a sliding expiration policy.
DropBear.Codex.Utilities
This library provides a wide range of helpers, converters, and tools for encryption, hashing, and string manipulation, making it a valuable resource for developers looking to improve their code's efficiency and readability.
DropBear.Codex.Validation
A flexible and extensible validation framework designed for .NET applications, enabling both synchronous and asynchronous data validation with support for custom validation strategies.
tkuchel's Repositories
tkuchel/DropBear.Blazor.Components
tkuchel/DropBear.Codex.StateManagement
DropBear.Codex.StateManagement is a simple state management library designed to monitor and manage the state of your models efficiently. This library provides functionalities for snapshotting model states, tracking changes, and efficiently managing model state through a caching system with a sliding expiration policy.
tkuchel/dropbear-vscode-themes-dark
A simple dark vscode theme with vibrant colors throughout. Primarily a c# theme.
tkuchel/DropBear.Blazor
tkuchel/DropBear.Codex
The DropBear Codex is a comprehensive collection of modular C# libraries built with .NET 8, designed to provide robust and reusable components for a wide range of applications. This solution includes custom libraries for Blazor components, encoding, file management, hashing, task management, serialization, state management, utilities.
tkuchel/DropBear.Codex.Core
DropBear Codex is a .NET library that enhances operation result management and data integrity with `Result`, `Result<T>`, and `ResultWithPayload<T>` types, complete with checksum verification. Featuring custom MessagePack serialization for complex types, it ensures efficient, secure data handling.
tkuchel/DropBear.Codex.Files
DropBear.Codex.Files is a .NET library designed to streamline the management of file operations, including creation, serialization, validation, and storage of custom file formats with a focus on performance and flexibility.
tkuchel/DropBear.Codex.Serialization
This project provides advanced serialization and deserialization capabilities, supporting formats like JSON, MessagePack, and MemoryPack. It includes performance optimizations, error handling, and supports compression and encoding options.
tkuchel/DropBear.Codex.Utilities
This library provides a wide range of helpers, converters, and tools for encryption, hashing, and string manipulation, making it a valuable resource for developers looking to improve their code's efficiency and readability.
tkuchel/DropBear.Codex.Validation
A flexible and extensible validation framework designed for .NET applications, enabling both synchronous and asynchronous data validation with support for custom validation strategies.
tkuchel/DropBear.Codex.AppLogger
DropBear.Codex.AppLogger is a logging wrapper for use in all DropBear.Codex.* libraries.
tkuchel/DropBear.Codex.Hashing
This library provides a flexible and extensible hashing framework, designed for easy integration and usage within .NET applications. It supports a variety of hashing algorithms and offers a fluent API for hasher configurations.
tkuchel/DropBear.Codex.Operations