Windows service suggestions
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I am creating a windows service which performs 20 operations based on some condition. So at one time one process will be executed. All these 20 different tasks are separate assemblies added to the windows service. The objects and the call to the assembly will be made only when needed. For example: Case "findcustomer" create object process Case "findVendor" create object process Is this approach a good idea? Also I want to know what needs to be keep in mind related to design of this service. Regards, Pavas
Regards, Pavas