how to convert my C# winform program to service program ?


hi
how convert c# winform program service program ?
i need program work service (like listener)
thanks in advance

a service can have no ui component. so, said, if have designed winform app ui tier separate business logic tier easy.

when write service typically start making console or winform app , work in separate class library. when satisfied logic intact create service project , include class have debugged in console. service app has unhandled exception stuff , timer or other mechanism call entry point in other class library.

 




Visual Studio Languages  ,  .NET Framework  >  Visual C#



Comments

Popular posts from this blog

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

wcf-sql adapter bug for operation on same table

Error connecting to Azure Blob using Shared Access signature