![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Reading about WCF I had this feeling that .net remoting has been left behind. There's a lot about webservices but nothing about remoting which suprises me as MS was encouraging to use it in non-heterogeneous applications before .net 3.0 was released. This is not a technical question, it is rather about the direction MS heads in this matter. What's their vision? /Marcin |
#3
| |||
| |||
|
|
I believe WCF replaces .Net Remoting. Robin S. Ts'i mahnu uterna ot twan ot geifur hingts uto. ----------------------------------------------- ochocki (AT) gmail (DOT) com> wrote in message news:1170615840.810989.311030 (AT) a75g2000cwd (DOT) googlegroups.com... Hi, Reading about WCF I had this feeling that .net remoting has been left behind. There's a lot about webservices but nothing about remoting which suprises me as MS was encouraging to use it in non-heterogeneous applications before .net 3.0 was released. This is not a technical question, it is rather about the direction MS heads in this matter. What's their vision? /Marcin |
#4
| |||
| |||
|
|
I believe WCF replaces .Net Remoting. Robin S. Ts'i mahnu uterna ot twan ot geifur hingts uto. ----------------------------------------------- ochocki (AT) gmail (DOT) com> wrote in message news:1170615840.810989.311030 (AT) a75g2000cwd (DOT) googlegroups.com... Hi, Reading about WCF I had this feeling that .net remoting has been left behind. There's a lot about webservices but nothing about remoting which suprises me as MS was encouraging to use it in non-heterogeneous applications before .net 3.0 was released. This is not a technical question, it is rather about the direction MS heads in this matter. What's their vision? /Marcin |
#5
| |||
| |||
|
|
I believe WCF replaces .Net Remoting. |
#6
| |||
| |||
|
|
Hello RobinS, I believe WCF replaces .Net Remoting. I don't think that's entirely correct to say. WCF follows the philosophy of SOA, which is regarded by many as being the best currently available solution to all communication problems. .NET Remoting, similar to many remote invocation architectures in the past, supports ideas that go beyond this (server-side stateful objects, for instance). |
|
I don't think that all the reasons that people once had to like these ideas are invalid today... as usual, and in contrast to what some technical marketing people will have you believe, the "correct" answer depends on your problem, and to give it requires deep understanding of that problem as well as the various alternative technologies for remote invocation. [...] |
#7
| |||
| |||
|
|
Just for the record -- you can have stateful services in WCF. It's certainly a SOA-minded framework, but nothing in it prevents you from doing plain old OO-RPC using (I)Serializable. Don't forget NetDataContractSerializer. |
#8
| |||
| |||
|
|
Hello Joerg, Just for the record -- you can have stateful services in WCF. It's certainly a SOA-minded framework, but nothing in it prevents you from doing plain old OO-RPC using (I)Serializable. Don't forget NetDataContractSerializer. I admit I haven't looked into that in detail. At a glance it looks like you're right, but it remains unclear to me whether we're really talking about *server-side* statefulness here, analogous to .NET Remoting. Must look into that to be sure, I guess. Thanks for filling the gap in any case. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |