P
Priya Bange
Guest
Hi Experts,
Am a newbie in C# so working on this requirement, I will be expanding my knowledge about C#. I require your guidance on what area of C# I should invest time & is it feasible to do C# or pick any other language.
Requirement
1. A parents windows service continuously running read data from a config table based in SQL Server. The table contains
2. SQL Query, 2. Interval of Execution "Repeat after every 1-10 second, the DB on which it need to be executed.
Now there could be 5-6 unique query execution requests that need to be executed asynchronously repetitively for the frequency listed in the table as child requests.
A master parents request will check the table for any new request --> Create child data query requests according to records in the table with desired execution frequency listed in the table.
Am not exactly asking for code but some reference and what will be the area of focus for such requirement in C# as C# is very vast.
Thanks
Priya
Continue reading...
Am a newbie in C# so working on this requirement, I will be expanding my knowledge about C#. I require your guidance on what area of C# I should invest time & is it feasible to do C# or pick any other language.
Requirement
1. A parents windows service continuously running read data from a config table based in SQL Server. The table contains
2. SQL Query, 2. Interval of Execution "Repeat after every 1-10 second, the DB on which it need to be executed.
Now there could be 5-6 unique query execution requests that need to be executed asynchronously repetitively for the frequency listed in the table as child requests.
A master parents request will check the table for any new request --> Create child data query requests according to records in the table with desired execution frequency listed in the table.
Am not exactly asking for code but some reference and what will be the area of focus for such requirement in C# as C# is very vast.
Thanks
Priya
Continue reading...