來自Ingo Rammer先生的Email-關於《Advanced .Net Remoting》An email from Mr. Ingo Rammer, regarding the book, Advanced .Net Remoting 本人不僅欽佩Ingo Rammer先生深厚的專業知識,更欽佩其雅量的性格。I admire not only his profoundly professional knowledge, but also his generous nature. ----
The newsletter published by Ingo Rammer NewsletterOur newsletter on .NET distributed application design and development contains real-world tips and tricks about .NET Remoting, Web Services and EnterpriseServices, and design guidance for distributed
A tutorial of how to use Microsoft CMAB, Part 2-- Develop custom configuration section handler The previous article, A tutorial of how to use Microsoft CMAB, shows how to use XmlHashtableSectionHandler provided by CMAB to access application’s
A tutorial of how to use Microsoft CMAB Recently I worked on a .net project, which requires some form of configuration information and needs to store and manipulate the configuration data. In order to resolve this problem, I spent some time
最近總結了串口(COM)讀寫操作的三種方式:第1種方式是採用微軟在.NET2.0推出了一個串口控制項,SerialPort類,但必須是.NET2.0才可以第2種方式是用API寫串口通訊,雖然難度高,但可以方便實現自己想要的各種功能第3種方式是通過採用Visual Studio 6.0中原來的MSComm控制項這是最簡單的,最方便的方法,但需要註冊以下詳細分析了每種方式的使用方式,並提供相應例題下載:A.第1種方式:.NET
How to host a Remote Object in IIS 1. Build a simple remote object.Net Remoting provides multiple ways to making an object remotable. They can be passed by value or by reference. After an object is passed by value, a copy of it exists in the program