-
An Introduction to Distributed Tracing with OpenTelemetry in .NET 7
Last updated: Thursday, December 8, 2022
Published in: CODE Magazine: 2023 - January/February
OpenTelemetry is an open-source distributed tracing framework. Companies that use it can make more informed decisions about their operations. Learn to use it through an example ASP.NET 7 project.
-
Migrating Monolithic Apps to Multi-Platform Product Lines with .NET 5
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2021 - March/April
Learn to migrate older applications to .NET 5. Learn to use "ports-and-adapters" (hexogonal architecture) along with design patterns and principles from domain-driven design (DDD) to help you modify your old software so you can split the business logic into independent assemblies.
-
Docker
Last updated: Monday, April 26, 2021
Published in: CODE Magazine: 2018 - May/June
Ted explores this great open-source tool that performs OS-level virtualization and helps your system recognize changes in code.
-
Prepare Visual Basic for Conversion to C#
Last updated: Friday, April 8, 2022
Published in: CODE Magazine: 2018 - May/June
There’s nothing wrong with coding in VB, but to stay contemporary, you need to get coding in C#. Paul shows you how to convert legacy VB files to C# without re-inventing the wheel.
-
Software Archaeology
Last updated: Tuesday, May 11, 2021
Published in: CODE Magazine: 2017 - November/December
If you’ve ever had to step through legacy code—even your own—you understand what a mystery some of it can be. Chris provides some tips and tricks for figuring it out.