Tagged Questions

8
votes
7answers
869 views

Am I Running as a Service

Hey Everyone, I am currently writing a little bootstrap code for a service that can be run in the console. It essentially boils down to calling the OnStart() method instead of using the ServiceBase …
6
votes
7answers
2k views

Using Process.Start() to start a process as a different user from within a Windows Service.

I'd like to periodically run an arbitrary .NET exe under a specified user account from a Windows Service. So far I've got my windows service running with logic to decide what the target process is, …
6
votes
5answers
822 views

Cheap places for MSDN Licenses

A similar question has been asked: http://stackoverflow.com/questions/42466/msdn-subscriptions-on-the-cheap, but I am not interested in the solutions provided: I am not developing a product for …
5
votes
5answers
145 views

How do you secure and meter the web services you share with your business partners?

I'm looking for ideas on how to restrict access to and log calls for an API we're delivering for business partners to interface with our Customer Care application. Should we create usernames and …
5
votes
4answers
348 views

Is SOAP obsolete?

What is the current best practice for implementing Web Services? Is it still with SOAP? Windows Communication Framework is seemingly better, but isn't it SOAP under the covers?
5
votes
7answers
200 views

tools for developing RESTful web services

What tools are recommended to aid in developing RESTful web services? For instance, a good front end for manually calling REST APIs, and a TCP/IP or HTTP monitoring tool seem like good starting …
5
votes
8answers
313 views

Should a RESTful ‘PUT’ operation return something…

I was wondering what peoples opinions are of a RESTful 'PUT' operation that returns nothing(null) in the response body?
4
votes
6answers
103 views

Storing Passwords for External APIs - Best Practice

If I built an application that accessed some of the data from say Gmail, Twitter and Facebook, and I want the user to be able to only have to enter their authentication info once, and it's reset after …
4
votes
3answers
86 views

What does Crosscutting Requirements/Concerns mean in Programming?

These I come across this term a lot "crosscutting requirements/concerns" in programming world. Although I think I have an idea what it means still I do not have a clear idea. I hear it a lot in web …
4
votes
4answers
331 views

Windows like services development in LINUX using MONO?

Hi, I just moved from .net development to LINUX MONO development... and i don have much experience with linux dev earlier.. I have a requirement to create a background service (like windows …
4
votes
4answers
374 views

In domain-driven design, would it be a violation of DDD to put calls to other objects’ repostiories in a domain object?

I'm currently refactoring some code on a project that is wrapping up, and I ended up putting a lot of business logic into service classes rather than in the domain objects. At this point most of the …
4
votes
5answers
959 views

Best Practice for WCF Service Proxy lifetime?

When working with WCF services, is it better to create a new instance of the service every time you use it? Or is it better to create one and re-use it? Why is either approach better? Is it the …
4
votes
4answers
228 views

How can I update an application over the network in .NET?

I need to install some .NET software on several PC's. This software needs to check each time it is restarted to see if a newer version exists on the server. The end users will have basic user rights …
4
votes
1answer
3k views

SharePoint - How do insert new items using the list web service?

I have a list with 2 text fields, and a choice field. How do I use the Lists.asmx web service to insert a new item? I can make a web reference to the lists.asmx service, so you can assume that this is …
4
votes
6answers
7k views

How do you run CMD.exe under the Local System Account?

I'm currently running Vista and I would like to manually complete the same operations as my Windows Service. Since the Windows Service is running under the Local System Account, I would like to …

1 2 3 4 5 17 next
15 30 50 per page