Click here to Skip to main content
15,891,942 members
Everything / Service

Service

service

Great Reads

by Safak Tarazan
Usage of services, alarm manager and broadcast receivers
by Michael Haephrati
Windows Services are powerful little beasts and encountering them is unavoidable when developing under Windows
by wayvirgo
How to use the Google Calendar API from VB.NET.
by honey the codewitch
Add the ability to run a service in console mode and to control or install your service from the command line

Latest Articles

by Michael Haephrati
Windows Services are powerful little beasts and encountering them is unavoidable when developing under Windows
by Hugo G Fernandez R
In this article, I will explain and show step by step how to implement through the swashbuckle library a good and useful documentation for your RESTful APIs created under the ASP.
by Michael Haephrati
An up to date article about NT Services
by honey the codewitch
Add the ability to run a service in console mode and to control or install your service from the command line

All Articles

Sort by Updated

Service 

31 Oct 2018 by Arun Babu Madhavan
Extension method to throttle multiple Tasks in C#
14 Apr 2018 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.
18 Dec 2016 by Ningomba
$http in Angular simply explained
9 Dec 2015 by Dung_Le
Keep track of your system or application with Notifier Mobile Service
5 Dec 2015 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
1 Nov 2015 by ASP.NET Community
Hosting a WCF Service with netTcpBinding on IIS7
9 Aug 2015 by Mujeebur Rahman
Angular backend less development
22 Jun 2015 by Sebastian Solnica
This post is the second and final one dedicated to debugging .NET Windows services.
6 Apr 2015 by Santhakumar Munuswamy @ Chennai
This tip explains WCF and helps understand the difference between WCF and Web Services.
15 Jan 2015 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.
19 Dec 2014 by H0tHead
Using InstallUtil.exe from command line is so boring
26 Aug 2014 by Siddharth Chandra
nodejs advance topic simplified
19 Aug 2014 by Jinan Kordab
This article describes how to create or delete an Active Directory Services Email using ASP.NET web page, remotely.
7 Jul 2014 by Anant Beriwal
How to avoid delay in Object Initialization of WCF client proxy in a Window service
16 May 2014 by Erol Esen
An introduction to async functions introduced in C# 2012/2013
25 Feb 2014 by Mantri Vishal
How to creating table in Azure Mobile Services using Azure Service Management Rest API
12 Feb 2014 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
6 Nov 2013 by Houssem_Dellai
Creating a Web API service that gets tweets and hosting it on Windows Azure.
21 May 2013 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.
10 May 2013 by #realJSOP
Determine the nature of the entry assembly
22 Nov 2012 by Tejas Vaishnav
Debug or test your Windows Service without installing it...
11 Sep 2012 by Yvan Rodrigues
An alternate (more practical?) use for the .ws top-level domain.
31 Jul 2012 by Christian Amado
A very brief article about the implementation of encryption and decryption of a string in Silverlight Business Application
25 Oct 2011 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...
25 Oct 2011 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...
21 Aug 2011 by sohibaki
This article shows to how to manage Windows services for beginners.
8 Jul 2011 by Ivan Budiono
Class to access a .NET Web Service with an Object parameter or even an array of objects.
27 Sep 2010 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.