This environment showcases the interface capabilities achievable with our solutions. All orders, customers, products and statistics are real data fetched live via REST API calls against the Northwind database.
/api/... or controller Data()
actions returning JSON). No data is hardcoded in the views: everything comes from the
Northwind database queried in real time via Entity Framework Core.
Data loaded via GET /Demo/Dashboard/Data
Sales KPIs, monthly revenue trend, top 10 customers and products, country distribution — all from a single API call returning JSON.
Go to DashboardData from Northwind via EF Core + server-side pagination
Advanced search with filters by customer, employee, date range and country. Server-side paginated table with order detail view including line items and computed totals.
Go to OrdersAggregated data from Northwind (employees, products, customers)
Employee cards with sales statistics, category tables, customer distribution by country and recent orders — examples of customisable UI components.
Go to ShowcaseClassic Microsoft sample database simulating a food import/export company. Data is real and queried live on every request.