Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.36 KB

File metadata and controls

23 lines (14 loc) · 1.36 KB

Olympic Games sample app powered by Progress UI for ASP.NET MVC

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

Requirments

Running this app

  1. Add the Telerik Nuget feed as a Package Source;

  2. Open OlympicGames.sln with Visual Studio;

  3. 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 in App_Data\Olympics.sql.

  4. Hit Ctrl + F5.