c# - Windows App (One Click) Vs Web App -


We are transferring our old access VBA / SQL 2005 application to new technologies and we have a window Form Applications Create Microsoft One Click Deploy or ASP.net Website?

This application is a Task Force Management System that bookings jobs for dynamic scheduling gantt chart components. It will be used by 400+ users in 20 locations.

Can you give me some feedback on these options.

If you want the app to be retained in a central location and accessed by users on the Web Go ... so go with the web app. If your team is more familiar with the Windows Forms application, then there is going to be a learning curve with this option (maintaining state, dynamic control, page events, dom, etc.), so the time investment is going to be more.

If you want the client to have a rich interface installed on the desktop that you can easily manage from a central location ... go with the Windows Form (or a good user experience To provide WPF). Using the clickon for deployment will ensure that client applications stay up to date. It seems that this will be a more familiar option for your team and will produce the best product in the shortest possible time.

If your users are within your corporate network, then either an option can be accessed by a central SQL Server database (or shared access / SQL Server Compact Edition / SQLLite database).

Do not get caught Web Appropriations are not always the best choice in the promotion.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -