Web services are the next step in building distributed, modularized applications. They allow you to take some of your business logic, compartmentalize it in a component, and execute the functionality ...
Until REST APIs came along, SOAP (Simple Object Access Protocol) was the de facto standard protocol on which web services were based. When working in ASP.Net Core, you might well encounter the need to ...
Entire books have been written about creating and using web services in ASP.NET Core, so how does one explain such a huge topic in a single tech event presentation? You expand the session into a ...
How do you access a RESTful web service? That depends on what you're trying to accomplish. If you just want to test connectivity, a terminal-based utility like curl is a great RESTful web service ...
Editor's Note: This web services development tutorial was published in 2001, and remains a very popular article on TheServerSide. This article still provides great value, but significant changes have ...
Since its inception as an intriguing experiment in leveraging WebAssembly to enable dynamic web development with C#, Blazor has evolved into a mature, fully featured framework. Integral to the ASP.NET ...
With all of the hype surrounding XML and Web services, sometimes it's good to step back and look at a specific example of how to tie all of the technology stuff together. During the past months, I've ...