IntroductionToDotNetAndWebApi-UniPartners-2025
Introduction to .NET and ASP.NET WebApi - UniPartners 2025
20 januari 2025 (Introductie en basisconcepten)
(Link) Introductie tot het .NET platform (Een beetje algemene info om .NET Core/Framework, runtime, BCL, C# te kaderen)
(Link) .NET projectstructuur (Solution, Project, Assembly/Class Library, ...)
(Link) .NET Types (Static Typed language, Generics, Reflection)
(Link) Dependency Injection in .NET (Introductie, ServiceCollection, ServiceProvider, Singleton/Transient/Scoped)
(Link) TPL en Async (Task, async/await)
21 januari (ASP.NET WebApi Introductie)
(Link) Introductie tot ASP.NET (Webapplicaties, Kestrel, configuratie)
(Link) ASP.NET Minimal Api's (Introductie, DI)
(Link) ASP.NET WebApi (Controllers, Actions, DI, Swagger)
(Link) ASP.NET Middlewares (Request/Response pipeline)
(link) Oefening
27 januari (.NET Applicatieontwikkeling)
(Link) ADO.NET (SqlClient, SqlConnection, SqlCommand)
(Link) Entity Framework (ORM, DbContext, Entity mapping)
(Link) LINQ (LINQ, Fluent API's, Lambda Expressions, Expression Trees)
(Link) Repository pattern (Abstraction, DI, CRUD)
28 januari (ASP.NET WebApi vervolg)
(Link) ASP.NET Minimal WebApi & Entity Framework
(Link) Busines Logic en data (Entities, Models, DTO's, Mapping)
(Link) ASP.NET Authenticatie
(Link) Recap & Q&A