Skip to content

Commit cba85a7

Browse files
committed
Update readme
1 parent 63799a6 commit cba85a7

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,17 @@ Our project is divided into two phases: the _NCC Sandbox Projects phase_ and the
102102

103103
- **[BootstrapBlazor](https://github.com/dotnetcore/BootstrapBlazor)**, a set of enterprise-class UI components based on Bootstrap and Blazor.
104104

105+
### Labs
106+
107+
*Laboratory projects will not be included in the members' project directory.*
108+
109+
- [BTFindTree](https://github.com/dotnet-lab/BTFindTree) *(Labs)*, this project provides efficient data structures for the NCaller project, optimizing search performance using a combination of binary search and bucketing.
110+
- [Papper](https://github.com/dotnet-lab/Papper) *(Labs)*, based on Roslyn, it is a wrapper for the syntax tree, making it easier for developers to manipulate the syntax tree.
111+
105112
### Translation
106113

114+
*Translation projects will not be included in the members' project directory.*
115+
107116
- **[ASP.NET Core Documentation Translation Plan](https://github.com/dotnetcore/aspnetcore-doc-cn)**, The Simplified Chinese edition of Microsoft ASP.NET Core documentation, translated by .NET China Foundation
108117

109118
### Projects that Complete the Incubation Work

README.zh-CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
.NET Core Community (.NET 中心社区,简称 NCC)是一个基于并围绕着 .NET 技术栈展开组织和活动的非官方、非盈利性的民间开源社区,她诞生于 2016 年年中,由[刘浩杨](https://github.com/liuhaoyang)先生、[何镇汐](https://github.com/utilcore)先生、[谢炀](https://github.com/kiler398)先生、娄宇先生和[刘怡](https://github.com/alexinea)先生联合发起、近百名 .NET 开发者共同成立。我们希望通过我们 NCC 社区的努力,与各个开源社区一道为 .NET 生态注入更多活力。
1616

1717
- Github: https://github.com/dotnetcore
18+
- Gitee: https://gitee.com/dotnetcore
1819
- WebSite: https://www.dotnetcore.xyz
1920
- QQ Group: 436035237
2021
- 微信群组: _二维码请在 CORE QQ 群里询问_
@@ -100,8 +101,17 @@ NCC 最初的目标是翻译微软 ASP.NET Core(时名 ASP.NET 5)的官方
100101

101102
- **[BootstrapBlazor](https://github.com/dotnetcore/BootstrapBlazor)**, 基于 Bootstrap 的 Blazor 企业级 UI 组件库。
102103

104+
### 实验室项目
105+
106+
_实验室项目将不列入成员项目目录_
107+
108+
- [BTFindTree](https://github.com/dotnet-lab/BTFindTree) *(Labs)*,此项目为 NCaller 高效查找数据结构,使用二分+桶的方式优化查找性能。
109+
- [Papper](https://github.com/dotnet-lab/Papper) *(Labs)*,基于 Roslyn 对语法树的一个封装,便于开发者操作语法树。
110+
103111
### 翻译项目
104112

113+
_翻译项目将不列入成员项目目录_
114+
105115
- **[ASP.NET Core 文档翻译计划](https://github.com/dotnetcore/aspnetcore-doc-cn)**,由 .NET China Foundation(已更名为 NCC)发起的微软 ASP.NET Core 文档翻译计划。
106116

107117
### 已完成孵化的项目

0 commit comments

Comments
 (0)