Denis Jakus

making tech less cryptic

CTO x Unique People

Denis Jakus

making tech less cryptic

CTO x Unique People

Tag: dotnet

09 January 2020 Top 10 quick code refactoring tips with C#
.NET

Hi there! A few weeks passed by since my last blog post. Well, the holiday time was on and I…

03 October 2019 Entity framework strategies when loading data
.NET

There are several types of loading data using Entity Framework. Those are: Lazy Loading Eager Loading Explicit Loading You will…

21 August 2019 What is MVVM and how to implement it?!
.NET

Hi there! It’s been a while since I wrote my last article due to summertime madness. Little digression, if you…

16 July 2019 Real example of reflection
.NET

I got asked via email if I could write about reflections in C#. So I decided to postpone “Part 2…