In-Depth

VSLive! FL 2007: WCF for ASMX and Remoting Developers

Discover key WCF concepts for ASMX and Remoting programmers who are ready to begin migrating to .NET 3.0.

Watch the video of the session! (Running time: 1 hour, 3 minutes)

ASMX services (.NET Web services) and Remoting objects are not compatible. They each have their own, distinct programming model. ASMX services are cross-platform. However, they lack high fidelity to .NET data types, only offer HTTP/SOAP endpoints and are kind of slow. Remoting objects service binary protocols, offer greater fidelity to .NET data types and perform relatively fast. But, unlike AXMX services, Remoting objects are not cross-platform. And neither ASMX services nor Remoting objects directly address security or transaction issues.

Enter Windows Communication Foundation (WCF). While it's "packaged" into Windows Vista, WCF is a .NET 3.0 technology that runs on Windows Server 2003 and Windows XP. And WCF delivers what ASMX services and Remoting objects are lacking. It directly addresses security and transaction issues, and offers a single programming model while supporting both binary and SOAP endpoints. This session introduces key WCF concepts geared towards ASMX and Remoting programmers who're ready to begin migrating to .NET 3.0.

comments powered by Disqus

Featured

  • Visual Studio 'Tea & Technology' Video Miniseries Starts Next Week

    The goal of the miniseries is to provide an insider's snapshot look at some of the people who contribute to shaping the Visual Studio IDE every day.

  • Microsoft Releases OpenJDK 21 Build for Java Jockeys

    Microsoft today announced its "Microsoft Build of OpenJDK 21," taking advantage of new features and functionality in Java 21.

  • 'Dev Home' Update Leads Developer Goodies in AI-Powered Windows 11 Update

    Along with today's new AI-powered Windows 11 update come new goodies for developers, including a new edition of Dev Home, a preview offering described as a "control center" providing coding-focused features and functionality.

  • Community Dev Gives VS Code Python Some YAPF

    The latest update to Python in Visual Studio Code includes a new extension for Python formatting that was contributed by a member of the open source community.

Subscribe on YouTube