https://github.com/thomasleavy/csharpapps
Apps developed with C# and Angular framework
https://github.com/thomasleavy/csharpapps
Last synced: 11 months ago
JSON representation
Apps developed with C# and Angular framework
- Host: GitHub
- URL: https://github.com/thomasleavy/csharpapps
- Owner: thomasleavy
- Created: 2025-07-02T09:37:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-02T09:56:38.000Z (11 months ago)
- Last Synced: 2025-07-02T10:48:49.234Z (11 months ago)
- Language: C#
- Size: 14.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cSharpApps
C# projects completed.
---
## HelloWorldApp
A simple C# console app that prints a message. It was used to test .NET installation/run the first compiled programme.
---
## ToDoApp
A C# CRUD console application for managing a to-do list. Shows the use of Entity Framework Core and basic async operations, along with user input.
---
## RssFeedReader
A console app in C# that fetches news headlines from RSS feeds (e.g., BBC and NYT). Useful for trying out HTTP requests, XML parsing, and showing time-based information.
---
## InventoryApp
A C# inventory app that uses Entity Framework Core, LINQ, and JSON import and export. Has low-stock alerts, CSV export, search and filtering, and total value calculation.
---
## FullStackApp
A full-stack C# and Angular project using .NET Web API, MediatR, AutoMapper, SignalR, JWT authentication, and Docker. It has a real-time dashboard with charts, forms, and Material UI.