Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » WCF(Indigo)   (RSS)
Sorry, but there are no more tags available to filter with.

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:

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 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:

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:

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:
 
Page view tracker