473,399 Members | 3,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

dotnet remoting vs webservices

anybody can send complete discription of dotnet remoting and webservice. in
which situation which can be used
--
Virendra Chandra
Software Engineer
Glansa Solution,Secunderabad

Nov 23 '05 #1
4 6993
Remoting is suitable when you know that the architecture is a 100% Microsoft
one (and you feel confident that this won't change).
Remoting is not that easy to set up but performs well.

Web Services are preferred when you need an open, platform-independant
solution.
Web Services are easier but do not have the best performance.

"Virendra" <vi**************@gmail.com> wrote in message
news:82**********************************@microsof t.com...
anybody can send complete discription of dotnet remoting and webservice.
in
which situation which can be used
--
Virendra Chandra
Software Engineer
Glansa Solution,Secunderabad

Nov 23 '05 #2
..Net remoting is usefull when you have a more tightly coupled
architecture and would like to preserve the objects and their structure
from the server on the client.

Webservices are more like a stateless api.

Our 3rd party product brings .NET remoting to the java language
allowing any java capable operating system to interact with .NET
objects in a high performance manner.
Adam Cooper
-------------------------------------------------------------------------------------------
J-Integra Interoperability Solutions
http://j-integra.intrinsyc.com/
high performance interop middleware for java, corba, com & .net

Nov 23 '05 #3
Remoting is .a technology that allows programs and software components to
interact across application domains, processes, and machine boundaries. This
enables your applications to take advantage of remote resources in a
networked environment.

The Web services technology enables cross-platform integration by using
HTTP, XML and SOAP for communication thereby enabling true
business-to-business application integrations across firewalls. Because Web
services rely on industry standards to expose application functionality on
the Internet, they are independent of programming language, platform and
device.
dotnet remoting is much faster than the webservice if you use tcp channel
and binary formatter.
in webservice the dll is copied into client machine so you know the
functionality about web services.


--
Virendra Chandra
Software Engineer
Glansa Solution,Secunderabad

"Virendra" wrote:
anybody can send complete discription of dotnet remoting and webservice. in
which situation which can be used
--
Virendra Chandra
Software Engineer
Glansa Solution,Secunderabad

Nov 23 '05 #4
> in webservice the dll is copied into client machine so you know the
functionality about web services.


Well, not the .dll, the wsdl file (Web Service Description Language) is. If
a .dll were copied then it wouldn't be a platform-independant paradigm
anymore because you'd need some specific platform to run that .dll on. The
wsdl file is an XML document, so it can be read and understood by any
service consumer.
Nov 23 '05 #5

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

Similar topics

5
by: DraguVaso | last post by:
Hi, I need to write a VB.NET-application (Windows Forms) that may have a part of it (re-)implemented as a Webpage for the customers. I think it can be usefull to create a business Layer with...
2
by: Janus Knudsen | last post by:
Hello Im collecting ideas for a piece of software I've in mind. I need to create an application which can be started with some parameters, the application have to be started in many instances...
3
by: Dexter | last post by:
Hello all, I need to build a chat using ASP.NET (VB), this chat is to the online communication with customers. I would like to know what is best. To use webservices or to use remote script? ...
1
by: SB | last post by:
Is it possible (or common practice) to have the business facade layer of the web services layer implemented as .net remoting component(s). While the web services provide the necssary access to...
8
by: Raju Joseph | last post by:
Hi All, I am just trying to get an opinion here. I know this is always a tough choice to make. We are in the process of converting our VB6 based Healthcare Information System (a full-fledged...
0
by: Albert Greinöcker | last post by:
Hi there, I have a very general question about .NET remoting using SOAP: is there any way to influence WSDL generation (like setting a different target-namespace, or which classes (e.g. custom...
10
by: ochocki | last post by:
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...
2
by: JSha | last post by:
My application (running on one server) needs to keep sending its status to the main server which keeps a log of the progress.....how do I implement this?.... Do I use webservices or remoting? or...
9
by: =?Utf-8?B?S2FpIEZyYW5zc29u?= | last post by:
We're starting a new project with a distributed winform client that communicates with a central server, primarily all on the same LAN. Large amounts of data may be sent to and from the client. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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
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
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...

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.