Top 20 NuGet Packages

Three extension methods to validate a string value.
Package Description
Package Description
Package Description
module ValuesAP let (|Equal|Different|) = function | v1, v2 when v1 = v2 -> Equal | _ -> Different module ListsAP let (|None|One|Many|) (x:'a list) = match x with | x when x.Length > 1 -> Many | x when x.Length = 1 -> One | _ -> None mo...
Unit-Testable components for general .NET development
Test API for the following: * Gimme.SOME_ID * Gimme.SOME_PASSWORD * Gimme.SOME_LONG_TEXT * Gimme.SOME_DECIMAL_VALUE * Gimme.SOME_CURRENCY_VALUE * Gimme.SOME_AUTHENTICATOR_THAT_SUCCEEDS * Gimme.SOME_AUTHENTICATOR_THAT_FAILS
MVVM UI Utiities
My package description.SDFS
Business Rules Library
Contains pipeline components that can join or split message parts to/from common envelope schema; and a property parser component that can be used to promote or write message properties. Supports streaming and extends XPath functionality.
Every BizTalk developer needs and uses the tracing and logging feature especially development environment. Some circumstances we need to log and trace something in production environment even though this negatively impacts the performance of production environment. Basically System.Diagnostic.Trac...
BizTalk PipelineComponent that promotes typed context
Biztalk common dlls.
Extends BizTalk unit testing functionality. Adds support for complex schemas. Supports command chaining. Allows for creation of pipelines and pipeline context in code. Makes component testing and debugging easier.
BizTalk PipelineComponent that adds a BOM to a unicode stream
BizTalk.PipelineComponents.ContextToXml
BizTalk pipeline to demote context that is not possible in standard pipeline