I am working newly on an ASP.net web forms project , this project includes a lot of
stats (tables , statistics graphs, curves presentation,...)
So I m searching for the best free tools (like web forms tool) that can help me with my work. That's my first part of question.
For my second part of my question, is it recommended to use react JS as a front-end to a ASP.net project in term of
speed and performance?
You can use the Chart control both in WebForms and MVC , you can also use some controls from DevExpress
or some jQuery open source like jQuery Visualize Plugin ,Highcharts..
Both Angular and React are frontend frameworks and get wired up to the backend through api calls. It has better performance in scenarios like not want to call back to the server every time to render some HTML . You should know pros/cons of each when
learning the knowledge of both .
None
0 Points
3 Posts
What is the best tools to represent graphes ?
Sep 23, 2018 01:45 PM|ahmedhelali100|LINK
Hi everyone,
I am working newly on an ASP.net web forms project , this project includes a lot of stats (tables , statistics graphs, curves presentation,...)
So I m searching for the best free tools (like web forms tool) that can help me with my work. That's my first part of question.
For my second part of my question, is it recommended to use react JS as a front-end to a ASP.net project in term of speed and performance?
And thank you.
Sincerely.
All-Star
18815 Points
3831 Posts
Re: What is the best tools to represent graphes ?
Sep 24, 2018 05:57 AM|Nan Yu|LINK
Hi ahmedhelali100,
You can use the Chart control both in WebForms and MVC , you can also use some controls from DevExpress or some jQuery open source like jQuery Visualize Plugin ,Highcharts..
Reference thread below is for your reference :
https://stackoverflow.com/questions/638727/charts-for-asp-net
https://stackoverflow.com/questions/4203443/
Both Angular and React are frontend frameworks and get wired up to the backend through api calls. It has better performance in scenarios like not want to call back to the server every time to render some HTML . You should know pros/cons of each when learning the knowledge of both .
Best Regards,
Nan Yu