From 8161ebab0ce62afe938bcbfe5a7c9df2f0cf1135 Mon Sep 17 00:00:00 2001 From: borb Date: Fri, 11 Jul 2025 17:22:35 +0300 Subject: [PATCH] format database --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2fdee38..f87d2e3 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Contents -| # | 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) | +| # | 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) | -| | [SQL Databases](sql-databases.md) | [Download slides](sql-databases-slides.html?raw=1) | -| 6 | [Databases with Entity Framework](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) | +| | [SQL Databases](sql-databases.md) | [Download slides](sql-databases-slides.html?raw=1) | +| 6 | [Databases with Entity Framework](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) |