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
DelphiInterview

Developer Stories: Marco Wobben Discusses His CaseTalk Software

Marco Wobben has been using Delphi since the 1.0 version. He submitted his software (CaseTalk) as a showcase entry at the Delphi 26th Showcase Challenge and we got to talk to him about his Delphi adventure after many years of developing with it. You can check out his software through the CaseTalk website. When did you start using RAD Studio/Delphi and have long have you been using it? I have…
Read more
DelphiInterview

Developer Stories: George Kirkwood Gives Insights On SiteZilla

George Kirkwood has been working with the programming language ever since Delphi 1. His application (SiteZilla) showcase entry was an excellent addition to the Delphi 26th Showcase Challenge and we exclusively asked him about how he works with Delphi. Take a look at his SiteZilla website for further knowledge about his application. When did you start using RAD Studio/Delphi and have long have…
Read more
IDE

15 Tips to Graduate from Classroom C++ to Modern C++ Part 3/3

Adopt the latest standards C++ is a great programming language with it’s standards dating from 1998. The C++ standard is not about teaching how to use C++; it is a formal and very detailed technical document intended primarily for people writing C++ compilers and standard library implementation. This allows developers to code knowing that their code will work on other toolchains implementing…
Read more