Go to file
xieguigang 83cf4cec8d update source file banners 2021-01-12 20:24:38 +08:00
.vs Update .dtbcache.v2 2021-01-01 17:38:26 +08:00
docs Set theme jekyll-theme-architect 2021-01-01 15:35:20 +08:00
src update source file banners 2021-01-12 20:24:38 +08:00
test update source file banners 2021-01-12 20:24:38 +08:00
.gitignore fix of invalid method reference for .net5 2021-01-01 16:46:54 +08:00
47-dotnet_Microsoft.VisualBasic.sln removes platform related code 2021-01-01 15:34:02 +08:00
README.md config solution file 2021-01-01 14:56:34 +08:00
logo.png config solution file 2021-01-01 14:56:34 +08:00
net5-core.sln config solution 2021-01-01 14:43:10 +08:00

README.md

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.