In the upcoming release of .NET Core 3 (planned somewhere around september 2019) we will also have t
[More]
In this blog post I will discuss some pitfall when implementing interfaces and how to avoid it.
![C
[More]
Power BI is becoming very popular as a Business Intelligence solution. From a single user who wants
[More]
One of the ES6 features that made a lot of impact are iterators. They allow the spread operator to w
[More]
Is recently had the need to show a picture column in a SharePoint list as a Persona element as provi
[More]
Comparing the Cosmos DB SQL API with EF Core for Cosmos DB
In our Azure Development Course, we sp
[More]
The Span<T> is a value type added since C# 7.2. This was released in November 2017, so it should be a known feature by now... However not a lot of people actually know what it does, why it was added or how you use it. Let's have a look.
[More]