shayolz
Posts: 2
Joined: Sun Dec 29, 2019 6:14 pm

Project in .NET Core with Database

Sun Dec 29, 2019 7:13 pm

Good evening everyone, I'm new to the forum.

I have been planning for a long time to buy a Raspberry PI to have a small server at home where I can leave some applications that I develop with 24h active. So I was opting for the 4 GB version, raspberry pi 4.

All applications are developed in .NET Core 3.0 / 3.1 stack (latest releases) and almost all of them work on Microsoft SQL Database.

From what I have read, due to system limitations, it is not possible to install a Microsoft database on Raspberry PI.

The most obvious solution seems to me to install a MySQL database on raspberry. I don't think there is much difference.

So I wanted to ask the more experienced if this configuration is possible to implement it on a raspberry and if they have any advice:

Application: Web Application MVC, API.
Web App Framework: .NET Core 3.1
Database: MySQL
Data model framework: EntityFramework Core

Many thanks in advance!

WernerPlumot
Posts: 3
Joined: Mon Dec 30, 2019 9:42 am

Re: Project in .NET Core with Database

Mon Dec 30, 2019 9:47 am

You can use something like velocitydb. Take a .net compatible object db.

Return to “General discussion”