From 7913f3d0f06122c94640fc70d2bdf4db01c3d83d Mon Sep 17 00:00:00 2001 From: borb Date: Thu, 10 Jul 2025 23:38:31 +0300 Subject: [PATCH] update readme --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c3de02f..378cd4b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Contents -| # | Lecture | Slides | -|:--|:--------------------------------------------------------------------------|:---------------------------------------------------------------------------| -| 1 | [Introduction to ASP.NET](1-aspnet-introduction.md) | [Download slides](1-aspnet-introduction-slides.html?raw=1) | -| 2 | [HTTP Responses](2-http-responses.md) | [Download slides](2-http-responses-slides.html?raw=1) | -| 4 | [MVC Pattern & Repositories](4-mvc-pattern-and-repositories.md) | [Download slides](4-mvc-pattern-and-repositories-slides.html?raw=1) | -| 5 | [5. REST Architecture](5-rest-architecture.md) | [Download slides](5-rest-architecture-slides.html?raw=1) | -| 6 | [Model validation & API Design](6-model-validation-and-designing-apis.md) | [Download slides](6-model-validation-and-designing-apis-slides.html?raw=1) | -| 7 | [SQL](7-databases-with-entity-framework.md) | [Download slides](7-databases-with-entity-framework-slides.html?raw=1) | -| 8 | [Authentication & Authorization](8-authentication-and-authorization.md) | [Download slides](8-authentication-and-authorization-slides.html?raw=1) | -| 9 | [Testing](9-testing.md) | [Download slides](9-testing-slides.html?raw=1) | +| # | Lecture | Slides | +|:------|:-----|:------| +| 1 | [Introduction to ASP.NET](1-aspnet-introduction.md) | [Download slides](1-aspnet-introduction-slides.html?raw=1) | +| 2 | [Controllers and HTTP responses](2-controllers-and-http-responses.md) | [Download slides](2-controllers-and-http-responses-slides.html?raw=1) | +| 3 | [MVP Pattern and Repositories](3-mvc-pattern-and-repositories.md) | [Download slides](3-mvc-pattern-and-repositories-slides.html?raw=1) | +| 4 | [RESTful HTTP Methods](4-restful-http-methods.md) | [Download slides](4-restful-http-methods-slides.html?raw=1) | +| 5 | [Model Validation & API Design](5-model-validation-and-designing-apis.md) | [Download slides](5-model-validation-and-designing-apis-slides.html?raw=1) | +| 6 | [SQL](6-databases-with-entity-framework.md) | [Download slides](6-databases-with-entity-framework-slides.html?raw=1) | +| 7 | [Authentication & Authorization](7-authentication-and-authorization.md) | [Download slides](7-authentication-and-authorization-slides.html?raw=1) | +| 8 | [Testing](8-testing.md) | [Download slides](8-testing-slides.html?raw=1) |