A high parameter count usually tells me that my component needs to be split into multiple components. On simple components (which I believe all components should be), the performance gain from using SetParametersAsync is not worth the time to code.
A high parameter count usually tells me that my component needs to be split into multiple components. On simple components (which I believe all components should be), the performance gain from using SetParametersAsync is not worth the time to code.