-
Book Overview & Buying
-
Table Of Contents
Practical C# Projects with .NET
By :
In this chapter, we saw how external data files with JSON data can help manage application data and give you flexibility in designing data-oriented applications, and how repository classes can help manage those data sources.
We also saw how the Strategy pattern helps compartmentalize application logic into interchangeable objects for added flexibility.
Finally, we saw how async/await and Spectre.Console's Status method can help manage asynchronous code and present an engaging user interface while doing so.
This concludes Part 1 of the book, and our exploration of console applications. In Part 2, things start to get a lot more interesting as we add in
APIs, databases, and web applications. I'll see you there.