Skip to Main Content
Programming .NET Components, 2nd Edition
book

Programming .NET Components, 2nd Edition

by Juval Lowy
July 2005
Intermediate to advanced content levelIntermediate to advanced
644 pages
17h
English
O'Reilly Media, Inc.
Content preview from Programming .NET Components, 2nd Edition

Appendix A. Interface-Based Web Services

Web services are a great mechanism for business-to-business interaction, or for any crossing of boundaries such as technological, trust and security, deployment topology, organizational, geographical, or other boundaries. At the heart of web services is the ability to develop such services and invoke their methods with the same ease as with conventional components. The web services standard even provides for defining interfaces or logical abstract services. As explained in Chapter 1 and demonstrated throughout this book, separation of interface from implementation is a core principle of component-oriented programming and is essential for application extensibility and reuse. This appendix presents a set of simple steps for developing interface-based web services using Visual Studio 2005. The source code accompanying this book contains the code presented here and the complete CalculationServices solution that uses it.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Windows Forms Programming in C#

Windows Forms Programming in C#

Chris Sells
Metaprogramming in .NET

Metaprogramming in .NET

Jason Bock, Kevin Hazzard
.NET Windows Forms in a Nutshell

.NET Windows Forms in a Nutshell

Ian Griffiths, Matthew Adams

Publisher Resources

ISBN: 0596102070Supplemental ContentErrata Page