Differences between revisions 9 and 11 (spanning 2 versions)
Revision 9 as of 2015-12-30 03:36:42
Size: 926
Comment:
Revision 11 as of 2016-02-07 00:58:41
Size: 1017
Comment: netCSV added
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
|| [[netHTTP]] || Asynchronous HTTP Request ||
|| [[netCSV]] || Reads large CSV file into a !DataTable ||
Line 21: 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 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


CategoryCategory

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