Browse by Tags

Tutorial Windows Communication Foundation (WCF) - ServiceContract & OperationContract - Attributes
Published Mon, Jul 20 2009 14:07 | abu
ServiceContractAttribute Name and Namespace - The name and namespace are the optional attibutes. Default name is same as the contract type and namespace is http://tempuri.org . It is always recommondable to use Namespace to specify proper namespace which...
Filed under: , ,
Url Rewriting using WCF
Published Mon, Dec 22 2008 21:26 | abu
One of my interesting thing is "URL Rewriting". The first time I have implemented it through implementing HTTPHandler using .NET 1.1. Same concept I have applied to a Document Management Service [DMS] project to PUT the document and GET the...
Filed under: , , , ,
WPF, WCF, WF - .NET 3.0 Guide and Self Learning Resources
Published Sun, Nov 23 2008 23:34 | abu
In my free time I like to see videos from Channel9, TechEd and PDC sessions. Guide and Self Learning Resources are avilable @ NetFxGuide http://www.netfxguide.com/guide/wcf.aspx http://www.netfxguide.com/guide/WPF.aspx http://www.netfxguide.com/guide...
Filed under: , , ,
WS-* specifications and WCF
Published Tue, Nov 11 2008 18:20 | abu
To create robust distributed service with WCF it is very essential to understand WS-* specifications. List of Web service specifications - http://en.wikipedia.org/wiki/List_of_Web_service_specifications In .NET this supports as Web Services Enhancements...
Filed under: , ,