jstrosch /
learning-reverse-engineering
This repository contains sample programs written primarily in C and C++ for learning native code reverse engineering.
79/100 healthLoading repository data…
theMickster / repository
Repository for sample code for fun with Adventure Works Cycling. Code is based on Microsoft's AdventureWorks sample project.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Adventure Works is a modern enterprise application built with .NET 10, Angular 21, Entity Framework Core, and Tailwind CSS + DaisyUI. The architecture follows Clean Architecture with CQRS patterns, powered by the classic Adventure Works Cycling SQL database from Microsoft.
| Layer | Technology |
|---|---|
| Backend API | .NET 10 (Clean Architecture + CQRS + MediatR) |
| Frontend | Angular 21 + Nx 22 monorepo (Signals, zoneless) |
| Design System | Alpine Circuit v2 (Tailwind CSS v4 + DaisyUI v5) |
| Database | SQL Server + Entity Framework Core |
| Icons | Font Awesome Free 7 |
| Testing | xUnit, Vitest, Playwright |
| Tooling | VS Code, Visual Studio 2026, Azure DevOps |
# Backend API
cd apps/api-dotnet
dotnet restore && dotnet run
# Frontend (separate terminal)
cd apps/angular-web
npm install && npx nx serve adventureworks-web
For a single-command launch of all services with a live dashboard — API, Angular, database migrations, and SQL Server health — see tools/aspire/README.md.
AdventureWorks/
├── apps/
│ ├── angular-web/ # Angular 21 SPA (Nx monorepo)
│ └── api-dotnet/ # .NET 10 REST API (Clean Architecture)
├── database/
│ ├── dbup/ # DbUp migration runner and SQL scripts
│ └── sql-change-automation/ # SQL Server Database Project (schema migrations)
├── docs/ # Shared documentation
├── infra/ # Bicep IaC templates (Azure App Service, SQL, Key Vault)
├── pipelines/ # Azure DevOps CI/CD pipeline templates
└── tools/
├── aspire/ # .NET Aspire local dev dashboard (one-command stack launch)
└── console-apps/ # CLI utilities
Please visit and read the following ReadMe to understand the changes to the default AdventureWorks database.
This project is licensed under the MIT License.
Selected from shared topics, language and repository description—not editorial ratings.
jstrosch /
This repository contains sample programs written primarily in C and C++ for learning native code reverse engineering.
79/100 healthkishanrajput23 /
This repository consists of the code samples, assignments, and notes for the C++ DSA Course of CodeHelp - Love Babbar.
88/100 healthewerspej /
Sample repository for various .NET MAUI, C# and MVVM features covered in blog
68/100 healthOfficeDev /
This repository contains Objective C and Swift samples powered by the Microsoft Skype for Business App SDK.
22/100 healthgeunkim /
Repository for c++ sample codes and descriptions for C++
46/100 healthutilForever /
Sample code repository for 'Procedural Content Generation for C++ Game Development'
66/100 health