Click here to Skip to main content
15,867,453 members
Everything / Webservice

Webservice

webservice

Great Reads

by Vincent Maverick Durano
This article will talk about how to implement a custom wrapper for your ASP.NET Core and Web API applications for managing exceptions, providing meaningful and consistent responses to consumers.
by Rene Bustos
WCF WebService IN VB.NET Response JSON
by YasIkeda
ASP.NET Core 3.0 uses a built-in JSON converter from System.Text.Json so that JsonConverter attribute from Newtonsoft.Json does not work by default.
by Patrick P. Frey
This tutorial based on a docker image will guide through the development of a search engine service based on Strus and its Python Bindings within the Tornado web-framework.

Latest Articles

by Vincent Maverick Durano
This article will talk about how to implement a custom wrapper for your ASP.NET Core and Web API applications for managing exceptions, providing meaningful and consistent responses to consumers.
by Steffen Ploetz
YES, you can - use native DLLs in your Azure Functions via P/Invoke ([DllImport]) as you already know it from .NET Framework, and safe the code you have developed and maintained for decades with much effort and patience.
by YasIkeda
ASP.NET Core 3.0 uses a built-in JSON converter from System.Text.Json so that JsonConverter attribute from Newtonsoft.Json does not work by default.
by Nipunu W
Developing an Android application using Retrofit to connect to an API

All Articles

Sort by Score

Webservice 

23 Jul 2016 by Kelum W. Ganegoda
In the MEC mapper, calling a web service is a general scenario. There are few ways to do it.
26 Jan 2013 by Tharaka MTR
16 Feb 2015 by Taiseer Joudeh
Part 3: Tutorial shows how to implement OAuth JSON Web Tokens Authentication (JWT) using ASP.NET Web API 2.2 and ASP.NET Identity 2.1
30 Nov 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
How to get the current Row of GridView inside the SelectedIndexChanged Event of a DropDownList present on the GridView itself and then find the other DropDownList and bind that
8 Sep 2011 by Dinesh K Mandal
Testing and Monitoring WCF Service using soapUI and Fiddler
23 Jul 2012 by PratapReddyP
CodeProjectIn this post we will see how to create a our own WEB API service and will consume it in client using JQuery.This is the UI i am planning to create, which in-turn talk to a ASP.NET WEB API Service for rendering data.
20 Aug 2010 by Steve Maier
The same database and the same RIA Services can be used as a Web Service by using some simple additions to the setup of your project.