Alternatives to ASP.NET?
Some of these are not complete replacements for ASP.NET, but they might be useful for your particular domain:
- Jitsu (http://www.jitsu.org/jitsu/) is a framework for building web applications.
- Dream (http://doc.opengarden.org/) is a framework for building the backend of web applications by providing a very complete framework for building REST applications.
- Sprint.NET (http://www.springframework.net/) is a port of the spring framework from Java to C#
- Maverick.NET (http://mavnet.sourceforge.net/) a Model-View-Controller framework for building web applications.
The following are built on top of the basic of ASP.NET, so they are more of a complement:
- Castle Project (http://www.castleproject.org/) inspired by Ruby on Rail, but this is for .NET languages
Alternatives, ASP.NET, jitsu, Dream, Sprint.NET, Maverick.NET, Castle Project, Replacement, ASP.NET, ASP.NET FrameWork
Post a Comment