Stories recently tagged with 'Service'

Talking to a Windows Service hosting WF(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 4 years, 7 months ago

What will become of a Windows Service if I attach a WCF interface to it? A Service in the SOA sense or an internal service? What if I need a publicly available service? read more...

add a comment |category: |Views: 20

tags: another

Securing Web Services With a Custom SoapExtension(keithelder.net)

submitted by TheElderTheElder(490) 5 years, 4 months ago

One way to secure a web service is with username and password. The problem with this approach is you have to add custom validation code to each web method. Is there a better way? Yes. With a custom SoapExtension you can simply attribute your web method and have it authenticated so you don't have to add custom code to each method. This article outlines this in detail. read more...

add a comment |category: |Views: 113

tags: another

Creating a simple, reusable Windows Service (template code) - Part II(dotnetzone.gr)

submitted by sotirisfsotirisf(315) 5 years, 4 months ago

In part I, we examined how we can extend the Service Control methods by adding methods for all states of the Windows service in addition to the two methods provided by the designer. As you may remember, each of those methods called our own private Service Control method. Our private Service Control methods are implemented below: read more...

add a comment |category: |Views: 38

tags: another

Creating a simple, reusable Windows Service (template code) - Part I(dotnetzone.gr)

submitted by sotirisfsotirisf(315) 5 years, 4 months ago

In this article, we'll see a way to create a simple Windows Service that can be reusable in that it can be used as the basis for any repeated operation that we would like to transform to a Windows Service.In other words, we can create our own assembly and then have the Windows Service call its entry point repeatedly over a period of time. By extending the code provided, you can even have multiple threads running at the same time. read more...

add a comment |category: |Views: 358

tags: another

http://www.dotnetzone.gr/cs/blogs/pkefal/archive/2006/12/15/22322.aspx(dotnetzone.gr)

submitted by sotirisfsotirisf(315) 5 years, 4 months ago

Today, i downloaded and tried to install Visual Studio Service Pack 1 (SP1) RTM but it refused to work properly on my PC. I was always getting an error that the file is not matching the version i have etc, so i tried to figure out what is wrong with my Visual Studio installation. read more...

add a comment |category: |Views: 1

tags: another

Download Visual Studio 2005 SP1 - Final Release!(msdn.microsoft.com)

submitted by korayemkorayem(1240) 5 years, 5 months ago

Visual Studio 2005 Service Pack 1 continues Microsoft’s investment in market leading development tools. Service Pack 1 addresses issues that were found through a combination of customers and partner feedback, as well as internal testing. read more...

add a comment |category: |Views: 20

tags: another