|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ADO.NET and WebservicesI'm trying to build a webservices 'application' that basically allows any sort of client to plug-in and do do updates to the database through ADO.NET (ODBC) So generally like this, [ CLIENT APP ] <------> [ WEB SERVICES ] <-----> [ ADO.NET ] Would anyone know of any links ... that give recommended strategies on best practices, etc... to build those components..... I've got the database structure, but a bit lost on how to best model the webservices so that the client app can properly do add/remove/updates.... and also allow synchronisation between different clients. Would really appreciate on any pointers in this area :) Cheers, Himanshu Hi,
You could find some patterns here http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/listpattandpract.asp Show quote "Himanshu" <doraemon_z2***@yahoo.com> wrote in message news:0fgd41t547m2hnu6fa4hao25u00eo7a0qd@4ax.com... > Hello, > > I'm trying to build a webservices 'application' that basically allows > any sort of client to plug-in and do do updates to the database > through ADO.NET (ODBC) > > So generally like this, > > [ CLIENT APP ] <------> [ WEB SERVICES ] <-----> [ ADO.NET ] > > Would anyone know of any links ... that give recommended strategies on > best practices, etc... to build those components..... > > I've got the database structure, but a bit lost on how to best model > the webservices so that the client app can properly do > add/remove/updates.... and also allow synchronisation between > different clients. > > Would really appreciate on any pointers in this area :) > > Cheers, > > Himanshu Himanshu,
One of the greatest and best hidden walkthroughs on MSDN. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vbwlkCreatingDistributedWebApplicationWalkthrough.asp I hope this helps a little bit? Cor |
|||||||||||||||||||||||