问题描述
我有一个项目,其中服务器在Console Application上创建了一些端口。
I have a project in which server created on Console Application with some port.
在Windows应用程序上创建客户端,控制台应用程序,Web服务。
Client create on Windows Application, Console Application, Web Service.
每件事都成功运行,现在我需要问我是否应该使用这些功能.net Remoting
Every thing is successfully working, now i need to ask should i use these features with .net Remoting
示例
使用.Net Remoting功能在Windows服务上创建的服务器
Server created on Windows service with .Net Remoting features
客户端在Windows应用程序,控制台等某些技术上创建应用程序,Web服务。
Client create on some technology like on Windows Application, Console Application, Web Service.
طحہزبیراحمدTaha Zubair Ahmed .Net / C#developer
طحہ زبیر احمد Taha Zubair Ahmed .Net / C# developer
推荐答案
1。您想迁移客户端和服务器应用程序吗?
1. Do you want to migrate your Client and Server Applications?
2。或者您希望使用特定技术将它们部署到任何服务器中。
2. Or you want to deploy them in any server by using specific technologies.
如果为了某些测试目的编写了服务器和客户端并且代码迁移较少,我建议您使用WCF进行从各自的客户端应用程序中使用服务器和消费。
If you written your Server and Client for some testing purpose and migration of code is less I recommend you to use WCF for your Server and consume from your respective client applications.
这篇关于.Net远程服务器与Windows服务C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!