Mike
Wed Nov 26 16:57:43 CST 2003
There is an excellent sample application that
demonstrates very nicely what your trying to do.
Go to www.windowsforms.net and lookup the TaskVision
sample application.
It demonstrates the use of web-services with WindowsForms
apps.
........./mike
>-----Original Message-----
>Hi Ken,
>
>Thanks for the tip.
>
>But there seems to be a wide difference in opinions
between Remoting and
>WebServices. Lot of people suggest Remoting with http +
binary formatting..
>I would really appreciate some more advice. For building
an Enterprise wide
>app, deployed over the internet, consisting
>of 10 modules and 100s of forms and tables, I was
looking into WinForms
>Clients, Remoting and SQLServer2000.
>
>Its an OO legacy I guess to build custom objects for
data manipulation and
>binding. But with DataSets, there is more flexibility
and function to bind.
>So it would be a good idea to serialize DataSets to the
client and back. Now
>should they be serialized via Web Services or Remoting?
>And are they two-way, as in are updates to client
conveniently handled by
>the DataSet or is there lot of programming involved. I'm
also just at the
>tip of the iceberg, so maybe I'm asking some novice
questions. But I've seen
>that Web Services involves creating a whole bunch of
files, .wsdl, .aspx,
>etc.
>
>Any directions on some real efficient ways
(performance,deployment ease,
>firewall compliance over RAD) to two-way databind
WinForms across Internet?
>
>Thanks again!!
>
>"Ken Tucker [MVP]" <vb2ae@bellsouth.net> wrote in message
>news:%23egSZdBtDHA.628@tk2msftngp13.phx.gbl...
>> Hi,
>>
>> Take a look at webservices.
>>
>> Ken
>> --------------------------
>> "Hazz Polo" <soulfreezer@yahoo.com> wrote in message
>> news:ujApZK5sDHA.2248@TK2MSFTNGP09.phx.gbl...
>> > Hi Guys,
>> >
>> > I have been doing a lot of research on what is the
best architecture to
>> bind
>> > a WindowsForms Application to data across the
Internet.
>> >
>> > Scenario: My company is hosting all data in
SQLServer2000 and running
>> > IIS/ASPNET
>> > The Client applications will be deployed outside our
network. Its a
>> typical
>> > scenario, but seems like there is too many
solutions:)
>> >
>> > Is Remoting a more efficient way to expose all data
manipulation
>objects,
>> > does it need to be synchronized from scratch for all
data updating and
>> > binding?? Should DataSets be serialized to the
client and bound to the
>> forms
>> > and will they handle the sync?
>> > I saw somewhere that in the SQLConnection string,
you can put in
>something
>> > like "Server=
http://111.111.222.222/" to connect the
DataAdapter over
>> > internet..is that true?
>> >
>> > Can anyone please shed some more light??
>> >
>> > Thanks a lot.
>> >
>> >
>>
>>
>
>
>.
>