Various .NET Benchmarks

A lot of times i was wondering what is the best performing code. In order to determine that i had to benchmark my code, but benchmarks are hard to write. Luckily there is a open source project that does this work perfectly good and very easy. The name of the library is BenchmarkDotNet and the documentation can be found here. The only thing you have to do is: Create a console application project (.NET/.NET Core) Install the nuget BenchmarkDotNet and it’s dependencies Always run in release mode! The following code is needed in the Program Main ...

July 11, 2017 · 2 min · 396 words · Sotirios Mantziaris

Tripping the circuit

This is probably one of the most useful “cloud” patterns out there and it is fairly easy to implement. There are great articles and implementations, like Polly, already on the internet about this pattern so why another one? Κρείττον οψιμαθή είναι ή αμαθή. Socrates 469-399 BC., Philosopher Which translates to: Better too have learned lately than never, as he tried to explain why he learned to play guitar in his old age. ...

January 6, 2017 · 4 min · 647 words · Sotirios Mantziaris

dotNETZone.gr meetup .NET core presentation

The presentation was about the current state of .NET Core in the Linux World. Here are the slides of the presentation and the github repository. Thanks for attending.

November 24, 2016 · 1 min · 28 words · Sotirios Mantziaris

TT || !TT aka To TAP or not to TAP

Ramblings on Tasks, async-await and ASP.NET. The slides from the meetup do contain common issues encountered when working with TPL, async-await and ASP.NET along with some good practices. These are off course not all. Please let me know if you have any suggestions. Thanks for attenting.

May 25, 2016 · 1 min · 46 words · Sotirios Mantziaris