Skip to content

An playground app for me to better understand .NET Aspire and other aspects of .NET

Notifications You must be signed in to change notification settings

MBishop84/Aspirations

Repository files navigation

Aspirations

Welcome to my newest application. This one is build using .NET Aspire and is mostly for me to play around with and better understand various concepts in .NET.

The .Web project is built using the Radzen component library. I have also incorporated BlazorMonaco in the transformer page for user code input.

The .ApiService project is using the minimal api design with Entity Framework Core. I have it set up using the InMemoryDatabase and repositories that load data from json files so that I don't have to connect to a database. This setup should only be used for testing purposes and that's pretty much what I'm doing with it to learn the minimal api design.

A version of this I made using WebAssembly is hosted on GitHub Pages and can be found here.


Technologies

About

An playground app for me to better understand .NET Aspire and other aspects of .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published