The world is constantly changing but it's not that hard to work from home. Beware of those obstacles utilize your time every day.
Strona głównaUżytkownik
mszynka | użytkownik
What happened in C# 8.0 when it comes to data types? Learn more.
Sztuka programowania 1704 dni, 13 godzin, 22 minuty temu 139 źrodło rozwiń
Have you ever wondered how you can use somebody's external library with native API calls? With side-loading - P/Invoke style.
Sztuka programowania 1704 dni, 13 godzin, 22 minuty temu 54 źrodło rozwiń
Azure DevOps can do many marvelous things. It gives you process transparency and automation and so much more with logging and simply more control of the CI/CD processes. Here is a story on how to manage and automatically control you deployment process using enterprise tools.
Today a friend showed me a piece of code that was supposed to serialize some Model to XML string without any consideration for custom namespaces apart from defined in given Model. Ok, so we need an instance of XmlSerializer for Model’s type and we will use XmlWriter to write through some MemoryStream and read the contents at the end. Seems quite obvious but is it? Let's dive into caveats of stream processing.
Sztuka programowania 2045 dni, 14 godzin, 38 minut temu 32 źrodło rozwiń
Jak wykonać prawidłowo wersjonowanie API? Odpowiemy sobie na to pytanie analizując produkty (Twitter, Facebook, YouTube, Google Maps, GitHub, GitLab, Azure) największych graczy na rynku. Wyobraźmy sobie sytuacje nadchodzi dzień, w którym biznes podaje nowe wymaganie, wiąże się to z zmianą modelu przekazywanego do żądania. Zmiana modelu w aktualnym kodzie spowoduje, że klient nie otrzyma prawidłowej odpowiedzi dla...
Sztuka programowania 2237 dni, 14 godzin, 4 minuty temu 188 źrodło rozwiń