Delphi

Targeting Windows 10’s Windows Subsystem for Linux with Delphi for Linux

More information on Targeting Windows 10’s Windows Subsystem for Linux with Delphi for Linux. Currently, this is all the content from the slides. I’ll add a link for the replay later. What’s is the Windows Subsystem for Linux Benefits & use cases Why do you care? Timeline When were Subsystems introduced? Distributions Which Linux distros work with WSL? Installation and…
Read more
Delphi

YouTube and WordPress Enterprise Connector Spotlight

For July, we are spotlighting the YouTube and WordPress Enterprise Connectors.We are hosting our Enterprise Connector Spotlight webinar on Wednesday, July 31st at 1 PM Central Time. If you register with your active Enterprise Connector License Key, then you will…
News

New RAD Server (EMS) Articles, Resources, and eBook

We just hada fantastic RAD Server Webinar with David I., and have started publishing a series of articles and an ebook also by David I. This post is an index or hub for all these resources, and I’ll update it as we continue to roll them out. The Complete Guide…
Delphi

Evaluating Web Development Frameworks for Delphi

An overview of the various web development technologies available to Delphi developers. [Slides] [Replay] Frameworks covered: Server-Focused DataSnapTCP/IP, HTTP, HTTPS, REST Creating REST Server with DataSnap Mars-CuriosityLightweight with cross-platform…
C++

Webinar Replay: C++ Software Security Sins

In the world of software development, we are up against new cyber security threats each day, and the risks and consequences of un-secure software is too great to be unaware of.   Join presenter, Mary Kelly, to address the key security sins related to C++ applications, how…
C++

Using C++ Templates to Write Functions and Classes

C++ Templates : Blueprints for Generic Classes and Functions C++ Templates are a powerful feature within the C++ language that extends your capabilities within C++. Templates are a foundation of generic programming that lets you reuse your source code if you have…