Clarion.NET Seminar Five
Seminar Five: Swimming In The DOT NET Pool
• .NET BOOK ZERO Chapters covered: 19 through 23...
• Chapter 19 -- Virtuality (i.e. virtual methods)
Inheritance from ancestral types
Upcasting and Downcasting of objects
Boxing and Unboxing
• Chapter 20 -- Operator overloading (e.g in C# the + operator is overloaded)
C# provides operator overloading, Clarion# doesn't directly provide this capability
How to work with Clarion# in the context of no operator overloading features
• Chapter 21 -- Interfaces (you've seen this in Win32 Clarion classes)
How to use DOT NET library interfaces in C# and Clarion#
Introducing your own interfaces to your Clarion# programs
• Chapter 22 -- Interoperability with Win32
How to hook in the old Windows API to .NET
How to hook your Clarion 6 and Clarion 7 DLLs into your Clarion# programs
• Chapter 23 -- Dates and Times (System.DateTime)
Using the System.DateTime class in your C#, Clarion# programs
Back To Overview Page