<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Ksxs's Blog</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/26948/rss</id><updated>2007-06-22T08:03:26Z</updated><author><name>ksxs</name><uri>http://www.cnblogs.com/ksxs/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ksxs/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/26948/rss"/><entry><id>http://www.cnblogs.com/ksxs/archive/2007/06/22/793214.html</id><title type="text">走进.Net Remoting(二)×配置</title><summary type="text">在上节中，我们创建了一个简单的分布式应用，这一节我们将介绍如何通过配置文件实现上节中的服务端和客户端，由于对配置文件的修改，不需要修改代码，重新编译程序，所以我们建议在以后的应用中，尽可能的使用配置文件来定义通道、端口、对象等等。上节中服务端应用，在项目中添加配置文件RemotingServerSao.config&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;...</summary><published>2007-06-22T08:03:00Z</published><updated>2007-06-22T08:03:00Z</updated><author><name>ksxs</name><uri>http://www.cnblogs.com/ksxs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ksxs/archive/2007/06/22/793214.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ksxs/archive/2007/06/22/793214.html"/></entry><entry><id>http://www.cnblogs.com/ksxs/archive/2007/06/22/793195.html</id><title type="text">走进.Net Remoting(一)×入门</title><summary type="text">.Net Remoting技术在局域网内的分布式应用中使用比较广泛，希望通过这一系列的文章，分享我对.net remoting的应用和了解，不当之处，欢迎指正。这一节我们先来看看如何创建一个简单的.net remoting分布式应用。要点：1． 创建远程对象2． 创建Server端3． 创建Client端定义业务对象接口： public interface ICustomersBO { strin...</summary><published>2007-06-22T07:43:00Z</published><updated>2007-06-22T07:43:00Z</updated><author><name>ksxs</name><uri>http://www.cnblogs.com/ksxs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ksxs/archive/2007/06/22/793195.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ksxs/archive/2007/06/22/793195.html"/></entry></feed>
