文章分类 -  .NET开发

摘要:原文地址:http://www.marten-online.com/csharp/simple-custom-event-handling.htmlThe event model in C# is based on idea of publisher and subscribers. Each publisher can have more subscribers subscribed to each event. Publisher will do some logic and publish an event to all subscribers. Subscribers will do 阅读全文
posted @ 2012-03-23 15:30 cuero 阅读(208) 评论(0) 推荐(0)
摘要:原文地址:http://www.dotneat.net/2009/03/22/NETSerializationUsingBinaryFormaterSoapFormatterAndXmlSerializer.aspxObject serialization is the process of converting an object to a format that is suitable for persistence (database, file, etc) or transportation (remoting, Web Services, MSMQ, etc).The format 阅读全文
posted @ 2012-03-14 09:31 cuero 阅读(289) 评论(0) 推荐(0)