YOUNG_MONEY_ENT
New Member
i have an idea for software..this idea is divided into 3 parts ... after downloading software and set it up on pc:[*]if there is internet connection >> software will be connected to the main server online and save its database in its own place (every pc will save its own database on a specific part for it) and it can get updates online directly[*]if there is NO internet connection >> software can work offline and save it's database on pc itself .. then user can connect to internet in any time and recieve updates and transfere the database from pc to server and save it there.3- the admin panel ..which is responsible for providing updates for usersnow my questions are:[*]how to mix web application with windows application in the same time (i'm using c# and ASP.net and SQL) [*]i knew that recieving updates for database can make troubles for the current database on pc due to the difference in data ...i.e. if software on pc work with an item with certain price and after while an update is provided with changes in that item price ..the will make many mistakes in all calculations for the old price ...can o manage that point??[*]i got suggestions to make the whole idea online on web application ...but that is not acceptable coz i will loose those who need my application and have no internet connection all the time ..how can i solve it??[*]should i learn new things rather than c# and ASP.net to begin my project??Any suggestions to listed concerns ?