Go to file
xieguigang f04ccae0ca Merge branch 'master' of https://github.com/xieguigang/sciBASIC.Core 2018-10-06 16:45:13 +08:00
.vs/config update directory 2018-09-08 00:34:19 +08:00
ApplicationServices fix errors in the request stream parser 2018-10-06 16:14:58 +08:00
Backup code style improvements 2018-10-03 13:28:23 +08:00
CommandLine update file header 2018-10-06 00:02:05 +08:00
ComponentModel move to xml model namespace 2018-10-06 16:33:37 +08:00
Extensions fix errors in the request stream parser 2018-10-06 16:14:58 +08:00
Language update file header 2018-10-06 00:02:05 +08:00
My update file header 2018-10-06 00:02:05 +08:00
My Project move driectory 2018-10-05 22:12:45 +08:00
Net fix errors in the request stream parser 2018-10-06 16:14:58 +08:00
Resources add logo image 2018-10-06 16:45:04 +08:00
Scripting update file header 2018-10-06 00:02:05 +08:00
Serialization update file header 2018-10-06 00:02:05 +08:00
Text using TemporaryEnvironment for get resource value 2018-10-06 16:37:49 +08:00
.gitignore fix visual studio file ignores 2018-10-06 00:02:29 +08:00
47-dotnet_Microsoft.VisualBasic.sln fix visual studio file ignores 2018-10-06 00:02:29 +08:00
47-dotnet_Microsoft.VisualBasic.vbproj move to xml model namespace 2018-10-06 16:33:37 +08:00
LICENSE.vb update file headers 2018-09-08 01:26:45 +08:00
Microsoft.VisualBasic.Core.sln update directory 2018-09-08 00:34:19 +08:00
Microsoft.VisualBasic.Core.vbproj code style improvements 2018-10-03 13:28:23 +08:00
Microsoft.VisualBasic.NET47.sln config solution 2018-09-08 01:15:34 +08:00
NamespaceDoc.vb update file headers 2018-09-08 01:26:45 +08:00
README.md add logo image 2018-10-06 16:45:04 +08:00
UpgradeLog.htm code style improvements 2018-10-03 13:28:23 +08:00
app.config update directory 2018-09-08 00:34:19 +08:00
vbc.sh update directory 2018-09-08 00:34:19 +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.