Pages

Tuesday, March 19, 2019

Application architecture for monitoringsystem

Hello,

for a monitoring system, data from an SQL database should be analyzed (for example: Trend). Depending on the knowledge, a notification (for example by e-mail) should take place.
I would use EF Core to access the database.
There should also be a frontend which should represent a dashboard.
This dashboard should be accessible to several people. However, I'm still undecided on the actual application architecture.
WPF or APS.NET
With WPF I already have experience, but the application would have to be installed several times and each would have to perform the analysis itself
In ASP.NET, I would have a web server that does the analysis while providing a dashboard for everyone. However, I have no experience with ASP.NET.

Would be grateful for recommendations and tips.

Application architecture for monitoringsystem Click here

No comments:

Post a Comment