ASP.NET 3.5 Routing sample

A simple example of using .NET 3.5's System.Web.Routing assembly with regular WebForms. The sample pages derive from a custom 'RoutablePage' class, but that's not mandatory. For simple routing, you can just derive from Page as usual. If you'd like to use RequestContext's GetVirtualPath method (to automatically build URLs based on defined routes) your page can implement IRoutablePage (or derive from RoutablePage which includes some useful helper methods).

ASP.Net Routing Configuration

ASP.NET Routing Configuration enables you to configure the routes in the web.config

CarrotCake MVC, an ASP.Net MVC5 CMS

A template-based ASP.Net MVC CMS built with C#, SQL server, jQueryUI, and TinyMCE. Supports multi-tenant webroot and database.

Cosby

cosby.zip (2,0 MB)
auto-generate stripes and gradients in your MVC with a helpful little file.

eEx Network Library

eex.zip (10,1 MB)
The eEx Network Library contains many classes for monitoring, analyzing, parsing and also changing network traffic. It is basically around WinPcap/LibPcap and provides a framework to write own functions and plug-ins.

Event Abstraction API for .NET

An event abstraction framework for .NET written in C# using R2ML. The Framework helps decouple event handling and event declarations from the User Interface. It also handles Complex/Composite Events (such as mouse gestures or triple click) the same way as a primitive events. Complex Events are events that are made from many primitive events; an example would be double click (as it can be made from two click events). The project has Visual Studio plug-ins provided to complement the VS UI designer. This project is the result of a Masterate of Science entitled: "A Rule Based User Interface Builder for Visual Studio .NET". This project uses R2ML as a way of storing reaction rules that conform to the concepts of ECA rules. Reaction Rules are rules that are executed upon an event occurring.

GMap.NET - Great Maps for Windows Forms & Presentation

greatmaps.zip (393,3 MB)
GMap.NET is great and Powerful, Free, cross platform, open source .NET control. Enable use routing, geocoding and maps from Google, Yahoo!, Bing, OpenStreetMap, ArcGIS, Pergo, SigPac, Yandex, Mapy.cz in Windows Forms & Presentation, supports caching and runs on windows mobile!

jHash - "location.hash" -based Routes and Querystrings

jhash.zip (673 kB)
jHash allows you to work with 'location.hash' value in a similar fashion to a server-side query string.

LowercaseRoutesMVC - Map ASP.NET MVC routes to lowercase URLs

Easily generate lowercase outgoing URLs in ASP.NET MVC. Does not affect the casing of the querystring, if one exists. Includes support for MVC Areas as well.

ASP.NET MVC Attribute Based Route Mapper

This is a helper extension which automatically registers all website routes containing inside custom attributes in ASP.NET MVC controller methods.

Asynchronous Messaging

messaging.zip (170 kB)
Lightweight Asynchronous Messaging Framework for MSMQ. Asynchronous Messaging is a form of loosely coupled distributed communication, where in this context the term 'communication' can be understood as an exchange of messages between software components. Message-oriented technologies attempt to relax tightly coupled communication (such as TCP network sockets, CORBA or RMI) by the introduction of an intermediary component, which in this case would be a queue. The latter approach allows software components to communicate 'indirectly' with each other. Benefits of this include message senders not needing to have precise knowledge of their receivers, since communication is performed using the queue. The Asynchronous Messaging (Justa.Messaging) framework is an API that simplifies the programming model for asynchronous messaging. At the core is a generics based messaging gateway API surrounded by asynchronous messaging patterns e.g., Content Based Router, Splitter, Aggregator, Message Filter, Recipient List, Dynamic Router, Sequencer, etc.

MvcCodeRouting

Namespace-based Modularity for ASP.NET MVC and Web API

MvcMate

mvcmate.zip (5,2 MB)
MvcMate is a library that adds functionalities to ASP.NET MVC v4+; it has been created by Managed Designs to release these functionalities under an open source

MVC Route/URL Generation Unit Tester

Provides convenient, easy to use methods that let you unit test the route table in your ASP.NET MVC application. Unlike many libraries, this lets you test routes both ways -- both incoming and going. You can specify an incoming request and assert that it matches a given route (or that there are no matches). You can also specify route data and assert that a given URL will be generated by your application.

MyClub

MyClub.zip (498 kB)
A free website management system for non-profit organizations.

nRoute Framework

nRoute.zip (16,3 MB)
nRoute is a composite application framework for creating navigation driven applications in Silverlight, WPF, Windows Phone, and WinRT.

OpenStreetMap2Oracle

OpenStreetMap2Oracle is a windows application, which exports OpenStreetMap Data (*.osm - files) in an oracle database. The geometries will be stored in oracle's SDO_GEOMETRY datatype. It is developed in C Sharp with modern WPF - UI.

OsmSharp

osmsharp.zip (119,2 MB)
OsmSharp is a routing and OSM data processing library.

Patriq - Dynamic MSMQ Routing Service

patriq.zip (4,7 MB)
Dynamic MSMQ Routing/forwarding Service.

PgIRoute

pgiroute.zip (2,0 MB)
This is a fork of pgRouting v1.4 with advanced routing algorithm.