The Synergex Blog

Product announcements, technical articles, and other useful information for Synergy developers.

Subscribe to the Synergex Blog

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

September 30, 2024

Infrastructure as Code

Have you ever migrated a database, server, or network from one environment to another? This could include duplicating it for both development and production instances, executing […]
August 20, 2024

The Future of Software Development: Embracing Cybersecurity and SOC 2 Type 2 Compliance

In the rapidly evolving realm of software development, the accelerated pace of technological innovation has driven the demand for resilient cybersecurity systems and practices. As software […]
August 7, 2024

UI Automation and What It Can Do for You

“You’ve probably got a lot to do. I suggest you leave it to me.”                                              —HAL, 2001: A Space Odyssey UI automation is an important part […]
April 5, 2024

Casting a Wider .NET: Running Your Synergy Applications on Linux with .NET

What It Is Microsoft .NET (previously called .NET Core) is a multi-platform framework. In terms of Synergy .NET, this means that an application targeting .NET 6 […]
December 15, 2023

Compiler Tips: How to Leverage Efficiency and Maintainability

You can increase the efficiency and maintainability of your Synergy DBL code, whether it be traditional or .NET, by learning some implementation details of the Synergy […]
December 7, 2023

Responding to Change, the Key to Software Project Success

Good, fast, cheap. Choose two. The project management “iron triangle” expands on the common law of business balance by contending that a project is constrained between […]
April 3, 2023

MSBuild CLI: A Gateway to Continuous Integration/Delivery

The usual way to build software products during development is with an integrated development environment (IDE) such as Microsoft Visual Studio. Code changes are made in […]