DatabaseInterBaseNews

InterBase ADO.NET Webinar Replay

I was recently joined by Stephen, Sriram and Marco for a webinar on the release of our updated ADO.NET drivers for InterBase. (Recording below) The ADO.NET driver has both 32 and 64 bit support for InterBase and integration with DDEX and Entity Framework 6, giving you full customization and control over your development with InterBase and Visual Studio. InterBase server runs on Linux and Windows…
Read more
News

New Delphi’s Object Pascal Style Guide

Embarcadero has just published on the docwiki site an updated version of the language style guide. The document has been updated to cover modern Delphi language features and some changes to the coding style Over the last few months I drove an effort to publish a new Object…
C++Code

C++ Lambda Expressions for Beginners

A lambda expression defines an anonymous function or a closure at the point where it is used. You can think of a lambda expression as an unnamed function (that’s why it’s called “anonymous”). Lambda expressions make code cleaner and more concise, and allow you to see behavior inline where it’s defined instead of referring to an external method, like a functor. They usually follow the…
Read more
IDENews

Helping the Linker: Split DWARF and Linker Memory Usage in C++Builder 10.4.2

The linker is a core part of the C++Builder toolchain – after all, it’s the part that collects the compiler’s output and creates your final binary, so it’s hard to understate its importance! – and because it brings the entire application together at once, it can use a lot of memory. C++Builder 10.4.2 is not the first release where we’ve introduced linker improvements: making…
Read more
C++Delphi

Powerful GPS Indoor And Outdoor Location Tracking Solution For Windows And Mobile

BeaconFence is a new developer proximity solution that provides GPS-free indoor and outdoor location tracking as well as events that occur as the user of the smartphone application moves within an area or zone. BeaconFence has a mapping technology that allows you to define rectangular and radial zones for any physical layout. With the BeaconFence technology, you can track location information…
Read more