Problems and solution for Developing a connected web and desktop application?
- by Taz
hi,
I am trying to develop a web application(Using ASP.NET and c#) that uses a specific database hosted on web server. I will have another desktop application that will use a local database. Both databases have same structure and data at start up. Then databases will change when users add data to web application and an employee adds data to the desktop application. After a while I have to sync both databases.
What will be best way to do this?
Is there any opensource example/ starter kit to start with?
Thanks.