13
Implementing Code Reusability in C# 9
Code reusability is one of the most important topics in software architecture. This chapter aims to discuss ways to enable code reuse, as well as to help you understand how .NET 5 goes in this direction to solve the problem of managing and maintaining a reusable library.
The following topics will be covered in this chapter:
- Understanding the principles of code reuse
- The advantages of working with .NET 5 versus .NET Standard
- Creating reusable libraries using .NET Standard
Although code reuse is an exceptional practice, as a software architect you must be aware when this is important for the scenario you are dealing with. Many good software architects agree that there is a lot of overengineering due to ...
Get Software Architecture with C# 9 and .NET 5 - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.