As a long-term worker on the .Net construction site, I have been committed to digging holes (Bugs) and filling holes (Debugs), but my technology has not improved. I was also enthusiastic about learning new technologies and dreamed of becoming a technology master. From front-end to back-end, from bootstrap to javascript, from python to Node.js, I have learned about design patterns and followed the trend of WeChat public account development. However, I only touched upon it briefly and never went into depth. I bought technical books one after another, but I didn't finish reading them all. I have saved a bunch of PDFs, but they just occupy memory in my phone. I thought about changing, but never started to change.
The above is a true portrayal of my career as a programmer.
Now I want to try to change, starting from the basic helloworld, writing down the trivial things I encountered during my studies, step by step, just to accumulate thick accumulation and thin hair.
This series is my attempt at the DDD series framework from scratch.
Before starting this series, it is recommended to read through the Abp Chinese documentation;
If you have good English skills, please check the official documentation directly.
This series of articles is mainly based on the ABP template development Mpa (multi-page) "Task List" project.
Since it is an introductory series, the code generator will not be used, and each line of code is typed manually.
The source code has been uploaded to Github-LearningMpaAbp, you can refer to it yourself.
This series is based on continuous summary and will be continuously updated. Please pay attention to learning.
The main function of "Task List" is to complete the creation and distribution of tasks, and simple addition, deletion, modification and checking.
The above is the content of the ABP introductory series (1) - learning the practical exercises of the Abp framework. For more related content, please pay attention to the PHP Chinese website (www.php.cn)!