Part 2 Creating a remoting service and a web service











>> YOUR LINK HERE: ___ http://youtube.com/watch?v=3Qt7TTS1u4A

Link for code samples used in the demo • http://csharp-video-tutorials.blogspo... • Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help. •    / @aarvikitchen5572   • Link for all dot net and sql server video tutorial playlists •    / kudvenkat   • In this video we will discuss creating a simple remoting and a web service. This is continuation to Part 1. Please watch Part 1 from WCF video tutorial before proceeding. • We have 2 clients and we need to implement a service a for them. • 1. The first client is using a Java application to interact with our service, so for interoperability this client wants messages to be in XML format and the protocol to be HTTP. • 2. The second client uses .NET, so for better performance this client wants messages formatted in binary over TCP protocol. • To satisfy the requirement of the first client let's create a web service. Web services use HTTP protocol and XML message format. So interoperability requirement of the first client will be met. Web services can be consumed by any client built on any platform. • Can we use .NET Remoting to build a Web service? • Yes. • If the client is not built using .NET platform, will they be able to consume a .NET Remoting web service? • They can, but we need to be very careful in choosing the data types that we use in the service, and client-activated objects and events should be avoided. But keep in mind .NET Remoting is not meant for implementing interoperable services. • If your goal is to build interoperable services use ASP.NET Web Services. But with introduction of WCF, both .NET Remoting and ASP.NET Web Services are legacy technologies.

#############################









Content Report
Youtor.org / YTube video Downloader © 2025

created by www.youtor.org