The document describes how to create a simple WCF service in Visual Studio 2013 to perform mathematical calculations. It involves creating a WCF service application project, adding a WCF service item, implementing methods to add and subtract two numbers, building and running the service, and then consuming the service methods from an ASP.NET web form to display the results of calculations entered by the user at runtime.
Related topics: