how to convert my C# winform program to service program ?
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
Post a Comment