CSDN专家博客精华版

为人民服务!
  首页  :: 新随笔  :: 管理
上一页 1 ··· 193 194 195 196 197 198 199 200 201 ··· 521 下一页

2007年12月17日

摘要: 使用 WSE 2.0 从 WS-Routing 转移到 WS-Addressing发布日期: 5/202004 | 更新日期: 5/20/2004Aaron SkonnardNorthface University适用于:Web Services Enhancements 2.0 for Microsoft.NETWS-Routing 规范WS-Addressing 规范摘要:介绍 Web 服... 阅读全文

posted @ 2007-12-17 10:48 csdnexpert 阅读(163) 评论(0) 推荐(0)

摘要: WSE2.0中的发送器/接收器交互流程编写者版本 郑昀@神州泰岳0. 1摘要:本章节简单介绍了如何让Web Service通过COM+服务器组件和后台的SoapReceiver/SoapSender作交互,我们还介绍了WSE2.0中的发送器/接收器设计概念,并给出交互流程的详细描述。COM+服务器组件和后台的SoapReceiver/SoapSender作交互,我们还介绍了WSE2.0中的发... 阅读全文

posted @ 2007-12-17 10:48 csdnexpert 阅读(142) 评论(0) 推荐(0)

摘要: 推荐一篇关于dotNET中常用的进程间同步或通信的框架文章:A C# Framework for Interprocess Synchronization and CommunicationBy Christoph Ruegg How to share resources and implement a rich message/data passing architecture betwee... 阅读全文

posted @ 2007-12-17 10:48 csdnexpert 阅读(186) 评论(0) 推荐(0)

摘要: 编写者:郑昀@UltraPower下载附件。安装String Resource Generator 1[1].2.5,运行SRGenerator.msi。然后给自己的工程中添加SR.strings文件,通过VS.NET在现有的.RESX或SR.strings文件设置Custom tool属性为:StringResourceTool或SRCodeGen。 使用呢,比如:我们在SR.strings... 阅读全文

posted @ 2007-12-17 10:48 csdnexpert 阅读(117) 评论(0) 推荐(0)

摘要: 编写者:郑昀@UltraPower要想在SR.Strings中使用中文字符串资源,必须这样:把你的SR.Strings文件保存为UTF-8编码的(具体操作是:VS.Net2003->文件菜单-高级保存选项,选择“Unicode(UTF-8 带签名) - 代码页 65001”),然后保存该文件。这时候,SR.resx中就会出现我们写的中文字符。 如果不这么做,自动生成的SR.resx总是无法生成... 阅读全文

posted @ 2007-12-17 10:48 csdnexpert 阅读(80) 评论(0) 推荐(0)

摘要: Server-Side 异步Web Methhods http://msdn.microsoft.com/library/en-us/dnservice/html/service10012002.asp?frame=trueMatt PowellMicrosoft CorporationOctober 2, 2002摘要:Matt Powell 介绍了如何在服务器端使用异步 Web 方法,来创... 阅读全文

posted @ 2007-12-17 10:48 csdnexpert 阅读(86) 评论(0) 推荐(0)

摘要: 编写者:郑昀@Ultrapower默认情况下,string[] strArray = System.Configuration.ConfigurationSettings.AppSettings.GetValues("Uri");是无法读取配置文件中多个同Key的value的。如下所示的配置: 用MSDN告诉我们的GetValues是读不到的,只能读到最后一个value。 ht... 阅读全文

posted @ 2007-12-17 10:48 csdnexpert 阅读(180) 评论(0) 推荐(0)

摘要: IOCP Thread Pooling in C#By William KennedyContinuum Technology CenterIntroduction When building server based applications in C#, it is important to have the ability to create thread pools. Thread ... 阅读全文

posted @ 2007-12-17 10:48 csdnexpert 阅读(96) 评论(0) 推荐(0)

摘要: “ThreadPool 对象中没有足够的自由线程来完成操作”的现象和解决办法编写者:郑昀@Ultrapower 20050406 其实微软有一篇《异步 HttpWebRequest、接口实现及其他》对此种现象解释得非常清楚,我这边只是做一个笔记。最常见的就是使用HttpWebRequest的时候,调用Send方法出现这种错误,这是因为:因为dotNET的ThreadPool中提供了25个自由线... 阅读全文

posted @ 2007-12-17 10:48 csdnexpert 阅读(269) 评论(0) 推荐(0)

摘要: 如何将自定义的structure转换为byte[]?整理者:郑昀@UltraPower示例如下:using System.Runtime.InteropServices; public static byte[] RawSerialize( object anything ) { int rawsize = Marshal.SizeOf( an... 阅读全文

posted @ 2007-12-17 10:48 csdnexpert 阅读(236) 评论(0) 推荐(0)

上一页 1 ··· 193 194 195 196 197 198 199 200 201 ··· 521 下一页