92 - Introduction
93 - Cleaning Up the BackEnd
94 - Introduction to Services
95 - From Angular to ASPNET Core HttpService
96 - Configuring CORS
97 - Using Environment to Avoid Hardcoded URLs
98 - Installing Entity Framework Core
99 - Creating the Database
100 - Creating Genres BackEnd
101 - Creating Genres Angular
102 - Displaying Errors From the Web API
103 - Data Transfer Objects DTOs
104 - Index Genres BackEnd
105 - Index Genres Angular
106 - Pagination BackEnd
107 - Ordering with OrderBy
108 - Pagination Angular
109 - Updating Genres BackEnd
110 - Updating Genres Angular
111 - Deleting Genres BackEnd
112 - Deleting Genres Angular
113 - Creating Actors BackEnd
114 - Creating Actors Angular
115 - Preparing the App to Store Images
116 - Using Azure Storage for Storing Images
117 - Storing Images Locally
118 - Index Actors BackEnd
119 - Index Actors Angular
120 - Updating Actors BackEnd
121 - Updating Actors Angular
122 - Deleting Actors BackEnd
123 - Deleting Actors Angular
124 - Index Entity Components
125 - Generic Services
126 - Creating Entities Component
127 - Editing Entities Component
128 - Custom Base Controller Getting Paginated Entities
129 - Custom Base Controller Getting an Entity By its Id
130 - Custom Base Controller Creating Updating and Deleting
131 - Theaters Entity
132 - Theaters CRUD BackEnd
133 - Theaters CRUD Angular
134 - Movies Entity
135 - Creating Movies BackEnd
136 - Custom Model Binding
137 - Creating Movies Angular
138 - Finishing the Actors Selection Component
139 - Getting Movies BackEnd
140 - Landing Page Angular
141 - Updating Movies BackEnd
142 - Updating Movies Angular
143 - Deleting Movies
144 - Movie Details Page Part 1
145 - Movie Details Page Part 2
146 - Finishing the Searching Movies Component BackEnd
147 - Finishing the Searching Movies Component Angular
148 - Waiting a Moment Before Sending the HTTP Request
149 - Summary