Differences between revisions 5 and 6
Revision 5 as of 2015-04-04 23:49:26
Size: 1536
Comment:
Revision 6 as of 2015-04-04 23:50:04
Size: 783
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Category Dyalog Examples .NET =
With version 9 Dyalog APL/W 9.0 already became a .NET language. However, the examples in this section rely on version 11 where the syntax has slightly changed: If a method is called which requires only one parameter, this single parameter must be enclosed in version 11 by default. There may be exceptions but this is mentioned explicitly then.

Version 11 is also the first version of Dyalog APL/W which is fully compatible with .NET 2.0

All examples should use complete references to the .NET class members. That should make it much easier to find a particular class member, especially those with names that might appear in more than one class.

<<FullSearch(category:CategoryDyalogExamplesDotNet)>>

----

Category Dyalog Examples .NET

With version 9 Dyalog APL/W 9.0 already became a .NET language. However, the examples in this section rely on version 11 where the syntax has slightly changed: If a method is called which requires only one parameter, this single parameter must be enclosed in version 11 by default. There may be exceptions but this is mentioned explicitly then.

Version 11 is also the first version of Dyalog APL/W which is fully compatible with .NET 2.0

All examples should use complete references to the .NET class members. That should make it much easier to find a particular class member, especially those with names that might appear in more than one class.


CategoryDyalogExamplesDotNet

CategoryDyalogExamplesDotNet (last edited 2015-04-05 02:04:49 by PierreGilbert)