.net - PERTCPM calculation for Gantt chart - Stack Overflow

admin2025-04-21  2

I need to create a Gantt chart. I already have a package that does the frontend, and it also has built in calculation function. But when I have a large dataset (>500 tasks) it degrades performance, therefore I'm trying to provide this from backend (disabling the frontend calculation).

Has anyone faced this challenge? Even though implement PERT/CPM logic does seems feasible, I'm wondering what I may have not yet aware of. I'm working at .Net Core.

转载请注明原文地址:http://anycun.com/QandA/1745202184a90412.html