top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Can you suggest Best Practices or Tips in building windows services using c# and .net

+2 votes
1,096 views
Can you suggest Best Practices or Tips in building windows services using c# and .net
posted Sep 27, 2013 by Pramod Vinayak

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Not sure what type of tips you are looking for, see the following links
http://msdn.microsoft.com/en-us/library/zt39148a(VS.80).aspx
http://www.codeproject.com/Articles/3990/Simple-Windows-Service-Sample
http://msdn.microsoft.com/en-us/library/system.serviceprocess.servicebase.aspx
http://tech.pro/tutorial/895/creating-a-simple-windows-service-in-csharp

Also microsoft has an article entitled "Introduction to Windows Service Applications" i.e http://msdn.microsoft.com/en-us/library/d56de412.aspx that is a good general introduction to making services in .Net.

answer Sep 27, 2013 by Meenal Mishra
...