-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
635 lines (618 loc) · 29.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Home | .NET Core Community</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/pages/project.css?9x33d">
<script>
// var viewWidth = document.documentElement.clientWidth;
// if(viewWidth > 768 ){
// viewWidth = 768;
// }
// document.documentElement.style.fontSize = (viewWidth/768) * 100 + "px";
</script>
</head>
<body >
<div class="g-head">
<div class="nav-row">
<div class="inner">
<span class="nav-switch" id="openNavMenu">
<b class="ui-icons-cate"></b>
</span>
<div class="logo">
<a href="/"><img src="/images/logo.png" alt=""></a>
<span class="chat-group"><a href="https://shang.qq.com/wpa/qunwpa?idkey=2fbe72c6d806df94d9e6644bbfb7a392669b5e858eccdc8335d0859827182e2f" target="_blank">QQ群: 436035237</a></span>
</div>
<div class="nav-menu" id="navMenu">
<div class="logo">
<img src="/images/logo.png" alt="">
</div>
<ul class="list-block">
<li>
<a href="" class="item-link">
<span class="item-media">
<i class="iconfont-home"></i>
</span>
<div class="item-content">首页</div>
</a>
</li>
<li>
<a href="" class="item-link">
<span class="item-media">
<i class="iconfont-folder"></i>
</span>
<div class="item-content">文档</div>
</a>
</li>
<li>
<a href="" class="item-link active">
<span class="item-media">
<i class="iconfont-project"></i>
</span>
<div class="item-content">项目</div>
</a>
</li>
<li>
<a href="" class="item-link">
<span class="item-media">
<i class="iconfont-member"></i>
</span>
<div class="item-content">成员</div>
</a>
</li>
<li>
<a href="" class="item-link">
<span class="item-media">
<i class="iconfont-contribution"></i>
</span>
<div class="item-content">贡献</div>
</a>
</li>
<li>
<a href="" class="item-link">
<span class="item-media">
<i class="iconfont-activity"></i>
</span>
<div class="item-content">活动</div>
</a>
</li>
</ul>
</div>
<div class="github">
<span>博客</span>
<svg aria-hidden="true" class="github-icon" version="1.1" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path>
</svg>
</div>
</div>
</div>
<div class="dotnet-theme">
<div class="inner">
<div class="brand">
<img src="/images/brand.png" alt="">
</div>
<div class="slogan">
<span class="text"><img src="/images/logo-lg.png" alt="">项目</span>
<p>Making .NET greater... <strong>together</strong></p>
</div>
<section class="faq">
<ul>
<li><a href="https://github.com/dotnetcore/Home" target="_blank">成员项目说明</a></li>
<li><a href="https://github.com/dotnetcore/Home" target="_blank">如何加入我们</a></li>
</ul>
</section>
</div>
</div>
</div>
<div class="g-main">
<div class="caption">
<h1>NCC 成员项目一览</h1>
<small>All member projects of .NET Core Community</small>
</div>
<div class="project-box">
<div class="project-level"><h5>NCC Top-Level Projects</h5></div>
<ul class="project-group">
<li class="project-item project-aspect-core">
<div class="inner">
<div class="project-summary">
<p class="summary-text">AspectCore is an Aspect-Oriented Programming based cross platform framework for .NET Core and .NET Framework.</p>
<a href="https://github.com/dotnetcore/AspectCore-Framework" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/AspectCore-Framework"><strong>AspectCore</strong></a>
<a href="https://github.com/liuhaoyang"><em>Project leader: 刘浩杨</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-asp-cap">
<div class="inner">
<div class="project-summary">
<p class="summary-text">CAP is a .NET Standard library to achieve eventually consistent in distributed architectures system like SOA or Microservice. It is lightweight and efficienct.</p>
<a href="https://github.com/dotnetcore/CAP" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/CAP"><strong>CAP</strong></a>
<a href="http://savorboard.cnblogs.com/"><em>Project leader: 杨晓东</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-dotnetspider">
<div class="inner">
<div class="project-summary">
<p class="summary-text">A .NET Standard library to implement web crawler similar to WebMagic and Scrapy.</p>
<a href="https://github.com/dotnetcore/DotnetSpider" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/DotnetSpider"><strong>DotnetSpider</strong></a>
<a href="https://github.com/zlzforever"><em>Project leader: 邹嵩</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-flubucore">
<div class="inner">
<div class="project-summary">
<p class="summary-text">A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.</p>
<a href="https://github.com/dotnetcore/FlubuCore" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/FlubuCore"><strong>FlubuCore</strong></a>
<a href="https://github.com/mzorec"><em>Project leader: Marko Zorec</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-npoi">
<div class="inner">
<div class="project-summary">
<p class="summary-text">A .NET Core library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.</p>
<a href="https://github.com/dotnetcore/NPOI" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/NPOI"><strong>NPOI <span style="font-size:12px;font-style:italic;">(Archived with <span style="font-weight:800;text-decoration: underline;">announcement</span>)</span></strong></a>
<a href="https://github.com/dotnetcore/NPOI"><em>migrated by dotnetcore team</em></a>
</p>
</div>
</div>
</li>
</ul>
<div class="project-level"><h5>NCC Sandbox Projects</h5></div>
<ul class="project-group">
<li class="project-item project-agileconfig">
<div class="inner">
<div class="project-summary">
<p class="summary-text">A lightweight configuration center based on .net core . It is easy to deploy , easy to learn , easy to use.</p>
<a href="https://github.com/dotnetcore/AgileConfig" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/AgileConfig"><strong>AgileConfig</strong></a>
<a href="https://github.com/kklldog/"><em>Project leader: MJ.ZHOU</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-alipay-sdk">
<div class="inner">
<div class="project-summary">
<p class="summary-text">A third-party Alipay server SDK, based on .NET Standard 2.0 development, provides a more reliable design than the official, but remains consistent with the official apis.</p>
<a href="https://github.com/dotnetcore/Alipay.AopSdk.Core" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/Alipay.AopSdk.Core"><strong>Alipay SDK <span style="font-size:12px;font-style:italic;">(Archived)</span></strong></a>
<a href="https://github.com/stulzq"><em>Project leader: 李志强</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-bootstrap-blazor">
<div class="inner">
<div class="project-summary">
<p class="summary-text">A set of enterprise-class UI components based on Bootstrap and Blazor.</p>
<a href="https://github.com/dotnetcore/BootstrapBlazor" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/BootstrapBlazor"><strong>BootstrapBlazor</strong></a>
<a href="https://github.com/ArgoZhang"><em>Project leader: 张广坡</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-canal">
<div class="inner">
<div class="project-summary">
<p class="summary-text">An open source for Alibaba Canal .NET Client. Canal is the Alibaba MySql database binlog incremental subscription & consumer components.</p>
<a href="https://github.com/dotnetcore/CanalSharp" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/CanalSharp"><strong>CanalSharp</strong></a>
<a href="https://github.com/withlin"><em>Project leader: 付金林</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-easycaching">
<div class="inner">
<div class="project-summary">
<p class="summary-text">An open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!</p>
<a href="https://github.com/dotnetcore/EasyCaching" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/EasyCaching"><strong>EasyCaching</strong></a>
<a href="https://github.com/catcherwong"><em>Project leader: 汪文清</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-efcore-gaussdb">
<div class="inner">
<div class="project-summary">
<p class="summary-text">Entity Framework Core provider for HUAWEI GaussDB.</p>
<a href="https://github.com/dotnetcore/EntityFrameworkCore.GaussDB" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/EntityFrameworkCore.GaussDB"><strong>GaussDB for EFCore</strong></a>
<a href="https://github.com/wangpengxpy"><em>Project leader: Jeffcky</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-efcore-kingbasees">
<div class="inner">
<div class="project-summary">
<p class="summary-text">Entity Framework Core provider for KingbaseES Database.</p>
<a href="https://github.com/dotnetcore/EntityFrameworkCore.KingbaseES" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/EntityFrameworkCore.KingbaseES"><strong>KingbaseES for EFCore</strong></a>
<a href="https://github.com/wangpengxpy"><em>Project leader: Jeffcky</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-fastgithub">
<div class="inner">
<div class="project-summary">
<p class="summary-text">A GitHub accelerator. Used to solve problems when using GitHub, such as being unable to open, upload, download, and use git commands, etc.</p>
<a href="https://github.com/dotnetcore/FastGitHub" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/FastGitHub"><strong>FastGitHub</strong></a>
<a href="https://github.com/xljiulang"><em>Project leader: 老九</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-freesql">
<div class="inner">
<div class="project-summary">
<p class="summary-text">FreeSql is the ORM in .NET Core, .NET Framework and Xamarin. It supports MySQL, PostgreSQL, SqlServer, Oracle, Sqlite, Odbc, 达梦, And MsAccess.</p>
<a href="https://github.com/dotnetcore/FreeSql" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/FreeSql"><strong>FreeSql</strong></a>
<a href="https://github.com/2881099"><em>Project leader: 叶先生</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-httpreports">
<div class="inner">
<div class="project-summary">
<p class="summary-text">HttpReports a lightweight APM system based on .NET Core, can be used to quickly build an integrated site of statistics, analysis, charts, monitoring, and distributed tracking in the .NET Core environment.</p>
<a href="https://github.com/dotnetcore/HttpReports" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/HttpReports"><strong>HttpReports</strong></a>
<a href="https://github.com/SpringLeee"><em>Project leader: SpringLeee</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-magicodes-ie">
<div class="inner">
<div class="project-summary">
<p class="summary-text">A common import and export library for Excel, Word, PDF and HTML.</p>
<a href="https://github.com/dotnetcore/Magicodes.IE" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/Magicodes.IE"><strong>Mgicodes IE</strong></a>
<a href="https://github.com/xin-lai"><em>Project leader: 李文强</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-mocha">
<div class="inner">
<div class="project-summary">
<p class="summary-text">An application performance monitor tools based on OpenTelemetry, which also provides a scalable platform for observability data analysis and storage.</p>
<a href="https://github.com/dotnetcore/mocha" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/mocha"><strong>Mocha</strong></a>
<a href="https://github.com/dotnetcore/mocha"><em>by Mocha Project Team</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-asp-natasha">
<div class="inner">
<div class="project-summary">
<p class="summary-text">Simplify IL operations, optimize the IL programming flow, and write dynamic caches that provide high performance.</p>
<a href="https://github.com/dotnetcore/Natasha" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/Natasha"><strong>Natasha</strong></a>
<a href="https://github.com/NMSAzulX"><em>Project leader: LanX</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-osharp">
<div class="inner">
<div class="project-summary">
<p class="summary-text">OSharp is a rapid development framework based on .NET Core and to standardizes a set of business implementation code and operation processes, making the .NET Core framework easier to apply to the development of actual projects.</p>
<a href="https://github.com/dotnetcore/OSharp" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/OSharp"><strong>OSharp</strong></a>
<a href="https://github.com/gmf520"><em>Project leader: 郭明锋</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-sharding-core">
<div class="inner">
<div class="project-summary">
<p class="summary-text">ShardingCore is a high performance lightweight solution for efcore sharding table and sharding database support read-write-separation.</p>
<a href="https://github.com/dotnetcore/sharding-core" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/sharding-core"><strong>ShardingCore</strong></a>
<a href="https://github.com/xuejmnet"><em>Project leader: 薛家明</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-smartcode">
<div class="inner">
<div class="project-summary">
<p class="summary-text">An excellent open source code generator (of cause not only a generates code).</p>
<a href="https://github.com/dotnetcore/SmartCode" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/SmartCode"><strong>SmartCode</strong></a>
<a href="https://github.com/Ahoo-Wang"><em>Project leader: Ahoo-Wang</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-smartsql">
<div class="inner">
<div class="project-summary">
<p class="summary-text">SmartSql = MyBatis + Cache(Memory | Redis) + R/W Splitting + Dynamic Repository + Diagnostics.</p>
<a href="https://github.com/dotnetcore/SmartSql" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/SmartSql"><strong>SmartSql</strong></a>
<a href="https://github.com/Ahoo-Wang"><em>Project leader: Ahoo-Wang</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-asp-util">
<div class="inner">
<div class="project-summary">
<p class="summary-text">An open source application framework under the .NET Core platform, designed to improve the development efficiency of small teams. It is composed of common helpers, hierarchical architecture design, UI components, third-party component and service interface packages.</p>
<a href="https://github.com/dotnetcore/Util" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/Util"><strong>Util</strong></a>
<a href="http://www.cnblogs.com/xiadao521/"><em>Project leader: 何镇汐</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-webapiclient">
<div class="inner">
<div class="project-summary">
<p class="summary-text">An open source project based on the HttpClient. You only need to define the c# interface and modify the related features to invoke the client library of the remote http interface asynchronously.</p>
<a href="https://github.com/dotnetcore/WebApiClient" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/WebApiClient"><strong>WebApiClient</strong></a>
<a href="https://github.com/xljiulang"><em>Project leader: 老九</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-wtm">
<div class="inner">
<div class="project-summary">
<p class="summary-text">A development tool for small and medium-sized back-end management systems. Implement zero-code creation project, zero-code generation management module.</p>
<a href="https://github.com/dotnetcore/WTM" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/WTM"><strong>WTM</strong></a>
<a href="https://github.com/liuliang-wt"><em>Project leader: 刘亮</em></a>
</p>
</div>
</div>
</li>
</ul>
<div class="project-level"><h5>NCC External Sandbox Projects</h5></div>
<ul class="project-group">
<li class="project-item project-kooboojson">
<div class="inner">
<div class="project-summary">
<p class="summary-text">Smaller and Faster C# JSON Serialization Tool (Construction Based on Expression Tree).</p>
<a href="https://github.com/kooboo/Json" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/kooboo/Json"><strong>Kooboo Json (ex)</strong></a>
<a href="https://github.com/Kooboo"><em>by Kooboo Team</em></a>
</p>
</div>
</div>
</li>
</ul>
<div class="project-level"><h5>NCC Other Projects</h5></div>
<ul class="project-group">
<li class="project-item project-asp-translate">
<div class="inner">
<div class="project-summary">
<p class="summary-text">The Simplified Chinese edition of Microsoft ASP.NET Core documentation, translated by .NET China Foundation</p>
<a href="https://github.com/dotnetcore/aspnetcore-doc-cn" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/aspnetcore-doc-cn"><strong>.NET Core 文档翻译</strong></a>
<a href="https://github.com/dotnetcore"><em>by Group of .NET Translation </em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-collecton">
<div class="inner">
<div class="project-summary">
<p class="summary-text"></p>
<a href="https://github.com/dotnetcore/Collections" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/Collections"><strong>NCC Collection</strong></a>
<a href="https://github.com/alexinea"><em>by NCC Team</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-ce">
<div class="inner">
<div class="project-summary">
<p class="summary-text"></p>
<a href="https://github.com/dotnetcore/Compile.Environment" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/Compile.Environment"><strong>NCC Compile Env</strong></a>
<a href="https://github.com/dotnetcore"><em>by NCC Team</em></a>
</p>
</div>
</div>
</li>
<li class="project-item project-se">
<div class="inner">
<div class="project-summary">
<p class="summary-text"></p>
<a href="https://github.com/dotnetcore/SourceLink.Environment" class="skip"></a>
</div>
<div class="project-meta">
<span class="project-avator"></span>
<p class="project-name">
<a href="https://github.com/dotnetcore/SourceLink.Environment"><strong>NCC SourceLink Env</strong></a>
<a href="https://github.com/dotnetcore"><em>by NCC Team</em></a>
</p>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="g-footer">
<div class="our-partners">
<div class="our-partner-title"><h5>Partners and Sponsors</h5></div>
<span class="our-partner-item">
<a href="https://www.jetbrains.com/?from=.NETCoreCommunity(NCC)" target="_blank">
<img src="./images/jetbrains.png" title="JetBrains" width=130 />
</a>
</span>
<span class="our-partner-item">
<a href="https://www.myget.org/" target="_blank">
<img src="./images/myget.png" title="MyGet" width=130 />
</a>
</span>
<span class="our-partner-item">
<a href="https://www.oreilly.com/pub/cpc/323206" target="_blank">
<img src="./images/oreilly.png" title="O'Reilly" width=130 />
</a>
</span>
<span class="our-partner-item">
<a href="https://www.material-theme.com/" target="_blank">
<img src="./images/material-theme.png" title="Material Theme UI Plugin for JetBrains" width=130 />
</a>
</span>
</div>
<div class="our-message">
<div class="inner">
<span class="media">dotNETcore</span>
<div class="content">
<h1>春种一粒粟,秋收万颗子。</h1>
<p>凝聚吾辈之力,汇聚诸君之绩,披荆斩棘,同舟共济,吾等即奇迹。</p>
</div>
</div>
</div>
</div>
<script src="/js/common.js" ></script>
</body>
</html>