Learn how Embarcadero’s newly released free Python GUI modules bring the power and flexibility of Delphi’s GUI frameworks to Python. VCL and FireMonkey (FMX) are mature GUI libraries. VCL is focused on native Windows development, while FireMonkey brings a powerful flexible GUI framework to Windows, Linux, macOS, and even Android. This webinar will introduce you to these new free Python…
5 Of The Many Reasons LearnCplusPlus.org Is A Hidden Gem
January 12, 2022
Hello C++ Developers,
LearnCPlusPlus.orgis packed full of great articles for professionals and beginners alike. The posts vary from articles suitable for people who are just starting to learn C++ – basics like string handling, pointers, loops and all those…
RAD Studio 11 Alexandria January PAServer Patch Available
January 12, 2022
Following the release of the general RAD Studio 11 Alexandria November Patch, the R&D team at Embarcadero is now making available an additional update to the Platform Assistant Server (PAServer) for the Apple macOS platform to support recent updates of the Apple…
Why We Love Windows Development (And You Should, Too!)
January 11, 2022
I can say, with confidence, that desktop apps are not dead, in fact they are very much alive and thriving. Web apps are on the rise and it’s a common trope to say that web applications can replace windows app development. But they couldn’t do that. In some cases, Web apps are suitable as the primary way for users to consume your product ideas and output. But mostly, web apps are an…
5 Great Reasons To Visit LearnCplusPlus.org Today
January 10, 2022
Hello C++ and Delphi Developers,
We have new posts every day on LearnCPlusPlus.org packed full of great articles for professionals and beginners alike. Lots of new modern C++ topics to speed up your C++ app (or apps!) and to make them look visually stunning with an…
You Need To Know The Compelling Reasons For Native Apps
January 10, 2022
Native app development has substantial benefits over framework-based “one size fits all” comprises whether it’s for native windows development or mobile devices. It is simpler, less convoluted and circuitous to create, easier to run, and the user interface…
Your first .NET/Interbase App - How to connect .NET and the Interbase secure data store
January 9, 2022
Hi devs! This is the 3rd post from a series about Interbase for .NET developers. If you just arrived on this channel, the first “Introducing InterBase for .NET – A Super-Secure Embedded Data Warehouse For .NET Users” can be found here, and the second “Getting Started With InterBase For .NET – Install, Configure And Secure Your Data in Minutes” is available through…
Writing Your Own Components For The FastReport Dialog
January 7, 2022
When creating a report, it is important not only to make a beautiful printed form that will display the data necessary for the user. but also a convenient prepress dialog where the user can set the parameters for generating the report.
In the RAD Studio IDE Software, on…
10 Easy Top-Notch Tips Every Software Developer Should Know
January 6, 2022
Over time, software development has experienced significant changes in design as well as implementation methods. As the market evolved, the software industry, particularly those previously specializing in Windows application development, also had to adapt to that evolution…
How To Create Real-Time Applications With SignalR On Windows
January 5, 2022
History on Client-Server Apps
When the original web first came into widespread public use things were reasonably basic. Webpages were effectively specialized documents, like a library. Users clicked on links to articles they found interesting. Somewhere, perhaps on another side of the world, another computer or server was the destination for that click or as we came to call it: the request. The…