philzhou

导航

2011年3月1日 #

Use Data Caching Techniques to Boost Performance and Ensure Synchronization(转)

摘要: 原文地址 Level of Difficulty 1 2 3 SUMMARY Performance is an important concern for any application, but becomes critical when the app is a Web Service accessed by thousands of clients simultaneously. One hardware approach to distributing Web Services requests evenly is a Web farm consisting of multiple 阅读全文

posted @ 2011-03-01 17:55 philzhou 阅读(298) 评论(0) 推荐(0) 编辑

EventHandler 泛型委托(转msdn)

摘要: 表示将处理事件的方法。泛型类型参数指定事件所生成的事件数据的类型。 命名空间:System程序集:mscorlib(在 mscorlib.dll 中)[SerializableAttribute] public delegate void EventHandler<TEventArgs> ( Object sender, TEventArgs e) where TEventArgs : Event... 阅读全文

posted @ 2011-03-01 10:36 philzhou 阅读(1078) 评论(0) 推荐(0) 编辑