Pathoschild
-
- 1,701 total downloads
- last updated 10/30/2013
- Latest version: 1.2.0
A fluent, strongly-typed HTTP client built on top of Microsoft's .NET 4.5 HttpClient. -
- 753 total downloads
- last updated 10/30/2013
- Latest version: 1.2.0
Provides JSON, JSONP, and BSON implementations of the .NET 4.5 MediaTypeFormatter using Json.NET. These can be used by the .NET 4.5 HttpClient and the Web API for serializing content. -
- 565 total downloads
- last updated 10/27/2013
- Latest version: 1.2.0
Enables code contracts on methods and properties. By annotating your code with attributes like [NotNull], you can remove common validation code and provide helpful exception messages, making your code more... More information -
- 485 total downloads
- last updated 10/27/2013
- Latest version: 1.2.0
(This is a subset of Pathoschild.DesignByContract that contains the annotations but does not enforce them.) Enables code contracts on methods and properties. By annotating your code with attributes like... More information -
- 420 total downloads
- last updated 10/30/2013
- Latest version: 1.2.0
A base implementation of the .NET 4.5 MediaTypeFormatter for serializers with an example PlainTextFormatter. This handles the common plumbing code so you only need to implement the "Serialize" and "Deserialize"... More information -
- 339 total downloads
- last updated 10/8/2012
- Latest version: 0.1.0-alpha (prerelease)
Resolves LINQ compatibility issues between ASP.NET Web API OData and NHibernate. -
- 191 total downloads
- last updated 7/4/2013
- Latest version: 0.4.0-alpha (prerelease)
Provides relational security on content collections (including deferred LINQ queries for NHibernate or Entity Framework). This lets you define security groups and permissions using LINQ criteria, and then... More information -
- 190 total downloads
- last updated 6/23/2013
- Latest version: 0.1.0
A C# view of the Unicode CLDR database of the world's languages, for use in other packages. This library currently provides a complete view of pluralisation rules. See the project page for details. -
- 188 total downloads
- last updated 6/23/2013
- Latest version: 0.1.0
A DotLiquid filter which lets you pluralise messages in any of the 182 languages defined in the Unicode CLDR, including languages with more than two plural forms. For example, you can use "{{ message_count |... More information -
- 133 total downloads
- last updated 6/22/2013
- Latest version: 0.2.0-alpha (prerelease)
A partial C# implementation of natural time formats like "last month +3 days" which can be used in date arithmetic. -
- 82 total downloads
- last updated 6/22/2013
- Latest version: 0.2.0-alpha (prerelease)
Provides a DotLiquid filter which enables date arithmetic like {{ blog.date | date_add:'3 days' }} and tokens like {{ 'today' | date:'yyyy-mm-dd' }}. See the project page for usage. -
- 53 total downloads
- last updated 6/22/2013
- Latest version: 0.2.0-alpha (prerelease)
Provides a SmartFormat plugin which adds relative time tokens like '{Today}' and arithmetic like "last month +3 days", which enables string format strings like {Today:yyyy-MM-dd|-3 days}. See the project page... More information