Introduction to Application State
Get introduced to the concepts we will learn in this chapter.
We'll cover the following...
Overview
Sometimes, we need our applications to maintain state between different pages. We can accomplish this by using dependency injection (DI). ...