I have a c# application(console),i want to convert into windows services but i want to knpw that where should i placed my code in windows services.Window services also have main() i have to placed my code in it or in start method or i have to write a new function.