@@ -8,11 +8,12 @@ This section contains articles about specific ASP.NET Core Web API features.
8
8
- [ Content Security Policy in ASP.NET Core] ( https://code-maze.com/aspnetcore-content-security-policy/ )
9
9
- [ Custom Attributes in .NET] ( https://code-maze.com/dotnet-custom-attributes/ )
10
10
- [ 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/ )
13
11
- [ Distributed Caching in ASP.NET Core] ( https://code-maze.com/aspnetcore-distributed-caching/ )
14
12
- [ Download Multiple Files From Azure Blob Storage in ASP.NET Core] ( https://code-maze.com/aspnetcore-download-multiple-files-from-azure-blob-storage/ )
15
13
- [ 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/ )
16
17
- [ In-Memory Caching in ASP.NET Core] ( https://code-maze.com/aspnetcore-in-memory-caching/ )
17
18
- [ InProcess and OutOfProcess Hosting Models in ASP.NET Core] ( https://code-maze.com/aspnetcore-inprocess-outofprocess-hosting-models/ )
18
19
- [ 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.
21
22
- [ How to Read Values From Query Strings In ASP.NET Core] ( https://code-maze.com/aspnetcore-read-values-from-query-strings/ )
22
23
- [ How to Resolve Instances With ASP.NET Core DI] ( https://code-maze.com/aspnetcore-resolve-instances-with-dependency-injection/ )
23
24
- [ 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/ )
24
27
- [ How to Modify a Base URI of Swagger in ASP.NET Core] ( https://code-maze.com/aspnetcore-modify-a-base-uri-of-swagger/ )
25
28
- [ URI Encode and Decode in .NET] ( https://code-maze.com/dotnet-uri-encode-and-decode/ )
26
29
- [ Validate User Input With Regular Expressions in Blazor WebAssembly] ( https://code-maze.com/validate-input-regular-expressions-blazor-webassembly/ )
0 commit comments