Problems and solution for Developing a connected web and desktop application?

Posted by Taz on Stack Overflow See other posts from Stack Overflow or by Taz
Published on 2010-06-06T09:12:51Z Indexed on 2010/06/06 9:22 UTC
Read the original article Hit count: 232

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.

  • © Stack Overflow or respective owner

    Related posts about c#

    Related posts about ASP.NET