https://github.com/yysun/rabbit
Rabbit is lightweight framework for building web sites using WebMatrix (ASP.NET Web Pages with Razor Syntax).
https://github.com/yysun/rabbit
Last synced: 5 months ago
JSON representation
Rabbit is lightweight framework for building web sites using WebMatrix (ASP.NET Web Pages with Razor Syntax).
- Host: GitHub
- URL: https://github.com/yysun/rabbit
- Owner: yysun
- License: mit
- Created: 2011-02-25T13:58:25.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-23T19:28:01.000Z (almost 14 years ago)
- Last Synced: 2024-04-14T18:48:42.861Z (about 1 year ago)
- Language: C#
- Homepage: http://rabbit.codeplex.com
- Size: 3.02 MB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
Rabbit Framework
==============================Introduction
------------Rabbit is a framework for building web sites using ASP.NET Web Pages.
Features
--------
* Loosely coupled event publication and subscription through Hooks
* Unobtrusive Web Forms
* Synchronize data between C# and JavaScript
* Lightweight MVC
* Built-in Unite Testing Framework
* Integrates with ASP.NET Web Pages Administration Page
* Support WebMatrix
* Support all editions of Visual Studio (include Visual Studio Express)
* Distributed as NuGet PackageInstallation
------------
* Install it from "ASP.NET Web Pages Administration | Package Manager" (http:///_Admin)
* Download the [Sample Site](http://rabbit.codeplex.com/releases/view/61935#DownloadId=213255) to see how how does it work.Project Site
------------
http://rabbit.codeplex.comSource Code
-----------
http://github.com/yysun/RabbitChange log
----------
* V 0.6.5 Add Hook, generate web form script from resources, sync data between C# and JavaScript
* V 0.5.0 Added Web Forms and Integrated Admin, remove hook, module and templates
* V 0.4.0 Added code generating module, hook based section rendering
* V 0.3.0 Change ContentStore to Repository, Push data to actions
* V 0.2.1 Added testing module for unit testing and mock testing
* V 0.2.0 Improved the Content Storage to use JSON
* V 0.1.0 Proof of concept for hooks, templates and pages