Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luoyunchong/dotnetcore-examples

about learning DotNetCore via examples. DotNetCore 教程、技术栈示例代码,快速简单上手教程。
https://github.com/luoyunchong/dotnetcore-examples

csredis dotnetcore freesql identityserver4 oauth2 qiniu webapiclient

Last synced: 1 day ago
JSON representation

about learning DotNetCore via examples. DotNetCore 教程、技术栈示例代码,快速简单上手教程。

Awesome Lists containing this project

README

        

# .NET Core 学习示例

> 学习之路漫漫无期

看到 java 的 spring boot 框架如何火热,examples - [https://github.com/ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)多达 16628 star(2019-6-27),回头看 dotnetcore,则不温不火。我想写点示例,降低入门门槛。

## 项目文档 [https://igeekfan.cn/dotnetcore/examples/](https://igeekfan.cn/dotnetcore/examples/)

## 文档代码 [https://igeekfan.cn](https://igeekfan.cn)

## 项目路线图 [Roadmap](./Roadmap.md)

假设你已经有了 C#基础、ASP .NET MVC 或其他语言的 MVC 基础。

本项目以 C#语言为示例,结合 ASP .NET Core,集成第三方类库的示例,运用基础组件,写好 Demo。如果你是一个 .NET Framework 开发者,转去学习 .NET Core,你会发现新的世界,大家定位是应该软件开发工程师,而不只是 .NET 开发工程师。

## 我正在学习和使用的技术、关注的技术

- Linux:Ubuntu
- CLI:PowerShell、Bash
- Docker:Docker for windows、Hyper-v、WSL2
- DevOps:Jenkins、Travis CI、Aurze DevOps、GitHub Action
- MySQL、Mariadb,PgSQL,influxdb
- NoSQL:Redis、MongoDB,ES
- Nginx、
- .NET Core、ASP .NET Core
- RabbitMQ
- SignlaR、WebSocket

## 开源组织

- dotnetcore :.NET Core Community
- 官网 [https://www.dotnetcore.xyz](https://www.dotnetcore.xyz)
- 开源 [https://github.com/dotnetcore](https://github.com/dotnetcore)
- 26 个开源项目,都是基于 dotnetcore 开源的优秀项目。
- abpframework:Web Application Framework for ASP .NET Core
- 官网 https://abp.io/
- 开源地址 https://github.com/abpframework
- abp vnext 完善的基础设施与文档 https://github.com/abpframework/abp

## 文章

### 配置项

- 配置项[aspnetcore-Get-Json-Array-using-IConfiguration](https://blog.igeekfan.cn/2019/07/07/dotnetcore/aspnetcore-Get-Json-Array-using-IConfiguration/)