Delphi Live! 2009 – What’s Cooking in the Delphi Labs – Part 7

This is actually the segment I’ve gotten the most requests for me to upload.  Unfortunately I am a bit obsessive compulsive about doing them in order. . . .  This is the part of the What’s Cooking in the Delphi Labs where I presented on the Cirrus Aspect Oriented programming framework for Delphi Prism.

Jim McKeeth

Cirrus Aspect Oriented programming framework for Delphi Prism.

Delphi Live! 2009
May 2009

Part 7 of 8

[YouTube]

[Part 6] – [Part 8] (Coming soon!)

Categories
News

Delphi Live! 2009 – What is Cooking in the Delphi Labs – Part 6

David I. Showing Delphi Prism running in Microsoft Visual Studio 2010


(Be sure to click HQ)

David Intersimone, Vice President of Developer Relations
Embarcadero Technologies

Showing Delphi Prism running in Microsoft Visual Studio 2010

Delphi Live! 2009
May 2009

Part 6 of 8

[YouTube] [Vimeo] [Viddler]

[Part 5] – [Part 7]

Categories
News

Delphi Live! 2009 – What is Cooking in the Delphi Labs – Part 5

Anders Ohlsson shows of his Delphi parsing tool to aid in the migration to Unicode support with Delphi 2009.

Embarcadero Technologies

DelphiLive! 2009
May 2009 in San Jose

Part 5 of 8.

[Vimeo]

[YouTube]

[Viddler]

[Part 4] – [Part 6] (Coming soon!)

BTW, I have family visiting from out of state, so have been a little busy to upload these videos as fast as I would like.  They will keep coming though.

Delphi Live! 2009 – What is Cooking in the Delphi Labs – Part 1

Nick Hodges, Delphi R & D Manager with Embarcadero
Introduction and Disclaimer
DelphiLive! 2009
May 2009 in San Jose

[Part 2]

I’ll upload a video segment or two every day or so. I have the project address, the touch demo, Funside of Delphi, and a few other sessions.

15 – Julian Bucknall on DevExpress

I got a chance to sit down with Julian Bucknall, the CTO of DevExpress at PDC2008 to talk about using DevExpress’ .NET products with CodeGear‘s Delphi Prism from Embarcadero Technology.

Specifically we talk about the return of CodeRush to Delphi.

The microphone picked up all the background noise, which makes it a little hard to understand us, so I added captions.

Watch online:

 

File Downloads:

[Transcript 90% done]

PDC Exhibit Floor

I recorded a few videos at PDC 2008.  This one is a walk through of the exhibit floor.  I didn’t want to post all the videos at once, but I must admit I am posting them slower then I expected.  A lot of that has to do with preparing for CodeRage.

I this video I walk through the Exhibit Floor and show off a few of the vendors.  It is 9:48 long.  Again it is available in your choice of formats.  Let me know in the comments which is your favorite, or if there is one you really need to have (not just that you think is cool).

Episode 13 – Allen Bauer live at PDC2008

This was recorded live at PDC2008.  You are getting it unedited and raw, but in your choice of formats: Audio or Video!

  • Talking about Delphi 2009 and Delphi Prism.
  • Discuss language compatibility going forward between the two languages.
  • Allen’s role in developing Delphi.
  • What is new with Embarcadero.
  • The future of .NET and Win32
  • Windows Azure
  • Multicore technology
  • Touch, Multitouch, Surface and Windows 7, and PDC2008!

Allen Bauer is the Chief Scientist working on Delphi for Embarcadero’s CodeGear.  You can read his blog at the Oracle at Delphi and follow him on Twitter.

Whatever format you get, it is 10:49 long.

Screencast 4 – Delphi Prism WPF – Hello World

Another screen cast for Delphi Prism, this one is a WPF for Hello World.  Same as the WinForms, but WPF.  No naration this time.  2 minutes and 11 seconds.

Didn’t think I would get any more done at PDC, but I found some time . . . .

Screencast 3 – Delphi Prism first look

I recorded a quick first look at Delphi Prism in Visual Studio 2008.  Just a short overview of only 3:24 seconds to create a Hello World video.  This was recorded live while sitting in the hall at PDC2008.

More to come!  Let me know what you think and what you would like to see.

Categories
News

Intro to Generic Collections with Delphi 2009

A very short introduction to Generic Collections in Delphi 2009. Create a TList of Integers and show adding and removing items from it. Showing some of the differences in types, gotchas and errors you might get.

Generics, or parametrized types, are a type that works with another type that is defined later. Collections are a great example of using them. You create a generic TList, and then when you use it you declare what type it will contain. Then it will be strongly typed to that specific type, both in adding items and removing them.

Delphi Generics work with all types in Delphi: native types (Integer, string, etc.), Records, Objects and Interfaces.

This is screen cast episode 2, shot with Camtasia and hosted on Vimeo.  I had to shoot it at 1280×720 so they will offer it in HD and not downscale it.  Let me know how it works for everyone.

As was pointed out in the comments, the download link only works after you sign into Vimeo.  If that doesn’t work for people let me know and I will come up with a different solution.