F
Fred
Hello,
I wrote an application with a web server (web service) and a windows
forms client with .NET 2.0
I plan to write a new version using VS 2008.
Can you give me some guide lines according to the following whishes ?
(I read about WCF but I'm not sure I understood every details)
So :
the application must work on internet,
it requires session state,
identity and role management (like ASP.NET membership provider),
asynchronous calls,
streaming would be appreciated (for file transfers or large sets of data
rows),
security or not (on a local network), probably at transport level is the
better choice (?)
possibility to host the server in a windows service to simplify
deployment.
An application like Sql Server Management Studio is a good example of
what I need.
Do you think it is possible with the existing tools ?
Thanks.
I wrote an application with a web server (web service) and a windows
forms client with .NET 2.0
I plan to write a new version using VS 2008.
Can you give me some guide lines according to the following whishes ?
(I read about WCF but I'm not sure I understood every details)
So :
the application must work on internet,
it requires session state,
identity and role management (like ASP.NET membership provider),
asynchronous calls,
streaming would be appreciated (for file transfers or large sets of data
rows),
security or not (on a local network), probably at transport level is the
better choice (?)
possibility to host the server in a windows service to simplify
deployment.
An application like Sql Server Management Studio is a good example of
what I need.
Do you think it is possible with the existing tools ?
Thanks.