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: , ,
RESTful WCF Service
Published Wed, Jul 8 2009 19:10 | abu
RESTful WCF Services works by identifing the Resources & Action from Uniform Resource Identifiers (URIs). A RESTful web service is called by a unique URI to refer a resource and HTTP verb is to define actions to the resource. HTTP Method - Verb GET...
Filed under: , ,
WCF Tutorial & Hands On Lab (HOL) - Tutorial/Lab # 01 (b) - Client Applications for IIS Hosted Service
Published Sun, Jan 11 2009 17:10 | abu
Download - The Service and Client Application
Filed under:
Tutorial Windows Communication Foundation (WCF) - Basics of WCF - Contracts
Published Sun, Jan 11 2009 4:40 | abu
Windows Communication Foundation (WCF) application is divided two layers namely Services and Clients The WCF services can be exposed in different ways through Web, Windows Service, Self Hosting [Running Console Application]. The Endpoint [Which is having...
Filed under:
WCF Tutorial & Hands On Lab (HOL) - Tutorial/Lab # 01 (b) - Hosting with IIS
Published Fri, Jan 9 2009 10:46 | abu
Now after creating "Hello World" most easy Service we will very happy to see by getting access throug a browser to access WSDL file and can be used in any other application by adding Service Reference. Yes, we can access it just like to .asmx...
Filed under:
WCF A2Z Hands On Lab (HOL) - Tutorial/Lab # 01 (a) - Client Application
Published Sun, Jan 4 2009 12:04 | abu
Step 5. Create New Console Project for creating Client Application the Service - Start running the Service when you generate the Proxy of the Service 5.1- Added Service Reference of the created Service 5.2- Created Proxy Class of the created Service ...
Filed under:
WCF A2Z Hands On Lab (HOL) - Tutorial/Lab # 01 (a) - Service
Published Sun, Jan 4 2009 5:41 | abu
Step 1. Created one Console Project Step 2. Created one Project in the same Solution IMyFirstService.csproj for declaring/designing Service contact 2.1- Added reference to System.ServiceModel using System; using System.Runtime.Serialization; using System...
Filed under:
Download Code - A2Z WCF Hands On Lab (HOL) - WCF Tutorial/Lab # 01- Service and Client Application
Published Sat, Jan 3 2009 6:23 | abu
Here is the code... Click to Download This is my first post for WCF HOL. I will be posting series of Lab Sessions with code and explanations for the whole series. I have noticed in one UG Session people who don't have any WCF backround but who are...
Filed under:
ASP.NET AJAX Client Libraries Webcast from Rob Bagby
Published Thu, Dec 25 2008 4:57 | abu
This series of Webcast includes A2Z[complete] ASP.NET AJAX Client Libraries - calling Web services, object-oriented development, creating controls, creating behaviors, and tips and tricks for development WCF Services from ASP.NET AJAX MSDN WEBCAST: CALLING...
Filed under: , ,
REST in WCF
Published Tue, Dec 23 2008 14:26 | abu
The series blog post on REST in WCF REST in WCF - Part I (REST Overview) REST in WCF - Part II (AJAX Friendly Services, Creating The Service) REST in WCF - Part III (AJAX Friendly Services, Consuming The Service) REST in WCF - Part IV (HI-REST - Exposing...
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: , , ,
Windows Communication Foundation (WCF) Architecture
Published Sun, Nov 23 2008 1:15 | abu
A bird’s-eye view from 1000 feet in MSDN... Conceptual diagram whitch cover A2Z Basic Key Words associated with WCF. http://msdn.microsoft.com/en-us/library/ms733128.aspx WCF Architecture Digram Basic level articles from MSDN http://msdn.microsoft...
Filed under: ,
IIS 7.0 Architecture
Published Tue, Nov 18 2008 5:49 | abu
If you are an ASP.NET, WCF advanced serious developer, would like to play with internals of ASP.NET, Web Service, WCH hosting with IIS 7.0; this this article will be very useful to know it's architecture. http://learn.iis.net/page.aspx/101/introduction...
Filed under: , ,
WCF Tutorial and PPT Presentation
Published Fri, Nov 14 2008 13:50 | abu
Message-Oriented Web Services Author Dr. Jim Webber,Service-Oriented Systems Practice Lead, ThoughtWorks www.acs.org.au/nsw/sigs/ws/presentations/2006-11/Message-OrientedWebServices.ppt This PPT is very much informative and conceptual; specially for those...
Filed under:
Windows Communication Foundation (WCF) hosting options and consuming WCF services.
Published Thu, Nov 13 2008 14:13 | abu
In the last posted some links related to concept and fundamentals of WCF. It basics of WCF, Contracts[Service, Operational, Data, Message]. A service can be hosted by Internet Information Services (IIS), Windows Process Activation Service (WAS), a Windows...
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: , ,
Web Services to WCF
Published Sat, Nov 8 2008 18:32 | abu
Those who are familiar ASN.NET/WinForm development and .NET Websevice to know better way WCF by comaring with WS, this arcticles will help a lot... Comparing ASP.NET Web Services to WCF Based on Development http://msdn.microsoft.com/en-us/library/aa738737...
Filed under: , ,
Understanding Hosting WCF Application using Windows Process Activation Service (WAS) in IIS 7.0
Published Sat, Nov 8 2008 12:46 | abu
If you want to host WCF appication using IIS, it will be easy and robust. Windows Process Activation Service (WAS) in IIS 7.0 makes it possible to host WCF services beyond HTTP and without having to install the whole IIS package. "Extend Your WCF...
Filed under: , ,
Complete Video Totorial WCF ( Windows Communication Foundation )
Published Mon, Jul 14 2008 0:59 | abu
http://www.dasblonde.net/2007/06/24/WCFWebcastSeries.aspx http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2006/09/13/8875.aspx
Filed under: ,