Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsmoreland/aspnetcore
Sample Projects using ASP.NET Core
https://github.com/tsmoreland/aspnetcore
asp-net-core blazor csharp
Last synced: 3 months ago
JSON representation
Sample Projects using ASP.NET Core
- Host: GitHub
- URL: https://github.com/tsmoreland/aspnetcore
- Owner: tsmoreland
- License: mit
- Created: 2022-10-29T14:45:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T03:41:36.000Z (10 months ago)
- Last Synced: 2024-04-13T16:43:40.473Z (10 months ago)
- Topics: asp-net-core, blazor, csharp
- Language: C#
- Homepage:
- Size: 14.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASP.NET Core Sample Projects(s)
Sample projects some of which were based on courses from Pluralsight as a starting point
## Bethany's Pie Shop HRM
Working through plurasight Course [ASP.NET Core 6 Blazor Fundementals](https://app.pluralsight.com/library/courses/asp-dot-net-core-6-blazor-fundamentals) with minor tweaks and additions
## WiredBrainCoffee.EmployeeManager
Working through pluralsight course
[Building a Data-driven ASP.NET Core 6 Blazor Server Application with EF Core](https://app.pluralsight.com/library/courses/asp-dot-net-core-6-blazor-ef-core-server-application-data-driven)## GloboTicket.TicketManager
Working through pluralsight [ASP.NET Core 6 Clean Architecture](https://app.pluralsight.com/library/courses/asp-dot-net-core-6-clean-architecture), while making tweaks along the way
## FlightPlan API
Working through pluralsight course [Using ASP.NET Core 6 Web API and NoSQL Databases](https://app.pluralsight.com/library/courses/asp-dot-net-core-6-webapi-using-nosql-databases), while making some minor updates with more to follow
## GloboTicket.Shop
Working through pluralsight [Deplooying ASP.NET Core 6 Using Kubernetes](https://app.pluralsight.com/library/courses/asp-dot-net-core-6-kubernetes), while making tweaks along the way
## Banshee5.IdentityProvider
An implemented built primarily with Duende Identity Server of Microsoft Identity to serve as an IdP to various other solutions here
## CarvedRock.v1
Working through pluralsight course [Mapping Real-world Classes in EF Core 6](https://app.pluralsight.com/library/courses/ef-core-6-mapping-real-world-cases), which is mostly using a console app to test the concepts, I'm
planning to eventually add the site, maybe split the database across a few services (maybe using different databases) and moving to docker/kubernetes deployment## TennisByTheSea
Working through pluralsight course [Creating Background Services in ASP.NET Core 6 and .NET 6](https://app.pluralsight.com/library/courses/asp-dot-net-core-6-dot-net-6-creating-background-services), while making tweaks and additions