Strona głównaUżytkownik

miloszpiechocki | użytkownik

miloszpiechocki
miloszpiechocki
97,07
2534 dni, 54 minuty temu
31 marca, 2017
dotnetomaniak.pl

W artykule opisuję swoje skromne doświadczenia związane z prezentowaniem na meetupach i konferencjach oraz pokazuję jak można w łatwy sposób rozpocząć swoją przygodę z publicznym przemawianiem.

Dziel się z innymi:
An introvert's guide to public speaking - Code with style!

Inne 2705 dni, 22 godziny, 21 minut temu miloszpiechocki 57 źrodło rozwiń

Recently at work I’ve been looking into migrating our projects from VS2013 to VS2017. As part of the process we decided to move from C# 5.0 to C# 7.0. It turned out that after the switch some of our projects won’t build anymore. I spent some time investigating the issue and found the outcome interesting so let me share my story with you.

Tagi: C# 6.0, roslyn
Dziel się z innymi:
Method overload resolution in C# 6.0: an interesting bug story

Sztuka programowania 2770 dni, 12 godzin, 46 minut temu miloszpiechocki 65 źrodło rozwiń

Miłosz Piechocki This post is another attempt on explaining the M word in an approachable way. This explanation will best suite C# developers who are familiar with LINQ and query expressions. However, if you are not familiar with C# but would like to learn how powerful and expressive some of its features are, please read on!Recap of LINQ and query expressions LINQ is a technology introduced in C# 3.0 and .NET 3.5. One of its major applications is processing collections in an elegant, declarative way. ...

Dziel się z innymi:
Understand monads with LINQ

Sztuka programowania 2780 dni, 17 godzin, 42 minuty temu miloszpiechocki 115 źrodło rozwiń