TonyJ schrieb:
> Hello!
>
[quoted text clipped - 7 lines]
>
> //Tony
Hi Tony,
personally i would not prefer to copy sourcecode around. If i was to
write a windows service then i would put all my logic into a seperate
library and test it excessively (perhaps with a unit-testing framework
like nUnit) while developing. A console or forms application can be
enough for your testing needs as well. After this i would set up the
windows service that simply uses my library.
Philipp
Joachim Van den Bogaert - 12 Oct 2007 15:43 GMT
I wouldn't know if it is a good start, but it helps me for sure. For
the moment I am writing a WCF service that needs to be consumed by a
web site and a windows application (actually I'm investigating WPF to
make this easier). I've learnt that it is useful to log information to
a console screen whenever a service is called. You can add verbose
error handling to show you what is going on. Also, you will probably
want to log some stuff. Writing it to the console is a first step
then, I think,
Joachim
Joachim Van den Bogaert - 12 Oct 2007 20:48 GMT
I wouldn't know if it is a good start, but it helps me for sure. For
the moment I am writing a WCF service that needs to be consumed by a
web site and a windows application (actually I'm investigating WPF to
make this easier). I've learnt that it is useful to log information to
a console screen whenever a service is called. You can add verbose
error handling to show you what is going on. Also, you will probably
want to log some stuff. Writing it to the console is a first step
then, I think,
Joachim