Hi,
I need to create an application which will be used by 2 to 5 users (maximum 5 users). What will be best approach? Web Application or Windows application?
If answer is "Windows application", is there any good book that I can start with?
Thanks
If the users need to access them from remote places! then doing as ASP.NET app will be better!
My one more thought would be if it's doing in ASP.NET would be better as may be today 4 people may use and may the need grow and you may get a need of using this by many more people!
Just a thought!
If your app can be made web-based, I would go that way. Main reasonbeing that as you update things- the updates are instantaneous acrossall users without doing anything else other than updateing server. Ifyou make a windows app, you will have to make sure everyone get slatest version ( as you make changes)
HTH
0 comments:
Post a Comment