• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 








每日三省吾身
 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

03 2011 档案

 
WCF和Web Service的区别与联系
摘要:【0】问题:WCF与 Web Service的区别是什么?和ASP.NET Web Service有什么关系?WCF与ASP.NET Web Service的区别是什么?这是很多.NET开发人员容易搞错的问题。面试的时候也经常遇到。而很多新手也会因为初次接触WCF或者Web Service而陷入迷惑的境地,很多资料介绍的也不准确。我甚至和许多许多年开发经验的开发人员讨论这些问题,他们都无法分清二者的区别。相信很多人也被误导。以下是最常见的错误观点:Web Service太旧了;Web Service 就是 ASP.NET Web Service;WCF比Web Service性能好;WCF 比 阅读全文
posted @ 2011-03-21 14:21 渔樵耕读2017 阅读(341) 评论(0) 推荐(0)
关于WCF Ria Service的一些资料
摘要:http://blog.csdn.net/dujingjing1230/archive/2010/04/18/5498190.aspxhttp://msdn.microsoft.com/zh-cn/magazine/ee291628.aspxhttp://kb.cnblogs.com/page/90289/http://wildermuth.com/2010/04/16/Updated_RIA_Services_MVVM_Examplehttp://www.silverlightchina.net/html/zhuantixilie/getstart/2010/0815/1761.html 阅读全文
posted @ 2011-03-11 09:28 渔樵耕读2017 阅读(214) 评论(3) 推荐(0)
C#枚举位运算
摘要:Enumeration Types as Bit Flags You can use an enumeration type to define bit flags, which enables an instance of the enumeration type to store any combination of the values that are defined in the enumerator list. (Of course, some combinations may not be meaningful or allowed in your program code.)Y 阅读全文
posted @ 2011-03-04 10:52 渔樵耕读2017 阅读(418) 评论(0) 推荐(0)