ryansroberts / Snooze

RESTful conventions for ASP .NET MVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A RESTful Framework for ASP.NET MVC originaly developed by http://github.com/andrewdavey

ASP.NET MVC is far too reliant on magic-strings. Snooze is a thin layer on top of the ASP.NET MVC framework that brings some sanity back!
Snooze makes URLs a first-class, strongly-typed concept. Controllers contain methods that handle HTTP requests for URLs.

Snooze is still under development, but the following samples are from working code.

Enjoy!

About

RESTful conventions for ASP .NET MVC

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 77.3%Language:C# 21.9%Language:ASP 0.7%