I have built several ASP.NET web applications in the past but have always struggled to get the application's basic structure in place. Building a framework using a combination of Silverlight/RIA services (or LightSwitch) is quite easy, but this makes your application not accessible through browsers that do not support Silverlight.
Is there any ASP.NET application framework with an HTML UI that provides the basic services that lightswitch provides?
By basic services I mean:
- User Management
- Themes
- Standard way of displaying/editing basic records and master/detail records
see: Integrating Visual Studio LightSwitch Application Into An Existing Website using IFrames