المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : C# .Net Windows application or WebSite application?



C# Programming
10-09-2009, 08:34 PM
My requirement is to develop an application which can be run from central networked computer.
My idea is to install SQL database on central computer(server) i.e to have database located on the server, and install C# windows application on one or more client machines. All the client machines will store/retrieve database from the server.
Is this option better or creating a WebSite and installing this only on central server. All client can access using the link through browser.
I feel Windows application will be much faster compared to Website

Please suggest me which would be the best choice.
Thanks in advance