Differences between revisions 8 and 14 (spanning 6 versions)
Revision 8 as of 2015-08-21 16:33:41
Size: 760
Comment: netXML added
Revision 14 as of 2017-02-16 19:32:25
Size: 1118
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Find on this page some namespaces useful in everyday programming using .Net<<BR>> Find on this page some namespaces and classes useful in everyday programming using .Net<<BR>>
Line 14: Line 14:
|| [[CompilingCSharp_from_APLX]] || Compiling C# code from APLX translated to Dyalog ||
Line 16: Line 15:
|| [[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 ||
Line 18: Line 23:
CategoryCategory CategoryCategory 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

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)