We are working with a set of web services and we\'re looking for the best option to return errors to the web service\'s consumer. This is the current response:
I am trying to create a service that will handle file I/O in the background. Activities that update the data will bind to the service and call the service\'s methods to perform the I/O. I am using the
We run a number of ASP.NET MVC sites - one site per client instance with about 50 on a server. Each site has its own configuration/database/etc.
Grails 1.3.7 We have a service method that merges 2 users.There are quite a few pieces to this because of the amount of data so that is quite a bit of reading, updating, and writing.We have transacti
This is a question about how best to do DI, so it\'s not tied to any particular DI/IoC framework because, well, framework should be chosen based on pattern and practice rather than the other way aroun
I want to create an app wich connects to one server with an https connection from different activities. So I thought, it would make sense to use a service which holds the https connection and i would
I run a ASP.net Service I created on my server. During the day I am loggin into the server, most of the time and the serice runs properly.
In the past, our server application was designed so that a client creates one TCP connection, keeps this connection established indefinitely and sends messages when needed.These messages may come in h
I\'m currently working on a Windows service (my first) and I\'m wondering how to handle disconnect events and the like. In essence, this Windows service polls our Exchange servers for new emails. Once
I\'m fairly still new to android and I was wondering, what is the best way to get data from an android device to MS SQL server 2008? I\'ve seen a number of people who have commented on several ways to