Led and sustained by SpringSource, Spring.NET is an open source application framework that makes building enterprise .NET applications easier. Providing components based on proven design patterns that can be integrated into all tiers of your application architecture, Spring helps increase development productivity and improve application quality and performance.
Shows how to build a custom view engine for ASP.NET MVC.
I'm currently looking into ways of plugging in my own JSON Renderer for ASP.NET MVC. I want to be able to supply a URL such as /customers/list.json and have ASP.NET MVC return the viewdata in a JSON representation, rather than HTML.
Another approach to rendering JSON results in ASP.NET MVC. Not sure I like this one, because I have to explicily decide in the controller which type of result to render. I'd prefer that the client specifies the mime type they want, and the framework does the appropriate plumbing.
JsonFX. Another good looking Json serialization library for .NET. Also has lots of other cool utilities such as a Javascript compactor, RSS/Atom library, HTML parser etc. Wowzerz!
Maverick.NET is a .NET port of Maverick, a Model-View-Controller (aka "Model 2") framework for web publishing. It is a minimalist framework which focuses solely on MVC logic, allowing you to generate presentation using a variety of templating and transfor
Maverick.NET is a .NET port of Maverick, a Model-View-Controller framework for web publishing. It offers clean MVC separation, configurable transformation pipelines, an XML sitemap, i18n, and support for a wide range of templating and xform technologies.