Skip to content

xieguigang/Microsoft.VisualBasic.Runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,998 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework core runtime of sciBASIC

This core runtime consists of three parts:

  1. Application services
  2. Data extensions
  3. Math extensions

The first part of code is trying to help people to build a commandline application using VisualBasic in a more easy way, and the second part of the code is try to help

  • ApplicationServices/: Application tools. Most of the class module and the extension function in this namespace is not relevant to the algorithm, it is more relevant to how to build application software.
  • CommandLine/: VB commandline application framework.
  • Extensions/: The helper extensions. Includes bunch of math helper, gdi+ helpers, string helpers, file system helpers and the data collection linq extensions api.
  • Net/: Tcp and Http class modules.
  • Scripting/: A namespace contains the tools for R language and custom scripting helper extension functions.

About

sciBASIC.NET core runtime

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages