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 1717 dni, 3 godziny, 58 minut 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 1717 dni, 3 godziny, 58 minut 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 2058 dni, 5 godzin, 15 minut temu 32 źrodło rozwiń