DEV Community

Discussion on: Object-Relational Mapping & Code First Migration with Entity Framework Core

Collapse
 
informagico profile image
Alessandro Magoga

Hello again Patrick, it was really enjoyable to follow these articles.
Can't wait to see more coming and also I would like to suggest you to think about some other implementations other than MS SQL Server for users like me that are macOS-oriented (yes, I know that I can fire up a VM or Docker but hey, I'm lazy after all 😂).
I tried by myself to use SQLite, and it worked, but I can see something is missing 😁

This was a very good way to spend my Sunday, I feel like going from zero-to-hero in .NET Core.

Collapse
 
samselfridge profile image
samselfridge

If anyone else is feel slightly less lazy, here's a guide for getting it up and running with docker on OSX:

database.guide/how-to-install-sql-...

Collapse
 
_patrickgod profile image
Patrick God

Hello again Alessandro,
Thank you so much. Your words mean a lot to me. I really appreciate it.

I totally understand your "laziness". ;)

Implementing other databases like SQLite, MariaDB or even NoSQL databases like MongoDB is a topic I will keep in mind!

Apart from that, I will make a video tutorial of this whole tutorial series and maybe add those implementations of other databases to these videos. If you're interested, let me know.

Talk soon,
Patrick