C#C
C#2y ago
Tantrim

Solution Architecture Question

I'm going to create a new solution but I want to make sure I have a good/best practices architecture. One of my main focus's for this solution is to learn about these technologies so I'm not overly concerned with using other technologies even if those might be best practice.

technologies I want to use:
  1. Blazor - "Blazor Web App" template
  2. Entity Framework
  3. SQLite
The app will be calling a 3rd party API to retrieve data (no POST) and save that to a local DB. I want to then manipulate the data and have different dashboards on that data. It's nothing complex, I just want to start down the correct path.

So I guess my main question is, what projects should I be using to build this small app.
Was this page helpful?