Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,

I have no idea on how to use windows services in applications and give me one example how to create a windows service.

here, is my task like one windows service take the oreder id from xml file path and that stores in database ex:sqlserver.

1)xml file that contains orders
<order>
<orderid> 1
<ordername> camera


-----


2)Database:
orderid int
ordername varchar

based on orderid the xml file has to save in database by using windows service.
please give me example with following the above data.

Thanks&Ragards,
Raghu.
Posted

1 solution

 
Share this answer
 
Comments
Espen Harlinn 14-Jun-12 16:35pm    
Good reply, nice set of links :-D
Maciej Los 14-Jun-12 17:54pm    
I agree!
+5!
Sandeep Mewara 15-Jun-12 2:50am    
Thanks Mac! :)
Sandeep Mewara 15-Jun-12 2:50am    
Thanks Espen :)
Madhugundi 14-Jun-12 23:48pm    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900