Mavidian Blog
What if WSDL lies?
Posted by Wojtek Dziegielewski on May 28, 2021
Consuming a SOAP service using WCF may be quite an adventure.
.NET Core and .NET Standard are not the same
Posted by Wojtek Dziegielewski on Dec 12, 2020
I fell into the same trap twice - not every .NET Core feature is available in .NET Standard.
Colorful Command Prompt
Posted by Wojtek Dziegielewski on Oct 16, 2019
In Windows 10, command prompt window can be in color.
Programming in Style - Procedural vs Functional
Posted by Wojtek Dziegielewski on Oct 14, 2019
A walkthrough demonstrating contrasts between procedural and functional programming styles in C#.
From OOP to FP - Teaching an Old Dog New Tricks
Posted by Wojtek Dziegielewski on Oct 11, 2019
My journey of transitioning from a seasoned object-oriented developer to embracing functional programming principles.