adamfoneil / ProductIdeas

.NET8 minimal API project for learning and dog-fooding purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a learning project from me that brings together several things:

  • a new approach to hosting, using Docker, DigitalOcean and DotNetEngine. I'm not super happy with Azure, so I'm experimenting with this combo of services as an alternative
  • minimal API development in .NET8. There are neat new debugging capabilities for APIs you can learn about in this @JamesMontemagno video
  • Postgres using my Dapper.Entities.PostgreSql project, because new ORM projects always make sense, right?
  • more EF migration practice, because I don't have Ensync working for Postgres. EF does not bring me joy, but it is the path of least resistance for code-first entity development

This project is in a very rough state and not intended as a general-purpose solution, but rather is a personal project I wanted to share.

About

.NET8 minimal API project for learning and dog-fooding purposes


Languages

Language:C# 78.5%Language:HTML 13.7%Language:CSS 4.8%Language:Dockerfile 2.4%Language:JavaScript 0.6%