1. Mono.Cecil

    By:

    Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modifi... More information

  2. Mono.Options

    By:

    A callback-based program option parser for C#. See the documenation at http://docs.go-mono.com/?link=N%3aMono.Options and some examples in the code and under the OptionSet topic at http://docs.go-mono.com/?link=T%3aMono.Options.OptionSet

  3. Mono.CSharp

    By:

    Mono CSharp compiler

  4. ServiceStack webservice framework: Faster, Cleaner, Modern WCF alternative

    By:

    Binaries for the ServiceStack web framework. Visit http://www.servicestack.net/ServiceStack.Hello/ and https://github.com/ServiceStack/ServiceStack/wiki/Create-your-first-webservice for walk throughs and docs on creating your first web service.

  5. Mono.Zeroconf

    By:

    Mono.Zeroconf is a cross platform Zero Configuration Networking library for Mono and .NET. It provides a unified API for performing the most common zeroconf operations on a variety of platforms and subsystems: all the operating systems supported by Mono and both the Avahi and Bonjour/mDNSResponder transports. By using Mono.Zeroconf developers can ... More information

    774 downloads

    Tags

  6. Mono.Reflection

    By:

    Complement for System.Reflection, including an IL disassembler.

  7. Ninject for Mono (Unofficial)

    By:

    Stop writing monolithic applications that make you feel like you have to move mountains to make the simplest of changes. Ninject helps you use the technique of dependency injection to break your applications into loosely-coupled, highly-cohesive components, and then glue them back together in a flexible manner.

  8. ServiceStack.Razor - ServiceStack's HTML story including MVC Razor

    By:

    ServiceStack Razor Documentation: http://razor.servicestack.net - Turns ServiceStack into a Complete Web + REST Services Stack. Replaces need for ASP.NET MVC. - Runs In ASP.NET or Self-host, first-class cross-platform support on .NET / Mono runtimes. - Add HTML views to existing services. - Change Views and Layout templates... More information

  9. Ninject

    By:

    Stop writing monolithic applications that make you feel like you have to move mountains to make the simplest of changes. Ninject helps you use the technique of dependency injection to break your applications into loosely-coupled, highly-cohesive components, and then glue them back together in a flexible manner.

  10. OrmLite.Sqlite - Compatible with Mono. inc. win x86/64 sqlite.dll

    By:

    Light, simple and fast convention-based code-first POCO ORM. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Sqlite.

  11. Starter ASP.NET MVC Website Template - ServiceStack at /api

    By:

    Host ServiceStack side-by-side with an existing ASP.NET MVC application at the path '/api'. ServiceStack is a modern, high-performance, code-first web service framework promoting code and web services best practices. Simple, Fast, Elegant. Website: http://www.servicestack.net

  12. Starter ASP.NET Website Template - ServiceStack at /

    By:

    Host ServiceStack in an existing ASP.NET web application at the root path '/'. ServiceStack is a modern, high-performance, code-first web service framework promoting code and web services best practices. Simple, Fast, Elegant. Website: http://www.servicestack.net

  13. Mono.Linq.Expressions

    By:

    Complement for System.Linq.Expressions, including a C# writer, useful custom Expression nodes and extension methods.

  14. Mono.Addins

    By:

    Mono.Addins is a framework for creating extensible applications, and for creating add-ins which extend applications.

    904 downloads

  15. Mono.Addins.Setup

    By:

    Mono.Addins is a framework for creating extensible applications, and for creating add-ins which extend applications. Mono.Addins.Setup provides an API for managing add-ins, creating add-in packages and publishing add-ins in on-line repositories.

    758 downloads

  16. Kent.Boogaart.HelperTrinity

    By:

    The Helper Trinity is a set of helper classes applicable to most any .NET application. Using the classes in this library, you can much more easily validate arguments, raise events, and throw exceptions. Online at http://thehelpertrinity.codeplex.com/.

  17. MonoTorrent

    By:

    MonoTorrent is a cross platform and open source implementation of the BitTorrent protocol. It supports many advanced features such as Encryption, DHT, Peer Exchange, Web Seeding and Magnet Links. Notable features include: -Encryption -Dht -Peer Exchange (uTorrent style) -Local Peer Discovery -Web Seeding (getright style) -Magnet Links / Metadata do... More information

  18. Ninject.Mono.Web.Common

    By:

    Bootstrapper for web projects

  19. Mono Gendarme Static Analysis Tool

    By:

    Gendarme is a extensible rule-based tool to find problems in .NET applications and libraries. Gendarme inspects programs and libraries that contain code in ECMA CIL format (Mono and .NET) and looks for common problems with the code, problems that compiler do not typically check or have not historically checked.

  20. Kent.Boogaart.KBCsv

    By:

    KBCsv is an efficient, easy to use .NET parsing and writing library for the CSV (comma-separated values) format. Online at http://kbcsv.codeplex.com/.