Thursday, February 9, 2012

Advice on technologies

Hi all,

I'm about to embark on a new project and I'm having a few troubles deciding what .NET technologies I need to learn and employ.

The system will be built around SQL Server.

It will involve a client application that will be used to gather data offline using MSDE, then sync back up with the online DB. This will then have a web front-end for users not employing the client app.

I'm pretty fine with the whole front-end and data manipulation thing, but I don't know where to start with the synchronisation.

Could someone please tell me how I should go about getting the systems to communicate? Do I need to use Web Services and do it by XML? Message Queueing? Or are there simpler ways?

Thanks!Try this url it is Microsoft Implementation of MVC(Model View Controller) pattern. Hope this helps.

http://www.microsoft.com/hk/msdn/seminar/download.mspx

Kind regards,
Gift Peddie|||Sorry I was not very specific the MVC(Model View Controller) implementation was the June 30th 2004 presentation. Another presentation you may want to look at is the March 31th 2004 presentation it uses most of the known Patterns but it is n VB. Hope this helps.

Kind regards,
Gift Peddie

No comments:

Post a Comment