none
Modern web framework for C#/ASP.NET application RRS feed

  • Frage

  • I'm looking for a modern web framework comperable with https://vaadin.com/comparison where I do not have to bother with JQuery/JavaScript stuff and reinvent the wheel for standard UI components. Are there any commercial (preferred) or open-source projects which can be used for production?

    Silverlight is not a option due to missing multiplatform support for mobile devices.


    Mittwoch, 25. April 2012 13:02

Antworten

  • I don't understand your point. All three mentioned frameworks allow (and require) client side scripting with JavaScript. Using JQuery for that is only one framework more. I have seen some GWT projects, where using explicit client side programming was the better solution. Cause the default emitted  JavaScript code was nonsense.

    My primary choice would be ASP.NET MVC 3. Cause it allows the usage of components as well as doing all stuff yourself.

    Mittwoch, 25. April 2012 14:43