EventPipeProfiler is a new cross-platform profiler that I’ve implemented in the BenchmarkDotNet library. It allows profile .NET code on every platform - Windows, Linux, macOS. Collected data are exported to trace files (.speedscope.json and .nettrace) which can be analyzed using SpeedScope, PerfView, and Visual Studio Profiler. This new profiler will be available from the 0.12.1 version.
Strona głównaUżytkownik
gorallo | użytkownik
.NET application is “just” a piece of CIL bytecode to be executed by the .NET runtime. And .NET runtime is “just” a program that is able to perform this task. But what if we write .NET runtime as… .NET appli...
If you are still using regex for setting AssemblyVersion you should definitely read this article.
The BenchmarkDotNet library is great for creating benchmarks that can be run on a local machine in a very simple way. In this post, you will learn how to run them in a Docker container with a different operating system or using a different .Net Core version.
✍️ Napisałem po raz pierwszy od ponad 1,5 roku wpis na blogu. Ważny dla mnie wpis. Piszę o źródłach otwartości, gdzie ich szukać i jak samemu też nim być. Być może docieram do rejonów Paolo Coelho, ale liczę, że i Tobie się to przyda.
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.
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.
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.
Programista 10x to osoba, której wydajność jest dziesięciokrotnie większa od przeciętnego inżyniera oprogramowania. Niektórzy nie wierzą, że jest to możliwe, inni twierdzą, że sami są programistami 10, a nawet 100x. Czy programista 10x istnieje? Jak zostać programistą 10x?
Sztuka programowania 1887 dni, 12 godzin, 52 minuty temu 213 źrodło rozwiń
How I built a very simple macro system for C# that works right in the code editor
The NativeMemoryProfiler is a new diagnoser for BenchmarkDotNet that I implemented in version 0.11.6. In this post, you will learn how to analyze native memory allocations in your code. It sounds like a difficult topic, but trust me, you can do it really easily with BenchmarkDotNet.
“Ref structs were introduced in C# 7.2, and this is not the place to reiterate their usefulness, but in return they come with some severe limitations, such as not being able to implement interfaces. Ref structs can now be...
Sztuka programowania 2107 dni, 1 godzinę, 20 minut temu 146 źrodło rozwiń
In this post you will learn how to generate the disassembly of .NET functions and how to diff many of them.
The YamlDotNet is the most famous library to manage YAML format on .Net platform. This library is really stable and good solution. Many of my programs use this library, so I thought that this is prefect open source project that I can improve.
Sztuka programowania 2151 dni, 12 godzin, 3 minuty temu 122 źrodło rozwiń
The history of the first pull request to BenchmarkDotNet.
Sztuka programowania 2156 dni, 11 godzin, 48 minut temu 77 źrodło rozwiń
Oficjalnie mogę już ogłosić, że moja książka została opublikowana! Jest dostępna w sprzedaży w różnej formie, na różnych sklepach. Poniżej krótkie Q&A na ten temat.
Pewnie bardzo często dodawałeś nową zależność w projekcie. Klikałeś opcję “Manage NuGet Packages…”, wybierałeś pakiet i go instalowałeś. Może w Twojej głowie przemknęła wtedy myśl: Ciekawe skąd się biorą pakiety NuGet?
Extended XML Serializer for .NET 4 and .NET CORE.
Luźny wpis, w którym poruszę temat raportowania stanu projektu. Zachęcam do przeczytania wszystkich, którzy takie raporty piszą, a przede wszystkim tych, którzy je czytają :). Odpowiem dlaczego pytanie „ile procent projektu mamy ukończone?” może zakłamywać rzeczywistość i dawać złudne poczucie bezpieczeństwa. Pokażę również bardziej skuteczną metodę raportowania stanu projektu. Gdy stawiałem pi...
Ależ jesteśmy rozpieszczeni! Królowie świata i okolic! Każdy chce nam, programistom, dogodzić, nie zważając czy ma to sens czy nie. Zupełnie. Ale czy firmy, padając przed programistami na kolana, faktycznie robią dobrze i sobie i nam? I co my na to? O negatywnym wpływie wszelkich przejawów jesteśmy-wielką-rodziną-przytulmy-się-i-żyjmy-razem-bullshit na programistów pisałem już niedawno w bardzo chodliwym poście “Nie sprzedawaj się za piłkarzyki“. Ale jakie skutki na zachowanie programistów względem firm...