ASP.NET Core学习路线图

说明

1. 先决条件

  • C#\](https://www.pluralsight.com/paths/csharp)

  • ASP.NET Core\](https://www.pluralsight.com/search?q=asp.net%20core)

2. 通用开发技能

3. 依赖注入

  1. DI容器
  • Microsoft.Extensions.DependencyInjection\](https://docs.microsoft.com/zh-cn/aspnet/core/fundamentals/dependency-injection)

  • Ninject\](http://www.ninject.org/)

  • Castle Windsor\](https://github.com/castleproject/Windsor)

  1. Scrutor\](https://github.com/khellang/Scrutor)

  2. 关系数据库

  3. SQL Server\](https://www.microsoft.com/zh-cn/sql-server/sql-server-2017)

  4. MariaDB\](https://mariadb.org/)

  5. 云数据库

  • CosmosDB\](https://docs.microsoft.com/zh-cn/azure/cosmos-db)

  1. 搜索引擎
  • ElasticSearch\](https://www.elastic.co/)

  • Sphinx\](http://sphinxsearch.com/)

  • MongoDB\](https://docs.microsoft.com/zh-cn/aspnet/core/tutorials/first-mongo-app)

  • Apache Cassandra\](http://cassandra.apache.org/)

  • RavenDB\](https://github.com/ravendb/ravendb)

5. 缓存

  1. Entity Framework 二级缓存

  2. EFSecondLevelCache.Core\](https://github.com/VahidN/EFSecondLevelCache.Core)

  3. 分布式缓存\](https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed)

  4. Memcached\](https://memcached.org/)

6. 日志

  1. 日志框架
  • Serilog\](https://github.com/serilog/serilog)

  • Elmah\](https://elmah.github.io/)

  1. 日志管理系统
  • Sentry.io\](http://sentry.io)

  • Elmah.io\](http://elmah.io)

  1. Razor\](https://docs.microsoft.com/zh-cn/aspnet/core/mvc/views/razor)

  2. Scriban\](https://github.com/lunet-io/scriban)

8. 实时通信

  1. SignalR\](https://docs.microsoft.com/en-us/aspnet/core/signalr)

  • AutoMapper\](https://github.com/AutoMapper/AutoMapper)

  • AgileMapper\](https://github.com/agileobjects/AgileMapper)

10. API客户端

  1. REST
  • OData\](https://blogs.msdn.microsoft.com/odatateam/2018/07/03/asp-net-core-odata-now-available/)

  1. GraphQL
  • GraphQL-dotnet\](https://github.com/graphql-dotnet/graphql-dotnet)

  • MediatR\](https://github.com/jbogard/MediatR)

  • Swashbuckle\](https://github.com/domaindrivendev/Swashbuckle.AspNetCore)

  • Polly\](https://github.com/App-vNext/Polly)

  • GenFu\](https://github.com/MisterJames/GenFu)

  1. 单元测试

  2. 测试框架

  • MSTest\](https://docs.microsoft.com/zh-cn/dotnet/core/testing/unit-testing-with-mstest)

  • xUnit\](https://docs.microsoft.com/zh-cn/dotnet/core/testing/unit-testing-with-dotnet-test)

  • Moq\](https://github.com/moq/moq4)

  • FakeItEasy\](https://github.com/FakeItEasy/FakeItEasy)

  • FluentAssertion\](https://github.com/fluentassertions/fluentassertions)

  1. 行为测试
  • BDDfy\](https://github.com/TestStack/TestStack.BDDfy)

  • LightBDD\](https://github.com/LightBDD/LightBDD)

  • WebApplicationFactory\](https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests)

  1. 端到端测试
  • Selenium\](https://www.automatetheplanet.com/webdriver-dotnetcore2/)

13. 任务调度

  • HangFire\](https://github.com/HangfireIO/Hangfire)

  • Fluent Scheduler\](https://github.com/fluentscheduler/FluentScheduler)

  1. 消息队列
  • RabbitMQ\](https://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html)

  • ActiveMQ\](https://github.com/apache/activemq)

  1. 消息总线
  • MassTransit\](https://github.com/MassTransit/MassTransit)

  • CAP\](https://github.com/dotnetcore/CAP)

  • 单一责任原则(SRP)\](https://www.dotnetcurry.com/software-gardening/1148/solid-single-responsibility-principle)

  • 里氏替换原则(LSP)\](https://www.dotnetcurry.com/software-gardening/1235/liskov-substitution-principle-lsp-solid-patterns)

  • 接口分离原则(DIP)\](https://www.dotnetcurry.com/software-gardening/1284/dependency-injection-solid-principles)

  • CQRS\](https://docs.microsoft.com/zh-cn/azure/architecture/patterns/cqrs)

  • 策略模式\](https://www.dofactory.com/net/strategy-design-pattern)

  • 建造者模式\](https://www.dofactory.com/net/builder-design-pattern)

  • 外观模式\](https://www.dofactory.com/net/facade-design-pattern)

地址

此文章是转载Github上的一个项目,地址: https://github.com/MoienTajik/AspNetCore-Developer-Roadmap/blob/master/ReadMe.zh-Hans.md ,如果喜欢的给个小星星。

相关推荐
甄霓裳几秒前
APL语言的游戏音效
开发语言·后端·golang
Billy Qin23 分钟前
Shell四种配置文件的区别(~/.bashrc ~/.bash_profile ~/.zshrc ~/.profile)
开发语言·bash
JQLvopkk42 分钟前
C#中编写TCP客户端和服务端
开发语言·tcp/ip·c#
꧁坚持很酷꧂44 分钟前
Qt远程连接数据库,注册,登录
开发语言·数据库·qt
十五年专注C++开发1 小时前
QT 中的元对象系统(五):QMetaObject::invokeMethod的使用和实现原理
开发语言·数据结构·c++·qt·设计模式
weixin_428498491 小时前
使用MATIO库读取Matlab数据文件中的多维数组
开发语言·matlab
渴望脱下狼皮的羊1 小时前
C++基础讲解
开发语言·c++·后端
Tttian6221 小时前
Python办公自动化(4)对PPT&邮箱的操作
开发语言·python
倒霉蛋小马1 小时前
【Java集合】LinkedList源码深度分析
java·开发语言
pk_xz1234561 小时前
python加载训练好的模型并进行叶片实例分割预测
开发语言·python