56 packages tagged with “stl”
Stl ("ServiceTitan Library") is a collection of relatively small abstractions or methods we couldn't find in BCL. A part of Stl.Fusion.
Stl.Interception - a set of helpers related to method call interception.
Stl.CommandR - a MediatR-like library created to simplify CQRS implementations even further.
Core components of Stl.Fusion - a new implementation of "computed observables" designed to power distributed apps. Thread-safe, asynchronous, immutable, and ready to serve replicas of computed instances to remote clients.
Stl.Net - a set of helpers related to networking.
Client-side components of Stl.Fusion - a new implementation of "computed observables" designed to power distributed apps. Thread-safe, asynchronous, immutable, and ready to serve replicas of computed instances to remote clients.
Stl.Fusion.EntityFramework - Fusion services utilizing EF Core.
Server-side components of Stl.Fusion - a new implementation of "computed observables" designed to power distributed apps. Thread-safe, asynchronous, immutable, and ready to serve replicas of computed instances to remote clients.
Blazor components of Stl.Fusion - a new implementation of "computed observables" designed to power distributed apps. Thread-safe, asynchronous, immutable, and ready to serve replicas of computed instances to remote clients.
Stl.RegisterAttributes - attribute-based service registration.
Stl.Redis - a set of helpers related to redis.
Stl.Rpc - fast RPC library relying on Stl.Generators.
Stl.Fusion.EntityFramework.Npgsql - Fusion services utilizing EF Core and Npgsql (PostgreSQL EF Core provider).
Stl.Fusion.EntityFramework.Redis - Fusion services utilizing EF Core and Redis.
MEF-style plugin library that focuses on core capabilities needed to add plugins to your application - namely, building an IoC container hosting them. It is designed to load plugins on demand - the assemblies hosting plugins are loaded only once you access the plugins via IoC container. Despite that, it tries to create IoC container as quickly as possible by caching reflected infromation about the plugins, which is updated only once you change them (i.e. basically, the startup is typically quite fast).
Stl.Testing is a collection of testing helpers used by Stl.Fusion tests.
.NET Framework version of Stl.Fusion.Server. Fusion is a new implementation of "computed observables" designed to power distributed apps. Thread-safe, asynchronous, immutable, and ready to serve replicas of computed instances to remote clients.
Stl.Fusion.RegisterAttributes - [RegisterXxx] attributes for Fusion.
Stl.DependencyInjection.Extras - a set of helpers related to dependency injection.
Stl.CommandR.RegisterAttributes - [RegisterXxx] attributes for CommandR.
Stl.Fusion.Client.RegisterAttributes - [RegisterXxx] attributes for Fusion Client.
Stl.Generators - Stl.Fusion proxy type generator.
Stl.RestEase - RestEase helpers.
This library facilitates the reading and writing of Stereo Lithograph (STL) files.
A portable .NET library for reading and writing STL files.
Aspose.CAD for .NET is a drawing library that enables your applications to perform a great range of processing tasks on images and drawings such as: editing, conversion and export into various raster and vector formats. With Aspose.CAD you can generate, modify, and render drawings without utilizing Autodesk AutoCAD®.
.NET Framework version of Stl.Rpc.Server.
Server-side components of Stl.Rpc