In this issue....
11.1.1c patch is available Important quality improvements for REV11 licensing A patch release for Windows and Unix is available to download. All customers are encouraged to update to 11.1.1c for important quality improvements. This update includes new versions of the following products:
See the release notes for a complete list of 11.1.1c changes and the Synergy/DE 11 page for information about the latest Synergy/DE features. After careful consideration, and in light of ongoing coronavirus (COVID-19) developments, we have decided to postpone the 2020 Synergy DevPartner Conference to May 10–14, 2021. This will allow us to provide the DevPartner Conference experience that our customers deserve and have come to expect in a safe environment. In the meantime, we will be offering more educational webinars and have a few other plans in the works. Keep an eye out! Modifying Strings Without Getting Strung OutBy Galen Carpenter, Senior Systems Software Engineer We added the StringBuilder class to traditional Synergy in version 11 to provide some of the more useful functionality of the .NET StringBuilder class. StringBuilder is a way to manipulate string objects. Since a string object cannot be modified without creating a new string object, the StringBuilder class provides a way to modify a string without the overhead of creating multiple string objects. What are we blogging about? Have you subscribed to the Synergex blog yet? It's one of the best places to read about the latest tips and info for developers working with Synergy, directly from the Synergex team. Get real-time updates via email by subscribing to the blog. Make sure you’re getting the most out of the Synergy developer community The Synergy Resource Center Community is the place to make yourself heard! Have thoughts about Synergy/DE? Got an idea for a feature that would make your development life so much easier? Maybe we’ll incorporate your idea into our next release. Post your ideas or vote on other ideas you'd like to see implemented. Voting helps us prioritize and determine which ideas would be helpful to the largest group of developers. Not a Community member? Are your development needs being met? Need general development help or application support? Trying to implement something new? Our breadth of software consulting services has you covered. Our Professional Services team of experts can help with everything from the generic (system assessments, documentation, staff augmentation, managed services) to the specific (Visual Studio migration, building RESTful web services, data replication, cloud migration). Tech Tip Making sure changes to code in Visual Studio projects are reflected at runtimeIf changes you make to code in a Visual Studio project don’t make it into a build, check the date and timestamp for the executable or library file created from the project. If the date and timestamp indicate the project was not built, check the solution’s active configuration. For example:
For more information on build configurations, see Configurations, platforms, and profiles in the Synergy/DE documentation. #FunFact The hashtag (#) symbol is technically called an octothorpe. Industry News & Articles
|