1. Microsoft ASP.NET SignalR

    By:

    Incredibly simple real-time web for .NET. This package pulls in the server components and JavaScript client required to use SignalR in an ASP.NET application.

  2. Microsoft.Web.Infrastructure

    By:

    This package contains the Microsoft.Web.Infrastructure assembly that lets you dynamically register HTTP modules at run time.

  3. NodaTime

    By:

    Noda Time is a date and time API acting as an alternative to the built-in DateTime/DateTimeOffset etc types built into the .NET framework. It's based on the "engine" of Joda Time, the popular Java library - but with an API designed from the ground up.

  4. AnglicanGeek's Unofficial Windows Azure Service Runtime

    By:

    This is not an official Microsoft distribution. Use at your own risk. This package might be removed from the feed at any time.

    229,676 downloads

  5. Moment.js

    By:

    A lightweight javascript date library for parsing, manipulating, and formatting dates.

  6. reCAPTCHA plugin for .NET

    By:

    reCAPTCHA is a free CAPTCHA service that helps to digitize books, newspapers and old time radio shows.

    314,238 downloads

  7. jQuery TimeAgo

    By:

    Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").

  8. log4net [1.2.11]

    By:

    NOTE: This package contains the Log4Net 1.2.11 assembly. log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the applicatio... More information

  9. DateTime Extensions

    By:

    This project is a merge of several common DateTime operations on the form of extensions to System.DateTime, including natural date difference text (precise and human rounded), holidays and working days calculations on several culture locales. Feedback will be much appreciated.

  10. FluentDateTime

    By:

    A set of (Ruby inspired) C# Extension Methods for easier and more natural DateTime handling and operations in .NET.

  11. Time Period Library for .NET

    By:

    Extensive time period calculations and individual calendar periods.

  12. DateTimeSupport

    By:

    Extends "DateTime" class.

  13. Reactive Extensions for JavaScript - Time-Based Operations

    By:

    Reactive Extensions for JavaScript library with time-based event processing query operations.

  14. NCrontab

    By:

    NCrontab is crontab for Microsoft .NET Framework 2.0 and above. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.

  15. QUnit for ASP.NET MVC

    By:

    This QUnit support for ASP.NET MVC. You may also use it for ASP.NET Webforms, but the css folder will not be on the default location. QUnit is a powerful, easy-to-use, JavaScript test suite. It's used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code (and even capable of testing JavaScript code... More information

  16. NETFx Epoch Time Extension Methods

    By:

    Provides conversion of DateTime and DateTimeOffset into an epoch-relative number value (total seconds). See Unix Epoch in Wikipedia for more information on why this might be needed. Typical uses include using this simplified representation as an expiration time for a token, password or verification code.

  17. FluentTime

    By:

    A fluent interface in .NET for working with dates and times, inspired by ActiveSupport's time extensions.

  18. NodaTime.Testing

    By:

    Provides extra types which may be useful when testing code which uses Noda Time, such as a fake programmable implementation of IClock and a time zone which has a fixed transition. These types are also used to test Noda Time itself.

  19. DateTimeRoutines

    By:

    C# Date Time Parser, http://www.codeproject.com/KB/datetime/date_time_parser_cs.aspx

  20. SystemTime

    By:

    This source-only package provides an abstraction for System.DateTime that is mockable