Skip to content

Commit 0c2a502

Browse files
authored
Update README.md
1 parent a2b716d commit 0c2a502

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

aspnetcore-features/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ This section contains articles about specific ASP.NET Core Web API features.
88
- [Content Security Policy in ASP.NET Core](https://code-maze.com/aspnetcore-content-security-policy/)
99
- [Custom Attributes in .NET](https://code-maze.com/dotnet-custom-attributes/)
1010
- [How to Create a Custom Authorize Attribute in ASP.NET Core](https://code-maze.com/custom-authorize-attribute-aspnetcore/)
11-
- [How to Read Connection Strings in .NET](https://code-maze.com/dotnet-read-connection-strings/)
12-
- [How To Set Up SSL Certificate In Visual Studio and .NET CLI](https://code-maze.com/enable-ssl-certificate-visual-studio-dotnet-cli/)
1311
- [Distributed Caching in ASP.NET Core](https://code-maze.com/aspnetcore-distributed-caching/)
1412
- [Download Multiple Files From Azure Blob Storage in ASP.NET Core](https://code-maze.com/aspnetcore-download-multiple-files-from-azure-blob-storage/)
1513
- [Feature Flags in ASP.NET Core](https://code-maze.com/aspnetcore-feature-flags/)
14+
- [How to Read Connection Strings in .NET](https://code-maze.com/dotnet-read-connection-strings/)
15+
- [How To Set Up SSL Certificate In Visual Studio and .NET CLI](https://code-maze.com/enable-ssl-certificate-visual-studio-dotnet-cli/)
16+
- [Extending IdentityUser With Custom Properties in ASP.NET](https://code-maze.com/aspdotnet-extending-identityuser/)
1617
- [In-Memory Caching in ASP.NET Core](https://code-maze.com/aspnetcore-in-memory-caching/)
1718
- [InProcess and OutOfProcess Hosting Models in ASP.NET Core](https://code-maze.com/aspnetcore-inprocess-outofprocess-hosting-models/)
1819
- [Localization in ASP.NET Core](https://code-maze.com/aspnetcore-localization/)
@@ -21,6 +22,8 @@ This section contains articles about specific ASP.NET Core Web API features.
2122
- [How to Read Values From Query Strings In ASP.NET Core](https://code-maze.com/aspnetcore-read-values-from-query-strings/)
2223
- [How to Resolve Instances With ASP.NET Core DI](https://code-maze.com/aspnetcore-resolve-instances-with-dependency-injection/)
2324
- [Response Caching in ASP.NET Core](https://code-maze.com/aspnetcore-response-caching/)
25+
- [Different Ways to Use Select Tag Helper in ASP.NET Core](https://code-maze.com/select-tag-helper-aspnetcore/)
26+
- [How to Access Configuration During Application’s Startup in .NET](https://code-maze.com/dotnet-access-configuration-during-applications-startup/)
2427
- [How to Modify a Base URI of Swagger in ASP.NET Core](https://code-maze.com/aspnetcore-modify-a-base-uri-of-swagger/)
2528
- [URI Encode and Decode in .NET](https://code-maze.com/dotnet-uri-encode-and-decode/)
2629
- [Validate User Input With Regular Expressions in Blazor WebAssembly](https://code-maze.com/validate-input-regular-expressions-blazor-webassembly/)

0 commit comments

Comments
 (0)