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 比
阅读全文
关于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
阅读全文
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
阅读全文