Go to file
xieguigang fa930c92fa code style improvements 2018-10-05 21:53:43 +08:00
.vs/config update directory 2018-09-08 00:34:19 +08:00
ApplicationServices code style improvements 2018-10-05 21:53:43 +08:00
Backup code style improvements 2018-10-03 13:28:23 +08:00
CommandLine Merge branch 'master' of https://github.com/xieguigang/sciBASIC.Core 2018-10-03 13:28:30 +08:00
ComponentModel improvements of the binary search api 2018-10-03 19:24:46 +08:00
Extensions Merge branch 'master' of https://github.com/xieguigang/sciBASIC.Core 2018-10-03 13:28:30 +08:00
Language add code comments 2018-10-05 02:56:00 +08:00
My code style improvements 2018-10-03 13:28:23 +08:00
My Project update directory 2018-09-08 00:34:19 +08:00
Resources update directory 2018-09-08 00:34:19 +08:00
Scripting improvements of the binary search api 2018-10-03 19:24:46 +08:00
Serialization string array object json 2018-10-05 04:26:11 +08:00
Text update file headers 2018-09-08 01:26:45 +08:00
.gitignore update directory 2018-09-08 00:34:19 +08:00
47-dotnet_Microsoft.VisualBasic.vbproj Merge branch 'master' of https://github.com/xieguigang/sciBASIC.Core 2018-10-05 03:57:13 +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 update directory 2018-09-08 00:34:19 +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

为了能够在其他的项目之间也可以共享这个共享项目里面的方法,请不要引用其他的非.NET框架的类型只能够使用系统类型

This core runtime consists of two parts:

  1. Application Services
  2. Data 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