Djoufson
HomeAboutWhat I BuildBlogCommunityContact
GithubLinkedInTwitter/XRSS Feed
© Djoufson 2026

Connect with me

GithubLinkedInTwitter/XRSS Feed
© Djoufson 2026

Blog

Here you can read my thoughts on technology, software engineering, and other topics I'm passionate about.

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.

October 22, 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

July 18, 2023
Djoufson Che