16
Packages
52,460
Downloads of tatham's packages
tatham's Profile
Packages
-
Web Forms MVP + Castle Windsor
Provides Castle Windsor integration for Web Forms MVP presenter resolution.
-
Web Forms MVP + Unity
Provides Unity integration for Web Forms MVP presenter resolution.
-
Web Forms MVP
ASP.NET MVC might be the new kid on the block, but there are still a host of compelling advantages to ASP.NET Web Forms. The ASP.NET Web Forms MVP project is about bringing the love back to Web Forms through a renewed approach to using it - an approach that facilitates separation of concerns and testability whilst maintaining the rapid development... More information
-
Web Forms MVP + Autofac
Provides Autofac integration for Web Forms MVP presenter resolution.
-
System.IO.Abstractions
Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access! Be sure to check out the System.IO.Abstractions.TestingHelpers package too.
-
System.IO.Abstractions.TestingHelpers
Testing helpers for the System.IO.Abstractions package to save having to manually mock everything.
-
FormsAuthenticationExtensions
Helper methods to make it easier to work with user data embedded into forms auth tickets.
-
crockford-base32
A .NET implementation of Crockford's Base32 encoding that works great for URLs and humans.
-
relativetime
Render a TimeSpan object as something that's consumable by humans like "about 9 minutes ago" or "yesterday".
-
OpenSearchToolkit
The OpenSearch Toolkit provides ASP.NET developers with drop-in support for OpenSearch. This lets you quickly and easily publish valid search suggestions to all the major browsers.
-
SnowMaker
High performance, distributed unique id generator for Azure environments.
-
Reliability Patterns
A set of useful tools for building high reliability applications.
-
Neo4jClient
A .NET client for neo4j: an open source, transactional graph database. It's pretty awesome.
-
Neo4j.Server.AzureWorkerHost
Makes it super easy to host Neo4j in an Azure worker role
-
MarkupSanitizer
Takes untrusted (X)HTML and massages it into real, trusted XHTML. While plenty of effort goes into preserving the original intent, markup validity and safety is the first priority. It's particularly useful with content management systems where users are in control of markup, but you want to target XHTML1.1.
-
twavatar
Super simple ASP.NET helper for rendering Twitter avatars / profile images. Just write @Html.TwitterAvatar("tathamoddie") in your MVC view, or call new AvatarUrlBuilder().BuildUrl("tathamoddie"). Supports multiple sizes.