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.
Strona głównaUżytkownik
miloszpiechocki | użytkownik
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.
Sztuka programowania 2779 dni, 4 godziny, 6 minut temu 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. ...
Sztuka programowania 2789 dni, 9 godzin, 2 minuty temu 115 źrodło rozwiń