.NET Core development actual combat (Lesson 1: Course Introduction) - Study Notes

01 | Courses

Instructors

Xiaowei Yu, Bao online school architect, SkyWalking .NET probe contributors, NetCorePal component library creator

Why learn .NET Core

  • Microsoft technical support to promote the ecological development .Net
  • Cross-platform: more development environment and select the deployment environment, especially for good support Docker and Kubernetes quickly build and deploy to the cloud micro-services infrastructure, highly available, and scalable system architecture to build and improve the degree of code reuse
  • Open source: openness and inclusiveness .NET technology stack, but also means autonomy, are free to use, redistribute .NET Core Source
  • Has very good support in desktop development, mobile client development, networking, AI and other fields, it is possible to adapt the system to quickly build different scenarios

Difficulty learning .NET Core What are

.NET Core library, framework components use very simple and natural, and therefore very easy entry

But how to use it the best way to solve all kinds of problems at work

How to ensure that our system is designed with robustness, scalability

How to make the team by means of .NET Core efficient collaboration, it requires a lot of practical experience and accumulated

For example, how to ensure that our application to adapt to different deployment environments

How to design business code to make sure it will not end with the complexity of the upgrade of the system and the loss of maintainability

Services of is how to guarantee payment efficiency in a multi-team

How to use technology to solve .NET Core transactional consistency of service problems caused by

To answer these questions, we need you in the deep principle .NET Core

And best practices in the actual production of further learning and understanding

So you can understand the relationship between architecture and technology teamwork

Sustainable and have evolved the ability to protect the system architecture

After learning what you will harvest

  • Master .NET Core design principles and best practices of important components
  • Master the design and implementation .NET Core micro-service applications under Kubernetes
  • Master the principles of engineering design practice in .NET Core technology stack

知识共享许可协议

This work is Creative Commons Attribution - NonCommercial - ShareAlike 4.0 International License Agreement for licensing.

欢迎转载、使用、重新发布,但务必保留文章署名 郑子铭 (包含链接: http://www.cnblogs.com/MingsonZheng/ ),不得用于商业目的,基于本文修改后的作品务必以相同的许可发布。

如有任何疑问,请与我联系 ([email protected]) 。

Guess you like

Origin www.cnblogs.com/MingsonZheng/p/12305981.html