Bee.Api.AspNetCore
4.0.1
See the version list below for details.
dotnet add package Bee.Api.AspNetCore --version 4.0.1
NuGet\Install-Package Bee.Api.AspNetCore -Version 4.0.1
<PackageReference Include="Bee.Api.AspNetCore" Version="4.0.1" />
<PackageVersion Include="Bee.Api.AspNetCore" Version="4.0.1" />
<PackageReference Include="Bee.Api.AspNetCore" />
paket add Bee.Api.AspNetCore --version 4.0.1
#r "nuget: Bee.Api.AspNetCore, 4.0.1"
#:package Bee.Api.AspNetCore@4.0.1
#addin nuget:?package=Bee.Api.AspNetCore&version=4.0.1
#tool nuget:?package=Bee.Api.AspNetCore&version=4.0.1
Bee.NET Framework
Bee.NET Framework is an N-Tier + Clean Architecture + MVVM hybrid designed to accelerate the development of enterprise information systems. It adopts a Definition-Driven Architecture, using FormSchema as the single source of truth to drive UI layout, database schema, and business validation in a unified way.
π N-tier means the architecture is divided into more than three logical layers. In Bee.NET, the system is separated into at least five layers: presentation, API communication, business logic, data access, and database β each with a clearly defined responsibility.
Core packages target netstandard2.0; net10.0 for broad .NET runtime compatibility (.NET Framework, .NET Core, .NET 5+, and beyond). The API hosting package (Bee.Api.AspNetCore) targets net10.0.
β¨ Features
- Definition-Driven Architecture:
FormSchemaserves as the single source of truth, automatically deriving UI layout (FormLayout), database schema (TableSchema), and validation rules β define once, sync everywhere. - N-Tier + Clean Architecture + MVVM: Clear separation of presentation, API, business logic (BO), and data access layers, borrowing the best concepts from each pattern for ERP scenarios.
- Cross-platform compatibility: Core packages target
netstandard2.0; net10.0for broad .NET runtime support. - Modular components: Decoupled libraries for core utilities, data, caching, business logic, and API hosting.
- Rapid development: Reusable base classes and FormSchema-driven CRUD reduce repetitive boilerplate.
π¦ Assembly
Shared (Frontend / Backend)
| Assembly Name | Description |
|---|---|
| Bee.Core.dll | Core utilities such as serialization, encryption, and general-purpose helpers. |
| Bee.Definition.dll | Defines system-wide structured types including FormSchema, field schemas, and layout configurations. |
| Bee.Api.Contracts.dll | Shared data contracts (request/response models) used by both frontend and backend. |
| Bee.Api.Core.dll | Encapsulates API support such as model definitions, payload encryption, and serialization pipeline. |
Backend
| Assembly Name | Description |
|---|---|
| Bee.Repository.Abstractions.dll | Interface contracts for the business layer to access the data layer; boundary between Business Object and Repository. |
| Bee.ObjectCaching.dll | Runtime caching of FormSchema definitions and derived system data to improve performance. |
| Bee.Db.dll | Database abstraction with dynamic SQL command generation and connection binding. |
| Bee.Repository.dll | Common repository base classes and FormSchema-driven data access mechanisms. |
| Bee.Business.dll | Core business logic (Business Object / BO) implementing use-case workflows. |
| Bee.Api.AspNetCore.dll | JSON-RPC 2.0 API controller for ASP.NET Core; unified endpoint for backend method dispatch. |
Frontend
| Assembly Name | Description |
|---|---|
| Bee.Api.Client.dll | Connector for local or remote invocation of backend Business Objects. |
π‘ Sample Project
Refer to bee-jsonrpc-sample, which includes examples of JSON-RPC server and client implementations, and demonstrates how to use the Connector for both local and remote connections.
π¬ Contact & Follow
You're welcome to follow my technical notes and hands-on experience sharing
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Bee.Api.Core (>= 4.0.1)
- Microsoft.AspNetCore.Mvc.Core (>= 2.3.0)
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 |
|---|---|---|
| 4.3.0 | 0 | 5/13/2026 |
| 4.2.0 | 0 | 5/13/2026 |
| 4.1.0 | 87 | 5/5/2026 |
| 4.0.2 | 104 | 4/23/2026 |
| 4.0.1 | 119 | 4/9/2026 |
| 4.0.0 | 94 | 4/9/2026 |
| 3.6.2 | 236 | 11/7/2025 |
| 3.6.1 | 216 | 10/28/2025 |
| 3.6.0 | 195 | 10/24/2025 |
| 3.5.2 | 215 | 10/15/2025 |
| 3.5.1 | 206 | 10/5/2025 |
| 3.5.0 | 216 | 9/25/2025 |
| 3.4.9 | 218 | 9/25/2025 |
| 3.4.8 | 196 | 9/24/2025 |
| 3.4.7 | 210 | 9/23/2025 |
| 3.4.6 | 229 | 9/22/2025 |
| 3.4.5 | 264 | 9/22/2025 |
| 3.4.4 | 245 | 9/22/2025 |
| 3.4.3 | 195 | 9/21/2025 |
| 3.4.2 | 343 | 9/18/2025 |