473,499 Members | 1,738 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

WCF better than Net Remoting??

Is WCF better than Net remoting??
What are the adventages of WCF??

Thank you

Cesar
Jul 3 '08 #1
6 2491
AAAAA wrote:
Is WCF better than Net remoting??
What are the adventages of WCF??
It is much better of separating the service from
the transport specifics.

Arne
Jul 3 '08 #2
Hi

What's mean better? Advantage is an architecture flexibility (declarative
infrastructure to differ endpoints, transports as so on, some simplification
of security, hosting etc.).

Regards, Alex Meleta
mailto:am*****@gmail.com; blog:devkids.blogspot.com
Jul 3 '08 #3

WCF is more abstract and "higher" level then .Net Remoting.
Thus you can write the same code and expose endpoints which support .Net
Remoting (and WebServices and MSMQ).

I find it easier to use as well, once you get through the basics.
Here is a sample I made:
http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!158.entry

Note, I am primary concerned with a "DotNet to DotNet" world (like .Net
Remoting is), and I use interfaces rather than the (most common) proxy
classes on the client. ((<< Loose interpretation of what is happening).

Take a look, and download the example and you'll have a WCF (remot'ish type)
example up and running in about 5 minutes.

Good luck.

"AAAAA" <AA***@hotmail.comwrote in message
news:eJ**************@TK2MSFTNGP03.phx.gbl...
Is WCF better than Net remoting??
What are the adventages of WCF??

Thank you

Cesar

Jul 3 '08 #4
WCF is also significantly faster than .NET Remoting. Look around on
the web for some benchmarks.
Jul 3 '08 #5
not_a_commie wrote:
WCF is also significantly faster than .NET Remoting. Look around on
the web for some benchmarks.
Significantly yes, but not orders of magnitudes.

http://msdn.microsoft.com/en-us/library/bb310550.aspx

figure 12

Arne
Jul 3 '08 #6
WCF is really a framework for exposing .NET funcationality to other systems.
Using WCF, you have a standard way of utilizing different transport
protocols for delivering the data payload.

Prior to WCF, if you wanted to develop a *service* that could be used
heterogeniously, you'd create a Web Service, which had its own way of
setting it up, writing the code and consuming the service. If you wanted a
homogenious architecture, you might use .NET Remoting, which used different
transport protocols than Web Services and required a different way of coding
the client and server pieces.

With WCF, you can utilize whatever transport protocols suit your needs (TCP,
SOAP, MQ), but still build the WCF service the same way, just with some
modifications to the "plumbing".

So, it's not that WCF is "better" than remoting, since the two are directly
comparable. WCF allows you to expose remoting functionality, but in a
standardized way.

-Scott
"AAAAA" <AA***@hotmail.comwrote in message
news:eJ**************@TK2MSFTNGP03.phx.gbl...
Is WCF better than Net remoting??
What are the adventages of WCF??

Thank you

Cesar

Jul 3 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2907
by: Sean Newton | last post by:
I am absolutely bewildered by now by the Microsoft.Samples SSPI and Security assemblies. I've been trying to set these up in a very straightforward harness in the way that I'd like to be able to...
0
3268
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool including SourceOffSite, SourceAnyWhere and VSS Remoting This article makes a detailed...
4
3096
by: Uchiha Jax | last post by:
Hello everyone, I am a plenty silly person who is trying to learn .NET remoting through trial and error (all articles I read are going over my head at the moment (mostly) so I thought i'd give...
0
2396
by: Martijn Damen | last post by:
Hi, At the moment I am trying to develop an application that uses another app over .net remoting and having some problems with it (ok, that is ofcourse why I am here), hope somebody can shine a...
9
2086
by: Nak | last post by:
Hi there, I have been messing around with remoting in an attempt to create a "shared application" as mentioned in another thread by that name. I have created a singleton object just like the...
7
22470
by: Mike Livenspargar | last post by:
We have an application converted from v1.1 Framework to v2.0. The executable references a class library which in turn has a web reference. The web reference 'URL Behavior' is set to dynamic. We...
4
6613
by: Rich | last post by:
Can anyone suggest a good (current) tutorial on how to do basic remoting with C# (2005 express edition)?
2
3041
by: erbilkonuk | last post by:
Hi, I am very new to .NET Remoting and I try to run a simple program to subscribe to an event raised by Remoting Class. The Remoting Server initiates an instance of Remoting Class as Singleton /...
0
3386
by: Kristian Reukauff | last post by:
Hi I have a problem with the .Net-Securty-Functions. I've got a client and a server. When I try to register a channel at the server with this line: ChannelServices.RegisterChannel(chan, false);...
0
7128
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
1
6892
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7385
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5467
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4917
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4597
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3096
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3088
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1425
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.