Securing WCF Services with Certificates
Download source - 8.41 KB Introduction This article provides a step-by-step guide to securing WCF services with certificates. Most articles of this nature use makecert.exe to generate sample...
Reducing Information Disclosure in WCF Data Services
Previously, I wrote an article titled "Reducing Information Disclosure in ASP.NET Web Services". The article identified steps developers can take to eliminate detailed error messages, stack trac...
WCF4.0 –- RESTful WCF Services (1) (入门)
WCF 很好的支持了 REST 的开发, 而 RESTful 的服务通常是架构层面上的考虑。 因为它天生就具有很好的跨平台跨语言的集成能力,几乎所有的语言和网络平台都支持 HTTP 请求,无需去实现复杂的客户端代理,无需使用复杂的数据通讯方式既可以将我们的服务暴露给任何需要的人,无论他使用 VB、Ruby、JavaScript,甚至是 HTML FORM,或者直接在浏览器地址栏输入。 ...
C# WinForm开发系列 - Socket/WCF/Rometing/Web Services
当今社会是一个信息化社会, 网络越来越多地影响人民的生活, 带来巨大的便利性; 而网络通信在软件开发中占据相当大的比重. Socket/WCF/Rometing/Web Services 各种技术纷至踏来, 应用广泛; 而作为C#开发人员, 微软的.Net FrameWork为我们在这方面做了良好的封装, 很便于我们开发各种网络应用类型程序. Socket/...
Silverlight 4 Tools for Visual Studio 2010 和 WCF RIA Services 1.0发布
微软正式发布Silverlight 4 Tools for Visual Studio 2010 和 WCF RIA Services 1.0, Silverlight 4 Tools for VS2010正式版包括以下新特性: 1. VS2010下完美支持Silverlight 4项目视图设计; 2. VS2010增加RIA Service应用开发模板和类库,简化WC...
[译]WCF RIA Services中的集合(1)
原文地址:http://www.silverlightshow.net/items/Working-with-collections-in-WCF-RIA-Services-part-one.aspx 本文分为两部分,本篇为第一部分。 介绍 今天,很多的商业应用是使用WCF RIA Services构成的(这并不奇怪,它确实是一个强大的高扩展性框架)。然而它对集合类型的支持可以变得更好。你经常会....
![[译]WCF RIA Services中的集合(1)](https://ucc.alicdn.com/dofhd44u7dfp2/developer-article560912/20241019/a37857d3b3ad44f58ecaa5f07afd536e.gif)
[译]WCF RIA Services中的集合(2)
原文地址:http://www.silverlightshow.net/items/Working-with-collections-in-WCF-RIA-Services-part-two.aspx 这是本文的第二部分。 在第一部分中,我们讨论了两个相对简单的集合类型:EntitySet和EntityList。在本文中,我们将更进一步的了解其他两个更高级的类型:ICollectionView和....
![[译]WCF RIA Services中的集合(2)](https://ucc.alicdn.com/dofhd44u7dfp2/developer-article560908/20241019/29306ec96d2e45d384ac4a462c4aafaa.gif)
WCF RIA Services v1里程碑完成!
Yesterday we completed the very last design changes that are going into RIA Services V1! Now we fix bugs, hit perf and stress goals, and ship this baby! 原文如上,看来距离发布不远了 围观传送门:http://blogs.msdn.c...
WCF分布式开发必备知识(3):Enterprise Services(企业服务与COM+)
今天继续我们<WCF分布式开发必备知识>系列文章第3节,通过前两节的学习,我们已经掌握了MSMQ和.Net Remoting的概念和开发过程.今天我们来学习..Net分布式开发的另外一个技术:Enterpise Services.本节的基本结构是1.EnterpriseServices和COM+的基本概念.2.Enterprise Services中重要的类及...
30.Silverlight中创建一个最简单的WCF RIA Services访问数据库实例
本文将建立一个最简单的WCF RIA Services访问数据库的实例,附带有数据库文件,可以在Sql Server中附加数据库,在本文中并没有采用ADO.NET实体数据模型绑定数据库,而是单独写一个类来连接数据库查询数据表并返回值,下面我们看详细 步骤。 第一步:首先我们打开VS2010,新建一个S...
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。