Two weeks ago .NET Core 3.0 was officially published. Together with the new framework version, Visual Studio 2019 got support for a long-awaited C# 8.0. The complete list of the new language features is available here on the MSDN, but the one that deserves special attention is Nullable reference types. In this blog post, I will show you how to use this new language feature and how to achieve similar benefits if you still cannot use .NET Core 3.0 in your projects.
Strona głównaUżytkownik
cezarypiatek | użytkownik
Dzisiaj w podcast’cie gościłem Annę Prończuk-Omiotek, która jest trenerem wystąpień publicznych i nie tylko. Poruszaliśmy wiele spraw związanych z:wystąpieniami publicznymi,szkoleniem prelegentów,organizowaniem wydarzeń.Podcast dostęp...
This blog post continues the series "Avoid thread synchronization problems with Roslyn" and this part is about the traps related to the usage of synchronization primitives.
Introduction to docker-compose with example written in C# on .NET Core 2.2 composed with MySQL database.
How I built a very simple macro system for C# that works right in the code editor
Warsztaty hands-on z programowania RabbitMQ w C#. Pomoc dla wszystkich którzy zainstalowali serwer i teraz chcieliby szybko i sprawnie opanować wykorzystanie tego narzędzia w swoich projektach.
Sztuka programowania 1944 dni, 8 godzin, 6 minut temu 200 źrodło rozwiń
I've decided to create a series of blog posts where I will present what I've recently learned about the traps related to the multithreading in C#. I will also show you my proposition of Roslyn analyzers that can possibly help to avoid those issues right at the stage of writing the code. This part is about choosing a suitable object for locking.
Sztuka programowania 1951 dni, 7 godzin, 46 minut temu 65 źrodło rozwiń
Otwieramy solucję, buildujemy projekt, czekamy chwilę i co widzimy? Wszystkie projekty się zbudowały. Chyba jest więc dobrze? No i właśnie niekoniecznie. StyleCop i FxCop pomogą pokazać, co można by poprawić w naszym projekcie.
How to avoid common mocking issues and save a lot of typing with the help of Roslyn.
This article shows how to Dockerize .net core application which has references to solution projects, which may not be obvious for beginners. Generally this is good article to start learning Docker :)
Reading time ~11 minutes So, Yes. I hit a pause button on writing because many things were happening, and as it turns out, you can only squeeze 24 hours in one day. Who knew? However (hopefully) my blog will come back to life. One of the things that kept me busy during this time was realizing one of my goals: Make a video course for Pluralsight. And I made it: Now that it is done, and I had a few months to reflect, a few lessons for those thinking about doing any video course.Choosing the course ...
No matter whether you’re a student making their first steps into the data analysis world or a young entrepreneur trying to get insights from the customer data, you may be astonished about the pricing of high volume analysis workflows. Enterprise solutions can be extremely costly due to high computing power and huge storage demand. Deep, technical knowledg...
Mówi o sobie, że zarabia pieniądze opowiadaniem historii. I jak się okazuje tak jest. Jest zawodowym prelegentem. To znaczy, że prezentowanie to jego zawód?… Jest jednym z najlepszych prelegentów w Polsce. Swoje umiejętności budował latam...
Over a year ago I wrote a blog post about designing exceptions. I found this article very useful by myself and I used it as a reference a few times during code review. However, it’s almost impossible to expect that, after reading the recommended resource, anybody would start to apply described rules immediately and remember about them all the time.
Sztuka programowania 2000 dni, 8 godzin, 9 minut temu 91 źrodło rozwiń
Dzisiaj chciałbym podzielić się zestawem reguł, który w różnych projektach stosuję od lat. Pod to stworzyłem repozytorium https://github.com/kmorcinek/dotnet-tools-settings Korzystam ze StyleCopa od ładnych kilku lat. Jest to niezbędne narzędzie gdy stosuje się Code Review. Po prostu szkoda czasu i ludzkiej cierpliwości, żeby ręcznie wytykać komuś coś, co może wychwycić narzędzie.
Brałam ostatnio udział w warsztatach z Node.js, na których poznałam przydatną komendę npm audit. Pozwala ona na sprawdzenie pakietów wykorzystywanych w projekcie pod względem nieprawidłowości. Ale zacznijmy od początku...
TeamCity has really good support for running PowerShell, however, it can cause some troubles if it’s not configured correctly. After coming across the same mistakes and issues over and over again, I finally decided to write this article that shows how to use PowerShell properly, together with TeamCity.
In the early days of dotnet core, there was an attempt of changing the C# project file format. The old “csproj” based on XML format was replaced with .xproj/project.json. However, after releasing dotnet core 1.0 the authors decided to get back to XML file. The format stayed the same but the specification went through a major change. With the new schema...
Event Storming nie jest narzędziem skierowanym jedynie do problemów informatycznych. Zobacz jak radzi sobie z poprawą pracy organizacji lub firmy.
In this post, I will show you how to build a self-maintenance mechanism for ELK stack using curator together with cron scheduler.