ASP.NET MVC in Delphi Prism
Hadi Hariri – iMeta Technologies
CodeRage 4,
08-Sep-2009
Relevant to: Delphi Prism
This session explains the new ASP.NET MVC framework from Microsoft which allows you to create testable and maintainable Web applications. Take a look at the ideas behind it, how it works and how easily it can be extended.
|
Getting Intimate with Your Newly Inherited Database
Rick Iannitelli – Embarcadero
CodeRage 4,
10-Sep-2009
Relevant to: All-Access
Current economic trends provide ample opportunity for firms to either acquire new IT assets or divest themselves of them. Therefore, DBAs will have newly acquired databases dropped in their laps, and asked (better said, told) to understand them and pick up the ongoing support. With the technology stack that Embarcadero provides through All-Access, DBAs can quickly and easily get an understanding of these newly inherited databases. Create visual representation of the database, capture and archive all database objects in order to mitigate the risk with ongoing development of the database, and even go as far as understand the resource utilization of these databases.
|
Accessing FileMaker Data from Delphi Prism
Joe Mele – Mele Systems LLC
CodeRage 4,
11-Sep-2009
Relevant to: Delphi Prism
For years PHP has been the primary way to create a Web site that interacts with Filemaker data. Windows .NET developers, specifically Delphi Prism developers, can access Filemaker data using the XML call, as PHP does, to make Delphi Prism applications for the Web or desktop.
|
Building Amazing Applications with InterBase XE…What's New in InterBase
Christine Normile – Embarcadero
CodeRage 5,
04-Oct-2010
Embarcadero has made some recent improvements to the speed, scalability, and user-friendliness of InterBase database. This presentation is designed to give developers an overview of the latest enhancements to InterBase XE. InterBase XE is a highly scalable, powerful, database built for developers to create amazingly fast, resilient business-critical applications. InterBase XE is perfect for embedding in devices and small enterprise, desktop, and workgroup solutions. It does what developers need and doesn't get in their way.
|
Multitier with DataSnap
Marco Cantù – Wintech Italia Srl
CodeRage 5,
05-Oct-2010
This session covers Delphi's DataSnap architecture that lets you create multi-tier applications in an easy RAD way, delivering a lot of power and flexibility for your remote zero-configuration client applications. Focus is on the recent features of this architecture, including HTTP support, callback capabilities, passing JSON data, marshaling objects, and more.
|
Creating Editor Key Bindings in Delphi
Cary Jensen – Jensen Data Systems, Inc.
CodeRage 5,
05-Oct-2010
One of Delphi's more powerful capabilities, and least used, is it's flexible open tools application programming interface (API). In this in-depth presentation, Delphi expert Cary Jensen demonstrates you can use the open tools API to add your own key combinations to Delphi's editor. He concludes the presentation by showing you how to create and install a design-time package that will add your new keystrokes to any Delphi installation.
|
Fun Things to Create Using Azure and Delphi
Michael Rozlog – Embarcadero
CodeRage 5,
05-Oct-2010
Is cloud the next big thing?, Mike describes the current state of the "cloud" and some of the advantages to this approach. During this session, learn what the cloud is and how to take advantage of it with RAD Studio XE, including some great demonstrations of the new components.
|
Building Managed Code Cross Platform Applications with Delphi Prism
Andreano Lanusse – Embarcadero
CodeRage 5,
05-Oct-2010
One benefit of the .NET framework is its open architecture that allows you to build applications that run on Windows and other platforms. Using Delphi Prism, Mono and MonoTouch, developers can leverage their .NET and Delphi programming skills and existing code to build applications for Windows, Linux, Macintosh OSX, iPhone, iPad, and iPod Touch. During this session, learn how to design and create ASP.NET and deploy on Lunix and how to create an iPhone application with Delphi Prism.
|
Implementing a Session Pool in DBX DataSnap
Jon Robertson – jmrSoftware
CodeRage 5,
06-Oct-2010
Learn how to create a session pool for a DBX DataSnap server and see a demonstration of the benefits provided.
|
UI Design with Ribbons
Ray Konopka – Raise Software
CodeRage 5,
07-Oct-2010
The new ribbon user interface of Microsoft Office applications has received a lot of attention. The ribbon interface is not for every application, but for some it can be very effective. This session illustrates the steps necessary to create an effective user interface using the new Ribbon Controls that come with Delphi.
|
Database Change Management for Application Developers
Brad Wulf – Embarcadero
CodeRage 5,
08-Oct-2010
A database is a shared central resource. Unlike Java, Delphi or .NET projects where code is copied to the developer's workstation for editing, database schema objects are created and altered in a development environment then promoted to a UAT (User Acceptance Testing) environment and then ultimately placed in a production environment. DB Change Manager is the tool that assists in the process of promoting code across the various development and testing environments that an enterprise may require. DB Change Manager also integrates with version control tools like Subversion (which we'll see in this presentation), Team Foundation Server, CVS and others. In this presentation we'll discuss the common work flow that Embarcadero has observed from its user base. We will also explore how users can add Alter, Create and Drop scripts generated by DB Change Manager to the version control tool of their choice.
|
Creating Pure REST Servers Using DataSnap
Cary Jensen – Jensen Data Systems, Inc.
CodeRage 6,
18-Oct-2011
This presentation shows you how to create pure REST Web services with Delphi without the dependencies normally introduced by DataSnap. Why you might want to do this is discussed, and examples of both JavaScript and Delphi clients for these services are demonstrated.
|
RadPHP XE2 JQueryMobile Application Development
Al Mannarino – Embarcadero
CodeRage 6,
19-Oct-2011
This session shows how to create a new Mobile Application and display data from a database on a JQueryMobile Mlist component. Then we deploy and upload the application onto an Android device or an iOS device (like iPhone, iPad or iPod Touch).
|
Data Abstract: Cross-platform Database Applications
Jim McKeeth – RemObjects Software
CodeRage 6,
19-Oct-2011
This session covers using RemObjects Data Abstract to build cross-platform database applications. Learn to create applications on iPhone, Windows Phone 7, Mac OS X, Linux and more. A look at new features like Business Rules scripting and the latest edition of Server Explorer and Schema modeler are also included.
|
Creating Custom FireMonkey Controls with Delphi XE3
Ray Konopka – Raize Software
CodeRage 7,
06-Nov-2012
Relevant to: Delphi, RAD Studio
RAD Studio supports cross-platform user interface development with the FireMonkey framework. Like the VCL, FireMonkey is component-based, but unlike the VCL, FireMonkey is based around the concept of styles. As a result, creating custom FireMonkey controls is quite a bit different than create VCL controls. This session provides you with what you need to get started building custom FireMonkey controls.
|
Creating your First InterBase Application using Delphi
Quinn Wildman – Embarcadero
CodeRage 7,
06-Nov-2012
This presentation is designed for a user starting to use InterBase and Delphi. It demonstrates how to create a database and tables using IBConsole, and shows how to create a small useful trigger and how to import data. You'll also see how to create a simple database application using InterBase Express with FireMonkey using Delphi.
|
LiveBindings: Using Bind Sources and Adapters
Jim Tierney – Embarcadero
CodeRage 7,
08-Nov-2012
Relevant to: Delphi, RAD Studio
Jim will use bind source components and adapter components to link non-db data. Learn how to use intermediate fields, how to link controls to user-defined TObjects, and how to create custom adapter components.
|
HTML5 Builder Multi-tier Application Development
Al Mannarino – Embarcadero
CodeRage 7,
08-Nov-2012
Relevant to: Delphi, RAD Studio
This session shows how to create and use a DataSnap REST Client Module to access a Delphi DataSnap server and call the functions exposed by the Delphi DataSnap server. DataSnap is a technology that enables RAD creation of multi-tier web applications. We will use HTML5 Builder to create a client-side web applications that interacts with DataSnap. A DataSnap REST client module is a data module that lets you access a DataSnap server. You can then include that data module in another data module or a web page to be able to call the functions exposed by the DataSnap server.
|
Creating Custom FireMonkey Controls with C++Builder XE3
Ray Konopka – Raize Software
CodeRage 7,
11-Dec-2012
Relevant to: C++Builder, RAD Studio
RAD Studio supports cross-platform user interface development with the FireMonkey framework. Like the VCL, FireMonkey is component-based, but unlike the VCL, FireMonkey is based around the concept of styles. As a result, creating custom FireMonkey controls is quite a bit different than create VCL controls. This session will provide you with what you need to get started building custom FireMonkey controls.
|
LiveBindings: Using Bind Sources and Adapters
Jim Tierney – Embarcadero
CodeRage 7,
11-Dec-2012
Relevant to: C++Builder, RAD Studio
Jim will use bind source components and adapter components to link non-db data. Learn how to use intermediate fields, how to link controls to user-defined TObjects, and how to create custom adapter components.
|
Creating your First InterBase Application using C++Builder
Quinn Wildman – Embarcadero
CodeRage 7,
12-Dec-2012
Relevant to: C++Builder, RAD Studio
This presentation is designed for a user starting to use InterBase and C++Builder. It demonstrates how to create a database and tables using IBConsole, and shows how to create a small useful trigger and how to import data. You'll also see how to create a simple database application using InterBase Express with FireMonkey using C++Builder.
|