From 9030299f60db98548845ef1bbfb58d339784685c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 22 May 2018 05:42:19 +0300 Subject: [PATCH] Added new sections to doc index --- docs/Index.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/Index.md b/docs/Index.md index d800b10bb5..3d58653477 100644 --- a/docs/Index.md +++ b/docs/Index.md @@ -7,9 +7,28 @@ * With ASP.NET Core Web Application * Fundamentals * Dependency Injection + * AutoFac Integration * [Virtual File System](Virtual-File-System.md) * [Localization](Localization.md) * [Exception Handling](Exception-Handling.md) + * Validation + * Authorization + * Caching + * Auditing + * Setting Management + * Object to Object Mapping + * AutoMapper Integration +* Events + * Event Bus (local) + * Distributed Event Bus + * RabbitMQ Integration +* Services + * Object Serialization + * JSON Serialization + * Emailing + * GUIDs + * Threading + * Timing * [Multi Tenancy](Multi-Tenancy.md) * Module Development * Basics @@ -27,6 +46,12 @@ * Application Services * Data Transfer Objects * Unit Of Work +* ASP.NET Core MVC + * API Versioning + * User Interface + * Themes + * Tag Helpers * Data Access * [Entity Framework Core Integration](Entity-Framework-Core.md) - * [MongoDB Integration](MongoDB.md) \ No newline at end of file + * [MongoDB Integration](MongoDB.md) +* Testing \ No newline at end of file