An Introduction to Oxygene and its Parallel Coding Features

Organiser
Scottish Developers
Date
Wed, 6 Aug 2008, 19:00 - 21:00 (Add to calendar) GMT
Venue
Dundee University , Dundee, GB
Cost
FREE
Oxygene (formerly known as Chrome) is an advance .NET (and Mono) language by RemObjects influenced by Object Pascal. Oxygene has all the features of C# plus several more powerful features unique to itself. These include: Interface Delegation which provide a similar behaviour to Mixins; A null safe member access operator; Full support for "Design by Contract"; Virtual static members and Virtual constructors that can make writing object factories a breeze.

The recently released Oxygene v3.0 added a lot of support for Parallel programming, these features include: Async methods and statements, which run on a background thread; Futures, calculations that can run on a background thread and finally, Parallel loops, where each iteration is run on a separate thread.

This presentation will demonstrate Oxygene's power features as well show you how Oxygene's parallel coding constructs can do some of the "heavy-lifting" associated with developing reliable multi-threaded applications.

http://www.remobjects.com/Oxygene
http://en.wikipedia.org/wiki/Oxygene_(programming_language)

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“C++ : Where friends have access to your private members.” - Gavin Russell Baker