Search for minimod returned 32 packages
Displaying results 1 - 20.
-
Minimod.PrettyText
By:
Extends System.String/IEnumerable<string> by following methods: a) ShortenTo(int length, string hint = "..."): Crops a text to fit into certain number of chars. Appends 'hint' if it has to be cropped; b) WrapAt(int margin): Nicely wraps a text at the given margin. Tries not to split in the middle of... More information
-
Minimod.PrettyPrint
By:
Creates nice textual representations of any objects. Mostly meant for debug/informational output.
-
Minimod.RabbitMqTopicsMessageStream
By:
A minimod for RabbitMQ message processing.
-
Minimod.JoinStrings
By:
A minimod for fluently joining Enumerables using String.Join; Adds JoinStringsWith() to IEnumerable and IEnumerable<T>
-
Minimod.FluentGenerics
By:
A minimod for fluently interacting with genric types.
-
Minimod.PrettyTypeSignatures
By:
Extends System.Type, System.Reflection.MethodBase and System.Diagnostics.StackFrame by a method called 'GetPrettyName()'.
-
Minimod.ThreadVariable
By:
Typesafe thread-static variables.
-
Minimod.PrettyDateAndTime
By:
Extends DateTime, DateTimeOffset and Timespan by a method called 'GetPrettyString()'.
-
Minimod.WebSocketMessageStream
By:
A minimod for messaging using HTML5 WebSockets. HTML5 WebSocket demo included.
-
Minimod.FluentNullOrEmpty
By:
A minimod for fluently checking if strings or collections are either null and/or empty.
-
Minimod.NestedDictionary
By:
Extends System.Collections.Generic.IDictionary´2 with EnsureValueFor and AddToCollection: a) EnsureValueFor(TKey key): Creates a instance of TValue for the given key and returns it; b) AddToCollection(TKey key, item(s)): Ensures the concrete collection type for key, and adds the given value(s) to it.
-
Minimod.Linq2Dictionary
By:
Extends System.Collections.Generic.IDictionary´2 with Union.
-
Minimod.Impersonator
By:
A minimod for impersonation with network share support.
-
Minimod.RxEventSourcing
By:
A minimod for persisting event messages using Rx.
-
Minimod.MessageProcessor
By:
CEP based on Rx.
-
Minimod.Continuation
By:
A minimod for easy to use continuation pattern in CSharp.
-
Minimod.HttpMessageStream
By:
Small embedded web server based on Rx and working like node.js.
-
Minimod.PatternMatching
By:
A minimod for easy to use pattern matching in CSharp.
-
Minimod.RxEventRepository
By:
A minimod for persisting event messages using Rx.
-
Minimod.String2Enum
By:
A minimod for parsing Strings as Enums.
- Previous
- Next