Home All Groups Group Topic Archive Search About
Author
27 Mar 2005 2:27 PM
Himanshu
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

Author
28 Mar 2005 2:22 AM
Val Mazur (MVP)
Hi,

You could find some patterns here

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/listpattandpract.asp

--
Val Mazur
Microsoft MVP

http://xport.mvps.org



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
Author
28 Mar 2005 7:43 AM
Cor Ligthert
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

AddThis Social Bookmark Button