fastCSharp 2.0.0

Suggested Alternatives

AutoCSer2

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package fastCSharp --version 2.0.0
                    
NuGet\Install-Package fastCSharp -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="fastCSharp" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="fastCSharp" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="fastCSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add fastCSharp --version 2.0.0
                    
#r "nuget: fastCSharp, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package fastCSharp@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=fastCSharp&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=fastCSharp&version=2.0.0
                    
Install as a Cake Tool

fastCSharp是一个整体的基础自动化开发框架。
1. fast指的是运行效率高与开发速度快,这里的所有设计都力争“完美”,谁说鱼与熊掌不可兼得?
2. 至于C#我想大概就是C++++了^-^,个人认为+的是元数据以及相关的抽象模式。
3. 该框架提供整套基础解决方案,“大”到 TCP通讯、内存数据库引擎、HTTP服务、前后端一体Web视图框架、ORM缓存,小到 二进制序列化、JSON序列化、链式编程API、分词搜索、HTML解析器、局域网监听、GIF文件处理、WEB标题抓取、中文编码识别、UDP穿透示例、第三方平台OpenAPI示例。
4. 这些常用的功能模块作为基础零件,就像.NET Framework一样无处不在,耦合于自动化,“随意”组合。
5. 该框架采用自动化编码方案,无缝结合静态代码生成技术与运行时代码生成技术Emit,实现了可编译的静态代码模版解析,代码生成无需界面操作。
考虑到项目的跨系统能力,fastCSharp 2.0以后决定采用.NET Framework4.0默认作为基础框架,IDE最低支持版本为VS2010。

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated