Thom Robbins .NET Weblog

A blog of the technical and only sometimes uneventful side of programming in .NET and life within Microsoft

Browse by Tags

Tagged Content List
  • Blog Post: WCF Virtual Lab

    A Server Scenario Lab with Windows Communication Foundation Virtual Lab This MSDN Virtual Lab is built on Windows Vista, Visual Studio 2005 and .NET Framework 3.0. It provides an overview of Windows Communication Foundation (WCF) built on a Fabrikam CRM Scenario. The lab is aimed at .NET Developers...
  • Blog Post: Introduction to Windows Communication Foundation for the .NET Compact Framework Messaging Stack

    Mark has a great post on the basics of WCF for the Compact Framework. Well worth the read! <<Check it out here>>
  • Blog Post: WCF and WSDL

    By definition the Web Service Description Language (WSDL) is the XML based document that describes a Web Service. It specifies the location of the service and the operation or methods the service exposes. One of the nice features of both WCF and ASMX services is that you don’t have to understand the...
  • Blog Post: Web Service Software Factory

    The Web Service Software Factory (also known as the Service Factory) is an integrated collection of tools, patterns, source code and prescriptive guidance that helps our customers quickly and consistently construct Web services that adhere to well known architecture and design patterns. The Service Factory...
  • Blog Post: Introducing the <DataContract>

    As we have seen in previous articles . Creating a Windows Communication Foundation (WCF) service begins with annotating the class with a <ServiceContract> attribute and an <OperationContract> for each exposed operation. The design of WCF uses these attributes to expose the service endpoints...
  • Blog Post: Integrating WCF with your existing ASMX Services

    I am betting that you have at least one if not more ASMX services available today within your applications. So how do you get going with Windows Communication Foundation (WCF) and maintain that existing code? In this article we will look at an example of how this can be done. We will start with an existing...
  • Blog Post: How To: Hosting a WCF Service in IIS

    How To: Hosting a WCF Service in IIS In this article we looked at the basics of Windows Communication Foundation (WCF) and how it can be used to host a service within a Windows Form. In reality, many applications today already take advantage of IIS to host HTTP based services like ASMX Web Services...
  • Blog Post: How To: Building a WCF Service and consumer

    How To: Building a WCF Service and consumer Do you see service everywhere? Alright I admit that may not be an original. However, with Windows Communication Foundation and the .NET Framework 3.0 you can.WCF is the unified programming model for building service oriented applications. It is designed...
  • Blog Post: How To: Building a WCF Service and consumer (Article)

    How To: Building a WCF Service and consumer Do you see service everywhere? Alright I admit that may not be an original. However, with Windows Communication Foundation and the .NET Framework 3.0 you can.WCF is the unified programming model for building service oriented applications. It is designed...
Page 1 of 1 (9 items)