https://github.com/stimulsoft/samples-dashboards.web-for-asp.net-angular
ASP.NET MVC and ASP.NET Core samples for Dashboards.ANGULAR data analysis tool, Visual Studio C# projects, and .NET Framework 4.5.2, 4.6, 4.7, 4.8 versions, and .NET Core 3.1, .NET 5.0, .NET 6.0, .NET 7.0, .NET 8.0 dashboard engine
https://github.com/stimulsoft/samples-dashboards.web-for-asp.net-angular
analysis analytics angular angular17 charts client-server dashboard dashboards data-visualization embedded interactive kpi native net-core pivot sql tables tools typescript webapp
Last synced: 12 months ago
JSON representation
ASP.NET MVC and ASP.NET Core samples for Dashboards.ANGULAR data analysis tool, Visual Studio C# projects, and .NET Framework 4.5.2, 4.6, 4.7, 4.8 versions, and .NET Core 3.1, .NET 5.0, .NET 6.0, .NET 7.0, .NET 8.0 dashboard engine
- Host: GitHub
- URL: https://github.com/stimulsoft/samples-dashboards.web-for-asp.net-angular
- Owner: stimulsoft
- License: other
- Created: 2023-12-07T10:16:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T07:34:34.000Z (about 1 year ago)
- Last Synced: 2025-03-14T08:33:30.133Z (about 1 year ago)
- Topics: analysis, analytics, angular, angular17, charts, client-server, dashboard, dashboards, data-visualization, embedded, interactive, kpi, native, net-core, pivot, sql, tables, tools, typescript, webapp
- Language: JavaScript
- Homepage: https://www.stimulsoft.com/en/products/dashboards-angular
- Size: 14.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ASP.NET and ASP.NET Core C# samples for Stimulsoft Dashboards.ANGULAR
#### This repository contains the source code of the examples of usage Stimulsoft Dashboards.ANGULAR data analysis tool in the ASP.NET Angular apps, using TypeScript and C# code, and Angular embedded components. The dashboard components is fully compatible with .NET Framework 4.5.2, 4.6, 4.7, and 4.8 versions, and .NET Core 3.1, .NET 5.0, .NET 6.0, .NET 7.0, .NET 8.0 platforms.
## Overview
This repository has a set of examples (Visual Studio projects), each in different folders:
* [Integrating the Report Components in ASP.NET App](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Angular/tree/master/NET%20Framework%204.7.2/Integrating%20the%20Dashboard%20Components%20in%20ASP.NET%20App)
* [Integrating the Report Viewer into an Application](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Angular/tree/master/NET%208.0/Integrating%20the%20Dashboards%20Viewer%20into%20an%20Application)
* [Localizing the Viewer](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Angular/tree/master/NET%208.0/Localizing%20the%20Viewer)
* [Using API Methods](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Angular/tree/master/NET%208.0/Using%20API%20Methods)
* [Using Designer Events](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Angular/tree/master/NET%208.0/Using%20Designer%20Events)
* [Using Viewer Events](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Angular/tree/master/NET%208.0/Using%20Viewer%20Events)
* [Using Viewer Parameters](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Angular/tree/master/NET%208.0/Using%20Viewer%20Parameters)
All examples are combined into Visual Studio solutions (.sln files). They are prepared only for LTS frameworks, any compatible ones can be selected in the project settings. Currently, projects are prepared for these frameworks:
* [.NET Framework 4.7.2](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Angular/tree/master/NET%20Framework%204.7.2)
* [.NET Core 3.1](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Angular/tree/master/NET%20Core%203.1)
* [.NET 6.0](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Angular/tree/master/NET%206.0)
* [.NET 8.0](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Angular/tree/master/NET%208.0)
## Running samples
In order to start simply open the Visual Studio solution file in the IDE and run the required project as Startup Project. The required libraries will be automatically downloaded from the NuGet repository.
## Other Web dashboard components
* [ASP.NET](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET)
* [ASP.NET MVC](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-MVC)
* [ASP.NET Core](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Core)
* [Blazor Server](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-Blazor-Server)
* [Blazor WebAssembly](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-Blazor-WebAssembly)
## Stimulsoft Dashboards.ANGULAR
Stimulsoft Dashboards.ANGULAR provides tools for analytics and data visualization in applications written in the Angular framework. The data processing is based on client-server technology: data processing occurs on a server using .NET Core, ASP.NET MVC, and .NET. The direct creation of dashboards occurs on the Angular client.
## Useful links
* [Live Demo](http://demo.stimulsoft.com/#Net)
* [Product Page](https://www.stimulsoft.com/en/products/dashboards-angular)
* [Free Download](https://www.stimulsoft.com/en/downloads)
* [NuGet for .NET Framework](https://www.nuget.org/packages/Stimulsoft.Dashboards.Angular)
* [NuGet for .NET Core](https://www.nuget.org/packages/Stimulsoft.Dashboards.Angular.NetCore)
* [Documentation](https://www.stimulsoft.com/en/documentation/online/programming-manual/reports_web_angular.htm)
* [License](LICENSE.md)