I want to make a system
Loading
I want to make a system
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tasadduq BurneyPosted Dec 8, 2025, 5:34 PM
Hey,
Hope you're keeping well.
For a queuing display and visitor log system with data visualization, start by defining a clean data model in .NET using Entity Framework Core to persist queue events, visitor details, and service metrics. Use ASP.NET Core with SignalR to push real-time updates to dashboards, and expose historical data via Web API endpoints that Power BI or Azure Data Explorer can consume for analytics. For scalability, host the backend in Azure App Service or Azure Kubernetes Service, and stream events to Azure Event Hub for predictive analysis with Azure Machine Learning. Ensure GDPR-compliant data handling by encrypting sensitive fields with
System.Security.Cryptographyand applying role-based access via ASP.NET Core Identity or Azure AD. This architecture will give you both operational visibility in real time and robust historical insights for optimization.Thanks and regards,
Taz