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

  • At Build 2026, Microsoft Sets Up Windows as an OS for AI Agents

    Microsoft's Build 2026 Windows developer announcements point to a broader platform strategy for agentic AI, spanning terminal workflows, local models, app-building skills, Cloud PCs and operating system-level containment.

  • Slammed by Copilot Usage-Based Billing on Day 1, Facing $180 Bill for June

    A journalist using GitHub Copilot Pro details how a broken editorial workflow on day one of usage-based billing led to runaway token consumption, a projected $180 monthly bill, and practical tactics for cutting AI credit burn.

  • AdaBoost.R2 Regression Using C#

    AdaBoost.R2 regression works by building an ensemble of decision trees, training them on reweighted data, and combining their predictions with a weighted median, while also showing how parameter choices affect accuracy and overfitting.

  • VS Code 1.122 Lets BYOK Work Without GitHub Sign-In

    Microsoft's May 2026 VS Code update makes BYOK usable in restricted environments while adding agent, browser and issue-reporting updates.

Subscribe on YouTube