Djoufson
AccueilÀ proposRéalisationsBlogCommunautéContact
GithubLinkedInTwitter/XFlux RSS
© Djoufson 2026

Me suivre

GithubLinkedInTwitter/XFlux RSS
© Djoufson 2026

Blog

Ici vous pouvez lire mes réflexions sur la technologie, l'ingénierie logicielle et d'autres sujets qui me passionnent.

The World of Delegates in C#
C#.NET

The World of Delegates in C#

If you are not aware of delegates, I bet you use them without even knowing. Delegates are a must-know topic in our industry, and play a critical role in our everyday .NET applications. In this article, we will dive really deep into this topic, from the very basics to an acceptable level.

22 octobre 2023
Djoufson Che
Intro to Entity Framework Core in .NET 6
C#.NET

Intro to Entity Framework Core in .NET 6

Entity framework is a .NET tool to interact with various kind of databases, providing the same api for each of these database providers. In this blog post, you will see how to set un Entity Framework and build your first CRUD operation over a Sqlite database

18 juillet 2023
Djoufson Che