Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / service

Service

service

Great Reads

by Ningomba
$http in Angular simply explained
by Dirk Bahle
In a dialog with WPF
by Jinan Kordab
This article describes how to create or delete an Active Directory Services Email using ASP.NET web page, remotely.
by Ivan Budiono
Class to access a .NET Web Service with an Object parameter or even an array of objects.

Latest Articles

by Ningomba
$http in Angular simply explained
by Dirk Bahle
In a dialog with WPF
by Jinan Kordab
This article describes how to create or delete an Active Directory Services Email using ASP.NET web page, remotely.
by Ivan Budiono
Class to access a .NET Web Service with an Object parameter or even an array of objects.

All Articles

Sort by Score

service 

by Ningomba
$http in Angular simply explained
by Jinan Kordab
This article describes how to create or delete an Active Directory Services Email using ASP.NET web page, remotely.
by Ivan Budiono
Class to access a .NET Web Service with an Object parameter or even an array of objects.
by Mujeebur Rahman
Angular backend less development
by Frozen Rain
There is a simple way to consume WCF from clients which do not support Microsoft's SOAP implementation. It is achieved by using REST to accept data and convert REST calls to SOAP calls with the PHP Framework.
by saramgsilva
This article has the goal to show how to update a .Net Backend project from Azure Mobile Services, this mean we will update the references added to the project using Nuget packages.
by Houssem_Dellai
Creating a Web API service that gets tweets and hosting it on Windows Azure.
by Mantri Vishal
How to creating table in Azure Mobile Services using Azure Service Management Rest API
by Sebastian Solnica
This post is the second and final one dedicated to debugging .NET Windows services.
by cynthia_dunlop
Service virtualization undeniably benefits the development process, but it can be both a blessing & a curse for developers. Learn how to minimize the burden on development to achieve maximum acceleration of delivery cycles.
by Christian Amado
A very brief article about the implementation of encryption and decryption of a string in Silverlight Business Application
by Krishna P Seetharaman
How to expose multiple operations of an orchestration as multiple methods in a single web service(.asmx). Also explains how to use asynchronous approach in calling these web methods. We can add more methods to the orchestration and these new methods will be visible in the same web service
by Erol Esen
An introduction to async functions introduced in C# 2012/2013
by ASP.NET Community
Hosting a WCF Service with netTcpBinding on IIS7
by Tejas Vaishnav
Debug or test your Windows Service without installing it...
by KeithAMS
I am writing a service at present and have written a few over the years. What I do now is put all the code in a separate DLL from the start off. My service methods Onstart, OnStop call into the DLL which starts a thread to do the work.For debugging, I have a separate test harness console app...
by jim lahey
Along similar lines to KeithAMS, when writing a Windows service, I only use the Windows Service Project as a container to run code that is in one or more referenced assemblies. As far as I'm concerned, if I've got any logic that goes beyond starting and stopping the service in my service...
by AndyEdmonds
Create a conversational bot inside the Microsoft Bot framework instantly that requires no programming and can be easily modified to suit your use, but that still gets all the connectivity of the bot framework, to Skype Facebook messenger, etc.
by Santhakumar Munuswamy @ Chennai
This tip explains WCF and helps understand the difference between WCF and Web Services.
by Dung_Le
Keep track of your system or application with Notifier Mobile Service
by sohibaki
This article shows to how to manage Windows services for beginners.
by Siddharth Chandra
nodejs advance topic simplified
by DiponRoy
Session Manager Utility for ASP.NET
by Yvan Rodrigues
An alternate (more practical?) use for the .ws top-level domain.
by Arun Babu Madhavan
Extension method to throttle multiple Tasks in C#
by Mikhail-T
Easy steps on how to get JSON formatted data from a web service, deserialize it, and map it to custom local class for further usage
by Anant Beriwal
How to avoid delay in Object Initialization of WCF client proxy in a Window service
by #realJSOP
Determine the nature of the entry assembly
by H0tHead
Using InstallUtil.exe from command line is so boring