Differences between revisions 1 and 13 (spanning 12 versions)
Revision 1 as of 2015-02-21 21:29:23
Size: 475
Comment:
Revision 13 as of 2016-04-14 19:47:57
Size: 1207
Comment: netFreeImage added
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Starting with version 13.2, Dyalog APL was shipping with an interface to acces Microsoft .Net.<<BR>>
Find on this page some namespaces usefull in everyday programmaing using .Net<<BR>>
Starting with version 11.0, Dyalog APL was shipping with an interface to access Microsoft .Net.<<BR>>
Find on this page some namespaces and classes useful in everyday programming using .Net<<BR>>
Line 10: Line 10:
|| [[netVaria]] || Snippets of code useful when using .Net ||
Line 11: Line 12:
|| [[netDataTable]] || Creates, Modify and Store a !DataTable ||
|| [[netDIO]] || Disk and File Input/Output Utilities ||
|| [[netDataTable]] || Creates, Modify and Store .Net !DataTables ||
|| [[netDIO]] || Disk and Files Input/Output Utilities ||
|| [[CompilingCSharp_from_APLX]] || Compiling C# code from APLX translated to Dyalog ||
|| [[netXML]] || Namespace to help create, edit and query XML variables and files ||
|| [[netCOM]] || Asynchronous Serial Communication ||
|| [[netTCP]] || Asynchronous TCP/IP Communication ||
|| [[netUDP]] || Asynchronous UDP/IP Communication ||
|| [[netHTTP]] || Asynchronous HTTP Request ||
|| [[netCSV]] || Reads large CSV file into a !DataTable ||
|| [[netAboutBox]] || Snippets of code usefull when building an !AboutBox ||
|| [[netFreeImage]] || Utility class for bitmap resizing, cropping, compression and format change ||
----
CategoryCategory

Category Dyalog .Net Utilities

Overview

Starting with version 11.0, Dyalog APL was shipping with an interface to access Microsoft .Net.
Find on this page some namespaces and classes useful in everyday programming using .Net

Library

Name

Description

netVaria

Snippets of code useful when using .Net

netDateTime

Deals with Dates and Time

netDataTable

Creates, Modify and Store .Net DataTables

netDIO

Disk and Files Input/Output Utilities

CompilingCSharp_from_APLX

Compiling C# code from APLX translated to Dyalog

netXML

Namespace to help create, edit and query XML variables and files

netCOM

Asynchronous Serial Communication

netTCP

Asynchronous TCP/IP Communication

netUDP

Asynchronous UDP/IP Communication

netHTTP

Asynchronous HTTP Request

netCSV

Reads large CSV file into a DataTable

netAboutBox

Snippets of code usefull when building an AboutBox

netFreeImage

Utility class for bitmap resizing, cropping, compression and format change


CategoryCategory

CategoryDyalogDotNetUtilities (last edited 2017-02-16 19:32:25 by KaiJaeger)