|
One of the projects is for managing the health and safety issues within a business. I want this to run both as a single copy for each comany that purchases it, but also as a shared (subscription style) portal for smaller businesses and indiividuals. I want to be able to update and add features/modules as simply and self contained as possible. I am also creating for a customer of mine, an information management system that will also need the facility to add new/update modules easily, as it will be setup as an initial version used by my customer and the ones they sell to other companies ideally need to be the same basic codebase, with new customer specific features solely by new modules, or extended versions of existing modules. Any bug fixes and patches are then simpler to rollout (hopefully). Later I want to support phone browsers and understand that it is simpler to have it running as a separate set of layouts due to the amount of realestate available on screen. I have done apps in asp.net, silverlight and windows forms, but this is my first foray into ASP.NET MVC as ASP.NET does not seem to give me what I want. I also use Telerik controls as well and have an active subscription, but prefer the DevExpress reporting tools. Also, DevExpress controls seem to be happier with the touch screens, especially the asp.net/asp.net mvc controls. I would have normally looked to Silverlight, but need these two sites to work on non-windows platforms as well, such as ipads and android tablets. Cheers Ade
|