Рет қаралды 1,921
This is the recording of a course I give at the HTBLA Leonding. In this lecture, we learn the basics about reactive forms in Angular
Resources:
Playlist for Web Dev Course: • HTL Leonding: Web Dev ...
Playlist for ASP.NET Core Course: • HTL Leonding: Intro to...
Course notes hackmd.io/@rst...
GitHub repo github.com/rst...
00:00:26 EFCore course material, installing prerequisites
00:06:26 Setting up the project
00:08:35 Creating the model (including m:n relationship)
00:19:49 Adding DB Context, creating migrations and DB
00:28:51 Adding API handler functions
00:50:45 Filling the DB with Bogus.net
00:56:45 DB transaction
01:20:44 Using keyword, IDisposable
01:23:49 Additional API handlers
01:37:13 Advanced: IQueryable, Expression Trees
02:08:00 Homework, exercise