Welcome to MSDN Blogs
Sign in
|
Join
|
Help
ccBoy's WebLog
This Blog
Syndication
RSS 2.0
Atom 1.0
Search
Tags
ADO.NET Data Services(Astoria)
Biztalk Services
DP(Data Programmability)
EDM(Entity Framework)
myKB
News
Silverlight(WPF/E)
SOA-WSE
SQL Server(Katmai)
Visual Studio(Orcas)
WCF(Indigo)
WF(WinOE)
Windows Azure
WPF(Avalon)
News
The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. Inappropriate comments will be deleted at the authors discretion. All code samples are provided "AS IS" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
Archives
March 2009 (1)
January 2009 (7)
November 2008 (2)
August 2008 (1)
June 2008 (1)
May 2008 (2)
April 2008 (1)
March 2008 (1)
January 2008 (4)
December 2007 (1)
November 2007 (2)
October 2007 (2)
August 2007 (2)
June 2007 (4)
May 2007 (5)
March 2007 (2)
February 2006 (1)
October 2005 (2)
September 2005 (3)
February 2005 (1)
January 2005 (1)
Browse by Tags
All Tags
»
WCF(Indigo)
(RSS)
Sorry, but there are no more tags available to filter with.
Tuesday, January 22, 2008 12:41 PM
WCF Web Programming Model Documentation
Conceptual Overviews: Web Programming Model AJAX and JSON WCF Syndication (Atom and RSS) Partial Trust Class Library Reference (not exhaustive): System.ServiceModel.Web Namespace System.ServiceModel.Syndication Namespace System.Runtime.Serialization.Json
Posted by
ccBoy
|
0 Comments
Filed under:
WCF(Indigo)
Monday, October 29, 2007 3:06 PM
ASMX Proxy 比WCF Proxy要简单?
ASMX Proxy没有ServiceContract和Channel stack的概念,ASMX直接使用SoapHttpClientProtocol,SoapHttpClientProtocol则完全是客户端的技术,其是对System.Net的HttpWebRequest的封装。而WCF proxy内部则是一个.NET Remoting的级别的地传输接口,最主要是是因为ASMX是一个“horizontal”的编程模型,更多时支持和实现Web Service的协议,而WCF是一个“Vertical”
Posted by
ccBoy
|
0 Comments
Filed under:
WCF(Indigo)
Sunday, March 25, 2007 6:52 PM
WCF Messaging Fundamentals 的学习笔记
读了 Aaron Skonnard MSDN杂志的文章,做一些记录,文笔很不错,将WCF的许多概念讲得简单明了,看完了,让人感觉意犹未尽的感觉 1. 建立一个MTOM的消息 // write to MTOM representation FileStream custMtomStream = new FileStream( "customer.mtom", FileMode.Create); using (XmlWriter xw = XmlDictionaryWriter.CreateMtomWriter
Posted by
ccBoy
|
1 Comments
Filed under:
WCF(Indigo)
Tuesday, October 18, 2005 12:14 AM
Indigo Beta1 -> WCF Beta2
Omri Gazitt's 的Weblog 指出了Indigo Beta1 -> WCF Beta2 的一些改动和变化, http://www.gazitt.com/Blog/PermaLink,guid,1ff8c791-2c1c-4192-9614-3cf79e90867d.aspx 摘要如下: 对象模型/API方面 ServiceHost<T> -> ServiceHost ServiceSite -> InstanceContext InstanceModeAttribute
Posted by
ccBoy
|
0 Comments
Filed under:
WCF(Indigo)
Thursday, February 10, 2005 10:27 PM
Indigo - A First Look
Managing the Software Lifecycle http://www.ftponline.com/reports/vslivesf/2005/sudan/ Ajay Sudan Product Manager for Visual Studio Team System Developer Division at Microsoft Introducing Indigo: An Early Look David Chappell Chappell & Associates http://msdn.microsoft.com/longhorn/default.aspx?pull=/library/en-us/dnlong/html/introindigov1-0.asp
Posted by
ccBoy
|
1 Comments
Filed under:
WCF(Indigo)