Olympic Games is a sample application created with Progress ® UI for ASP.NET MVC, Progress' ASP.NET MVC wrappers taking care of the common functionality of your application, while leaving you with more time to work on the business logic of the app.
The app demonstrates how easy it is to provide data visualization and management functionality to your users and how you can integrate several Progress major ASP.NET controls with just a few lines of code. It showcases the ease of use of our PivotGrid and the intuitiveness and desktop-like performance of the bound on the client, Chart and Gauge.
Public Url - http://demos.telerik.com/aspnet-mvc/olympic-games
- Progress UI for ASP.NET MVC
- Visual Studio 2015 or later
- SQL Server Express
-
Open
OlympicGames.sln
with Visual Studio; -
If needed, update the connection string in the
web.config
acording to the SQL Server instance installed;In case you need to regenerate the
Olympics.mdf
, you can use the script inApp_Data\Olympics.sql
. -
Hit
Ctrl
+F5
.