This repository hosts the source code and supporting assets featured in the DBL Talks podcast on Synergy DBL. Each episode introduces a focused technical topic and uses these samples to reinforce the material.
- Format: short, conversational sessions created to supplement Synergy DBL training with practical walkthroughs.
- Audience: developers who want quick, real-world examples that build on the core product documentation.
- Goal: provide take-home projects you can run, explore, and extend after listening to an episode.
episode1/- materials for Episode 1, including theEp1Demo.slnsolution and shared build settings inCommon.props.- Future episodes will follow the same pattern, adding a new top-level directory for each release.
- Episode 1: Basic I/O in Synergy DBL - demonstrates basics of CRUD operations in Synergy DBL, setting the stage for future deep dives into file handling, error management, and coding patterns.
- Ensure you have a Synergy DBL development environment (Synergy/DE, the Visual Studio integration, or your preferred compiler toolchain).
- Clone or download this repository.
- Open the episode solution (for example,
episode1/Ep1Demo.sln) in your IDE, or build via the Synergy command line tools. - Review the accompanying code comments and adapt the samples to match your own learning goals.
If you discover an issue, spot a typo, or have an idea for future topics, feel free to open an issue or submit a pull request. We also welcome episode suggestions directly through the podcast feedback channels.
Happy coding, and thanks for learning with DBL Talks!