In this blog post, I’m going to describe how to create a tool for generating code during the build process and how I used it to create auto-synchronizing mapping classes.
Strona głównaUżytkownik
cezarypiatek | użytkownik
Kiepscy programiści często wypowiadają słowa klucze, po których da się ich poznać. Oto kilka zdań, jakie można od nich usłyszeć...
Sztuka programowania 34 dni, 8 godzin, 56 minut temu 430 źrodło rozwiń
Documentation for new csproj format, as well as for Nuget related properties, is scattered across different MSDN documents, so I decided to create this blog post as a reference to what I’ve recently learned and discovered about the project’s options that affect the content of the output directory.
W tym odcinku After.conf na przesłuchanie wziąłem Willy’iego Picarda. Pracował wiele lat na uczelni. Ma duże doświadczenie w wystąpieniach przed różnego pokroju publicznością. Wystąpienia publiczne przed studentami, a może grillowanie...
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.
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 104 dni, 9 godzin, 53 minuty temu 186 ź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 111 dni, 9 godzin, 33 minuty temu 59 ź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 160 dni, 9 godzin, 56 minut temu 84 ź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.