Dynamic Type in C#
The dynamic type has been added to C# since C# 4.0 (.NET 4.5) and its main purpose is to bypass...
Read MorePosted by Vladimir Pecanac | Updated Date Aug 3, 2022 | C#
The dynamic type has been added to C# since C# 4.0 (.NET 4.5) and its main purpose is to bypass...
Read MorePosted by Vladimir Pecanac | Updated Date Sep 4, 2020 | C#, HTTP
In our article A Few Great Ways to Consume RESTful API in C# we introduced a few different ways to...
Read MorePosted by Vladimir Pecanac | Updated Date Sep 2, 2020 | Continuous Integration, DevOps
In the previous post, we’ve discussed why continuous integration is important, what makes a...
Read MorePosted by Vladimir Pecanac | Updated Date Jun 29, 2022 | Continuous Integration, DevOps
So far in this series, we’ve gone through a lot of different concepts and learned a thing or...
Read MorePosted by Vladimir Pecanac | Updated Date Sep 2, 2020 | DevOps
In the previous part, we’ve learned how to utilize Docker Compose to tie multiple containers...
Read More