SqlXml Blogs
All Tags » WCF (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Remote File Sync using WCF and MSF

    One of the things I've been looking into in my free time is the Microsoft Sync Framework (MSF) (currently in CTP mode). The MSF is: [A] comprehensive synchronization platform enabling collaboration and offline for applications, services and devices with support for any data type, any data store, any...
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 01-03-2008
  • .NET 3.0 Released!!!

    Via ActiveWin : The Microsoft .NET Framework 3.0 is the new managed code programming model for Windows®. It combines the power of the .NET Framework version 2.0 with new technologies for building applications that have visually compelling user experiences, seamless communication across technology boundaries...
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 11-06-2006
  • Enabling WPF Magic Using WCF - Part 3

    In Part 1 we created a simple WPF application that demonstrated WPF's ability to automatically update bindings and in Part 2 we extended the application to use WCF by using callbacks to notify WPF of the changes. In this part we will get rid of the XML file and move our application to use a SQL Server...
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 09-21-2006
  • Enabling WPF Magic Using WCF - Part 2

    In part 1 we created a very simple application that actually didn't even use WCF. The next step in the process is to migrate our ContactProvider from an in-proc class to be a WCF service. We will then use WCF callbacks to notify the application that the contact list has changed. In order to learn WCF...
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 09-20-2006
  • Enabling WPF Magic Using WCF - Part 1

    One of the magical features of WPF is the way that data bindings automagically refresh when they are bound to an object that implements INotifyPropertyChanged . You can also get this same magic by binding to a collection of objects (which implement INotifyPropertyChanged) by making the collection an...
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 09-20-2006
  • Troubleshooting WCF

    I had a problem with a WCF service that I created in that I couldn't access the Metadata Exchange (MEX) endpoint using svcutil to generate my client classes if I ran the site under a special service account. Everything else seemed to work, just the MEX was broken. If I switched the site to use the Network...
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 09-07-2006
  • NetFX 3.0 RC1 Released

    Via Jason Zander : NETFX 3.0 just went live on the web today, you can download it here . NETFX 3.0 contains Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), Windows Workflow, and Windows Cardspace. You can find out more information about the Go Live program here . Finally...
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 09-01-2006
  • July CTP Conundrum Solved!

    If you're following along the NetFX 3.0 CTP trail, the July CTP leaves you without VS 2005 support. Although you can develop WPF apps in Expression Interactive Designer (EID) , the experience isn't quite like the VS experience. However, you can use the June CTP VS extensions with the July CTP (minus...
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 08-16-2006
  • WCF: Unable to open IChannelListener

    On one of my current projects we are trying to use WCF with BizTalk 2006. In order to do this I was trying to implement the WCF adapter for BizTalk Server 2006 community project. The project comes with a nice sample application that demonstrates how everything works. However, when I tried to start the...
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 08-02-2006
Page 1 of 1 (9 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems