In this CodeRage session, we’ll create a simple real-time multi-platform chat application in RAD Studio using the Devart SecureBridge component called TScHubConnection, which implements the functionality of a SignalR client.
What can you do with SignalR?
While chat is often used as an example, you can do a whole lot more. Any time a user refreshes a web page to see new data, or…
Learn How Easy It Is To Connect To Microsoft SQL Server Using FireDAC In RAD Studio
October 20, 2020
Connecting to Multiple Enterprise Databases is no more a time consuming task in making connections and login to databases. FireDAC is a Universal Data Access library for developing applications for multiple devices, connected to enterprise databases. With its powerful…
Connecting and Read/Write to Microsoft Excel becomes a common need among many Applications. How to do with ADO connection in your C++ Builder Application? This Post guide will you to do that and its very simple steps.
Assume you need to create a application, Read data…
Learn About Powerful WebSockets Solutions For Delphi
October 20, 2020
TheWebSocket is a communication protocol, that makes it possible to open a two-way interactive communication session between the user’s browser and a server. With this, you can send messages to a server and receive event-driven responses without having to poll the server for a reply.
Applications that require Real-time data streaming, Synchronization uses WebSocket primarily. Most…
Buster's Introduction
October 19, 2020
Hello, world. I’m Buster (Adam Leone), a new member of the Embarcadero team as a software development intern. I’m primarily working with Jim McKeeth and will be focused on refreshing my stale college-era programming skills, learning the range of Embarcadero…
RAD Studio with Delphi - The Original Low Code!
October 19, 2020
These days low-code development is en vogue. Various research groups, such as Gartner, put the low-code application development platform market at ~$10M billion in 2019 and project CAGR to be greater than 20% from 2020 to 2027. In contrast, the market for developer tools has…
KisKis The Crazy Social Network For Android And iOS In Delphi
October 19, 2020
KisKis is a mobile social network built in Delphi FireMonkey . Available in both the Android and iOS app stores, it exemplifies what FireMonkey is capable of. KisKis is free to download and use, but they do advertise a premium service. KisKis runs at 60 frames per second on both mobile (Android, iOS) and desktop (Windows, macOS) platforms, even with thousands of profiles loaded. It was named one…
Most of the time when developing multi-device applications we developers may need to create screens on top of another( e.g., Dialogs). Thinking? we have built-in dialogs to do that Job, then why this post? These dialogs are for showing standard messages with standard…
Learn How to Deploy Your Delphi Applications To The Microsoft Store
October 19, 2020
Microsoft Store is not just applications or games store. You can buy dozens of devices and available physical stores also. This is an immense market for you! Since you are developing applications with Delphi, you can build and deploy applications to the Microsoft Store…
High-Performance Remote Cloud Logger For Cross-Platform Delphi/C++Builder Application
October 19, 2020
Developing Cross-Platform Multi-device Application is made easy with Delphi/C++ Builder. It’s a challenging task to diagnose run-time issues with our application running on various platforms. That too to examine the run time state of our application running on iOS and Android devices are very difficult using the debugger or mobile platform-specific logging. Not to worry. GrijjyCloudLogger…