Go to file
xieguigang e3bac5ab4f fix type reference errors 2018-10-06 01:10:12 +08:00
.vs/config update directory 2018-09-08 00:34:19 +08:00
ApplicationServices move exception handler delegate to app services namespace 2018-10-06 01:07:05 +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 code style improverments 2018-10-05 23:38:48 +08:00
My code style improvements 2018-10-03 13:28:23 +08:00
My Project move driectory 2018-10-05 22:12:45 +08:00
Net fix type reference errors 2018-10-06 01:10:12 +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 add extensions for resolve refwerence conflicts 2018-10-05 22:28:26 +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 code style improverments 2018-10-05 23:38:48 +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 directory note in readme 2018-10-05 23:55:48 +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