Coding with Titans

so breaking things happens constantly, but never on purpose

Install .NET Core on Raspberry Pi

.NET Core 3.1 for ARM32 Installing .NET Core on Raspberry Pi 4 is a very straightforward process these days. There are plenty descriptions in the wild, so please welcome my own guide on this subject too. Login into Raspberry Pi and upgrade all current modules to latest. sudo apt update sudo apt upgrade Install some dependencies, that .NET Core relies on (as described here). Potentially all of them are already on your system, but let’s be sure. Read more →

Remove dotNet Core from macOS

I just realized that several years of .NET Core running on macOS have passed. And during that time I have installed all possible SDK, runtime and patches. Now, most of them are so old I don’t even dare to run them anymore nor write an app against, always staying on the bleeding edge. Let me then proudly present a bash script to remove the unnecessary ones. It was based on the official info on how to do it right. Read more →

Multiple parallel authentications in ASP.NET Core 3.x

One day you write an application and all seems to go smoothly and quickly. The other day you have a brilliant idea, new improvement that was bothering you for very long time. Even due to world global pandemic (ironic, right?) you finally found a free slot to implement it! Then you got immediately blocked, stopped and wasting whole day on browsing the Internet looking for a solution. You start experimenting, playing with the technology/framework/library and finally you open the documentation and read the manual. Read more →

Narzędzia współczesnego programisty

18 czerwca na XI spotkaniu Wrocławskiej Grupy .NET przedstawiłem tę oto prezentację. Omówiłem w niej zbiór narzędzi, który stanowi uzupełnienie Visual Studio i jest wręcz ‘niezbędnikiem’ podczas codziennej pracy programisty .NET. Materiały z sesji pobrać można tutaj. Read more →

Kompilacja automatyczna – MS Build

20 marca na VIII spotkaniu Wrocławskiej Grupy .NET w małej salce na Politechnice Wrocławskiej zaprezentowałem możliwości pisania skryptów MS Build. Prócz historii, podstaw składni i najprostszych przypadków użycia, zobaczyć można było rozszerzanie i zadania społeczności (community) na swój sposób widzącej zadania związane z przetwarzaniem plików z kodem i zasobami. Materiały można pobrać tutaj. Read more →

Visual Studio 2008 – Installfest – Wrocław

22-go stycznia na Uniwersytecie Wrocławskim miało miejsce wydarzenie organizowane przez Wrocławską Grupę .NET (wrocnet.org). Jego celem była promocja nowej wersji wydanego na dniach Visual Studio 2008. Brawa dla dzielnych, młodych organizatorów. Ja na tej imprezie byłem, miód i wino szklankami piłem, a nawet miałem okazję poprowadzić sesję. Niestety było to moje pierwsze publiczne wystąpienie przed tak dużą publicznością. Mimo wszystko wspominam je mile. Materiały można pobrać tutaj. Read more →