Rapid Web Application Development ASP.net vs. Open Source Platforms
Posted
by Yaaqov
on Stack Overflow
See other posts from Stack Overflow
or by Yaaqov
Published on 2010-05-26T14:07:59Z
Indexed on
2010/05/26
14:11 UTC
Read the original article
Hit count: 196
Good morning -
I'm an intermediate-level developer who wants to build on online data-driven app (CRUD with a few calculations and basic HTML form inputs, nothing fancy) that keeps track of user sessions, and looks "professional" (or at least not "homemade").
I'm looking to development something with the look-and-feel that users get from sites like:
- http://www.datamasher.org/
- http://www.thisweknow.org/ (About page says it was made with Ruby on Rails, which I'm unfamiliar with)
- (stackoverflow.com)
Any pointers on whether I should just go the Miscrosoft route, and develop in ASP.net with WebForms, or if there's a quick qay to do this kind of development (with a WYSIWYG environment) on an open-source platform? I'm willing to learn, if it's somethat I can use to quickly drag/drop, add code, and publish online. Templates would be a plus, too.
I apologize is the question seems a bit vague.
© Stack Overflow or respective owner