Pinned Repositories
ArrayToExcel
Create Excel from Array (List, DataTable, DataSet, ...)
ArrayToPdf
Create PDF from Array (List, DataTable, ...)
CSharpEval
Compile and execute C# code at program runtime
DbQueue
.NET Database concurrent Queue/Stack
DistributedFileStorage
.NET Distributed file storage
ExcelConverter
Convert Excel to C# object
FsmWorkflow
Finite-state machine (FSM) based workflow
PowerPointService
.NET PowerPoint presentation based on template and model
SingleApi
.NET Single/generic webapi endpoint for mediators
StateMachine
.NET Finite-state machine (FSM) with a fluent interface and mediators compatibility
mustaddon's Repositories
mustaddon/ArrayToExcel
Create Excel from Array (List, DataTable, DataSet, ...)
mustaddon/DistributedFileStorage
.NET Distributed file storage
mustaddon/ArrayToPdf
Create PDF from Array (List, DataTable, ...)
mustaddon/CSharpEval
Compile and execute C# code at program runtime
mustaddon/FsmWorkflow
Finite-state machine (FSM) based workflow
mustaddon/DbQueue
.NET Database concurrent Queue/Stack
mustaddon/PowerPointService
.NET PowerPoint presentation based on template and model
mustaddon/SingleApi
.NET Single/generic webapi endpoint for mediators
mustaddon/StateMachine
.NET Finite-state machine (FSM) with a fluent interface and mediators compatibility
mustaddon/ExcelConverter
Convert Excel to C# object
mustaddon/DispatchProxyAdvanced
Extended version of DispatchProxy with Class proxying
mustaddon/json-date-fix
JSON serialization/deserialization fix for Date objects
mustaddon/MetaFile
.NET MetaFile contracts and extensions
mustaddon/ServiceProviderEndpoint
.NET IServiceProvider webapi endpoint for faster and easier development
mustaddon/TypeSerialization
.NET Serialization an object type to/from a string/json
mustaddon/ContravarianceDependencyInjection
Contravariant and Covariant injection for Microsoft.Extensions.DependencyInjection
mustaddon/DynamicAnonymousType
Dynamic creating Anonymous (similar) Types at program runtime
mustaddon/EntityDynamicAttributes
Entity Dynamic Attributes
mustaddon/GrpcFileStorage
.NET gRPC file storage service
mustaddon/IbmMqClient
IBM MQ standalone client for .NET
mustaddon/iterq
Memory usage optimization in cascading iterable queries
mustaddon/LazyDependencyInjection
Lazy injection for Microsoft.Extensions.DependencyInjection. Decorates registered services with lazy proxies that instantiate the original service only after the first method or property call. Intended to prevent the creation of unused injected dependencies.
mustaddon/LinqString
IQueryable.Select by property names (EF compatible extensions)
mustaddon/OverridableDependencyInjection
Overridable injections for Microsoft.Extensions.DependencyInjection
mustaddon/PipeTransform