# ASP.NET MVC Samples

## Content



With the **C1Studio** installer, you get our MVC control samples that help you understand the implementation of the product. The C# samples are available at the default installation folder - _Documents\\ComponentOne Samples\\ASP.NET MVC Core\\CS._

The list of available C# samples is as follows:

| **Sample** | **Description** |
| --- | --- |
| FinancialChartExplorer | This sample demonstrates working of financial charts and their features. |
| FlexSheetExplorer | This sample demonstrates working of FlexSheet control and its features. The FlexSheet control extends the FlexGrid control and provides an Excel-like functionality. |
| FlexViewerExplorer | This sample demonstrates various features of ReportViewer and PdfViewer. |
| HowTo | The samples included in HowTo folder are basic getting started guide for our popular controls. It includes the sample for the following applications.<ul><li><strong>C1Finance</strong> - The application retrieves financial data from Quandl and calculates the current value and change for each stock. It also creates charts comparing the evolution in stock value for each company.</li><li><strong>CollectionView</strong> - CollectionView 101 sample shows how to get started with ASP.NET MVC's CollectionView controls.</li><li><strong>Dashboard Demo</strong> - This sample shows a multi-screen dashboard application that displays FlexGrid, FlexChart, BulletGraph controls to show data.</li><li><strong>DynamicDashboard</strong> - This sample shows how to create a customized dashboard with the use of C1 ASP.NET Core MVC controls. The sample, uses following C1 controls:- FlexGrid, FlexChart, BulletGraph, LinearGauge, and ComboBox.</li><li><strong>FlexChart</strong> - This sample demonstrates how to get started with ASP.NET MVC's FlexChart controls.</li><li><strong>FlexGrid</strong> - This sample demonstrates how to get started with ASP.NET MVC's FlexGrid controls.</li><li><strong>FlightStatistics</strong> - The sample shows a statistics application written in ASP.NET Core MVC that demonstrates flight statistics. This application displays statistical data about flights. The statistics include Region-wise total flights, Region-wise on-time performance, Region-wise average delay and city-wise statistics. The city-wise statistics include AverageDelay, CompletionFactor, Percentage of delayed flights, Percentage of on-time flights, Ranking, Delay trend, etc.</li><li><strong>Gauge</strong> - This sample demonstrates how to get started with ASP.NET MVC's Gauge controls.</li><li><strong>Input -</strong> This sample demonstrates how to get started with MVC's Input controls.</li></ul> |
| MultiRowExplorer | This sample demonstrates working of MultiRow control and its features. The MultiRow control extends conventional grid layouts by using multiple rows to represent each data item. |
| MvcExplorer | This sample includes implementation for the following controls.<ul><li>FlexGrid</li><li>FlexPie</li><li>FlexChart</li><li>FlexRadar</li><li>TreeView</li><li>Linear Gauge</li><li>TreeMap</li><li>Input Controls</li><li>Radial Gauge</li><li>Sunburst Chart</li></ul> |
| OlapExplorer | This sample demonstrates how to bind data to an OLAP control. It includes the following data binding methods.<ul><li>Remote Bind</li><li>DataEngine Service(DataEngine)</li><li>DataEngine Service(DataSource)</li><li>DataEngine Service(SSAS)</li></ul> |
| Razor Pages | The sample demonstrates working of all controls in ComponentOne ASP.NET MVC Edition and its features based on ASP.NET Core Razor Pages. |