https://github.com/waltermillan/soundvalut
First App in Blazor with .NET Core 9.0.2. This a musical catalog of albums.
https://github.com/waltermillan/soundvalut
bootstrap csharp css dapper html netcore patterns-design sql-server
Last synced: 10 months ago
JSON representation
First App in Blazor with .NET Core 9.0.2. This a musical catalog of albums.
- Host: GitHub
- URL: https://github.com/waltermillan/soundvalut
- Owner: waltermillan
- Created: 2025-03-29T01:01:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T23:48:04.000Z (10 months ago)
- Last Synced: 2025-03-30T00:24:41.616Z (10 months ago)
- Topics: bootstrap, csharp, css, dapper, html, netcore, patterns-design, sql-server
- Language: HTML
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Sound Vault App
Visualization of musical genders and albums. Classic ABM in Blazor.
## Objective:
Practice .NET (C#) / SQL and Blazor (Razor components) / Dapper to connect to the database
Connect to SQL Server, using Dapper.
## Features
BACKEND:
- C#
- NET Core 9.0.0 (VS Community 2022)
- Dapper
- Design Patterns: Base entity patern desing/DTO.
FRONTEND:
- Developed with NET Core 9.0.0
- Blazor Server vWeb Side
- Using ChartJS (popular JavaScript library to create a PieChart)
- HTML / CSS / Bootstrap
DB
- Written in SQL Server
- Database & Tables (DDLs)
## Installation
1. Clone the repository:
git clone https://github.com/waltermillan/SoundValut.git