GitHub / managedcode 33 Repositories
Open Source Community for .NET Developers: Reliable, Actively Maintained, and Community-Driven. Made in Ukraine πΊπ¦ with β€οΈ
Donate: https://github.com/sponsors/managedcode
managedcode/Storage
Storage library provides a universal interface for accessing and manipulating data in different cloud blob storage providers
Language: C# - Size: 513 KB - Last synced at: 14 days ago - Pushed at: 3 months ago - Stars: 80 - Forks: 25

managedcode/Orleans.RateLimiting
This is a library for Microsoft Orleans that provides a set of rate limiting algorithms for controlling the flow of requests in your distributed applications. It is designed to be easy to use and to integrate with your Orleans-based applications seamlessly.
Language: C# - Size: 137 KB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 25 - Forks: 2

managedcode/Orleans.StateMachine
Language: C# - Size: 65.4 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 11 - Forks: 2

managedcode/Orleans.Graph
Managing and validating grain call transitions in Microsoft Orleans applications. It allows you to define allowed communication patterns between grains
Language: C# - Size: 63.5 KB - Last synced at: 5 days ago - Pushed at: 7 months ago - Stars: 5 - Forks: 0

managedcode/Communication
Communication library is a convenient wrapper for handling the results of functions that do not throw exceptions. Instead of throwing exceptions, these functions return an object that contains the result of the operation.
Language: C# - Size: 171 KB - Last synced at: 28 days ago - Pushed at: 6 months ago - Stars: 36 - Forks: 0

managedcode/Orleans.SignalR
Orleans.SignalR is a lightweight, open-source library that enables easy integration of SignalR with Orleans, a distributed virtual actor model framework for building scalable, fault-tolerant systems. The library provides a SignalR backplane, allowing you to effortlessly add real-time communication capabilities to your distributed systems.
Language: C# - Size: 163 KB - Last synced at: 14 days ago - Pushed at: about 1 year ago - Stars: 25 - Forks: 2

managedcode/Keda
Use KEDA autoscaling to automatically scale applications based on metrics such as the number of active Grains in Orleans, the number of API requests, and the number of SignalR connections. This allows your .NET applications to handle increased workloads without manual intervention.
Language: C# - Size: 135 KB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 16 - Forks: 1

managedcode/Orleans.Indexing
Orleans.Indexing is a library that provides functionality for searching Orleans grains by their states. It uses the powerful Lucene.NET library for indexing and searching grain states, making it easy to quickly retrieve data from grains.
Language: C# - Size: 85.9 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 20 - Forks: 0

managedcode/together-dotnet
C# SDK for together.ai
Language: C# - Size: 138 KB - Last synced at: 10 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 1

managedcode/MimeTypes
MimeType, provides a convenient way to work with MIME types in C#. It defines a set of properties for each MIME type, allowing you to use properties instead of strings in your code.
Language: C# - Size: 48.8 KB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 9 - Forks: 0

managedcode/TimeSeries
TimeSeries, provides convenient tools for working with time series data in C#. It includes classes for accumulating and summarizing data in time frames, as well as storing and compressing the data efficiently
Language: C# - Size: 95.7 KB - Last synced at: 17 days ago - Pushed at: about 2 years ago - Stars: 16 - Forks: 0

managedcode/Database
Unified interface for working with a variety of different document-oriented NoSQL databases.
Language: C# - Size: 784 KB - Last synced at: 14 days ago - Pushed at: almost 2 years ago - Stars: 27 - Forks: 4

managedcode/.github
Size: 97.7 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 6 - Forks: 0

managedcode/MAUIAppVersion
This action updates the application version and/or display version properties in a .cproj file for a MAUI application. You can use this action as part of your CI/CD workflow to automatically update the version properties when building and publishing your MAUI application.
Language: JavaScript - Size: 812 KB - Last synced at: 20 days ago - Pushed at: about 1 month ago - Stars: 20 - Forks: 1

managedcode/OpenAI π¦
This is an unofficial C# library for the OpenAI API. As there are no official libraries available, we have created our own to help C# developers interact with the API easily.
Language: C# - Size: 308 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 28 - Forks: 4

managedcode/Orleans.Identity
Orleans.Identity is an authentication and authorization library for ASP.NET Identity based on Orleans. It provides a simple and efficient way to manage user sessions and authentication for your ASP.NET applications.
Language: C# - Size: 143 KB - Last synced at: 1 day ago - Pushed at: 8 months ago - Stars: 17 - Forks: 3

managedcode/Orleans.Balancer
Library for automatically balancing the number of active Grains in an Orleans. It allows you to set limits on the number of active Grains, and will automatically deactivate Grains if those limits are reached. It can also perform rebalancing of Grain activations between silos to ensure evenly distributed.
Language: C# - Size: 117 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 1

managedcode/IntegrationTestBaseKit
Extensions for ASP.NET for managing Docker containers in integration tests.
Language: C# - Size: 149 KB - Last synced at: 5 days ago - Pushed at: 10 months ago - Stars: 8 - Forks: 0

managedcode/SiloLinker
SiloLinker is an advanced URL shortening service designed to provide efficient, scalable, and secure management of web links. Built on the Microsoft Orleans, SiloLinker ensures high performance and reliability by leveraging the power of distributed computing.
Size: 3.91 KB - Last synced at: 5 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

managedcode/FeatureChecker
Language: C# - Size: 42 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 8 - Forks: 1

managedcode/IdGenerator
Language: C# - Size: 126 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 6 - Forks: 0

managedcode/KernelMemory.Playwright
Language: C# - Size: 46.9 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

managedcode/EnvironmentDetector
Library that provides a simple way to detect whether your code is running in a test environment or not. It currently supports detecting MSTest, NUnit, and xUnit test frameworks.
Language: C# - Size: 43.9 KB - Last synced at: 12 days ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 1

managedcode/awesome-dotnet Fork of quozd/awesome-dotnet
A collection of awesome .NET libraries, tools, frameworks and software
Size: 2.11 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

managedcode/ZoneTree.BlobFileSystem
Blob file system for ZoneTree
Language: C# - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 0

managedcode/Queue
Language: C# - Size: 78.1 KB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

managedcode/Lucene.CloudDirectory
Language: C# - Size: 29.3 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

managedcode/MauiUI
Size: 9.77 KB - Last synced at: about 8 hours ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

managedcode/BlazorUI
Size: 9.77 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

managedcode/Orleans.PushNotifications
Language: C# - Size: 30.3 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

managedcode/LogStream
Language: C# - Size: 25.4 KB - Last synced at: 13 days ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 1

managedcode/MAUIAppVersionTask
Language: JavaScript - Size: 8.44 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 0

managedcode/PhoneNumber
Phone number parsing
Language: C# - Size: 22.5 KB - Last synced at: 19 days ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0
