Database Development
Multitier with DataSnap
Marco Cantů
Wintech Italia Srl
Delphi 2007 saw the introduction of a brand new version of DataSnap, based on sockets and with the inclusion of server methods. This is a relevant new version and the foundation of the updates coming in Weaver.
Class helpers – extending libraries without changing them
Jeroen Pluimers
better office benelux
Delphi class and record helpers allow you to extend existing Delphi libraries at any place in the inheritance hierarchy without changing the libraries. You will see helpers for TComponent, TControl, TApplication, TDataSet, TSQLQuery, TFormatSettings, TXMLDocument and many more. Some of them have to do with adding for - in support at various levels, but it also can make your queries easier.
Reliable communication between applications with Delphi and ActiveMQ
Jeroen Pluimers
better office benelux
Message Queueing is a reliable way for applications to communicate with each other, especially in environments where applications or communications might not be a 100% reliable. This session shows you how to use the leading Open Source ActiveMQ from Delphi.
An Introduction to LINQ in Delphi Prism
Cary Jensen
Jensen Data Systems, Inc.
This presentation provides Delphi Prism developers with an overview of LINQ (Language Integrated Query), a declarative language for working with collections of objects in .NET. Topics discussed include LINQ to Objects, LINQ to DataSets, LINQ to XML, lambda expressions, and a look at LINQ to Entities and the Entity Framework.
