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]
Recently British Airways got hacked and more than 380.000 payment cards got compromised. So how could this have happened? Imagine that BA uses some external JavaScript library. If a hacker can change this external source and add his/her own code to the library, it is a piece of cake to steal any information that the user enters on the website. So how can you avoid this hack?
[More]
This blog post is a follow-up on the [session](https://www.sharepointeurope.com/events/building-micr
[More]
duplicate MAC addresses on Raspbery Pi
I was recently experimenting with Windows 10 for IoT on a
[More]
What if you have a website
[More]
![Named Arguments](https://u2ublogimages.blob.core.windows.net/peter/MakeYourCodeMoreReadableWithNam
[More]
Using NuGet packages in your project is very practical, until you need to debug... With Source Link you can now step through NuGet packages with ease!
[More]
I recently did some development for Android using Xamarin in Visual Studio for Windows. Last time I
[More]