API Services for Portfolio and Blog
Go to file
Bangara Raju Kottedi 2533b5298f Support encrypted cache conn strings & update dependencies
Moved DecryptConnectionString to KBR.Shared.Extensions for reuse and improved configuration access. Added Encryption property to CacheOptions and appsettings for conditional decryption of cache connection strings. Updated ServiceCollectionExtensions to decrypt SQL Server cache connection strings when needed. Upgraded NuGet packages across projects to latest .NET 8/10.0.x versions. Included minor code cleanups and OpenApiSecurityScheme improvements.
2026-02-15 14:22:22 +05:30
AesEncryption Update projects to .NET 10.0 and add Program doc entry 2026-02-15 13:22:48 +05:30
PortBlog.API Support encrypted cache conn strings & update dependencies 2026-02-15 14:22:22 +05:30
PortBlog.Tests Support encrypted cache conn strings & update dependencies 2026-02-15 14:22:22 +05:30
Shared Support encrypted cache conn strings & update dependencies 2026-02-15 14:22:22 +05:30
.gitattributes Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2024-04-22 17:46:48 +05:30
.gitignore 1. AES Encryption/Decryption Tool 2024-04-28 13:22:57 +05:30
LICENSE.txt Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2024-04-22 17:46:48 +05:30
PortBlog.API.sln Admin API refactor: claim-based resume CRUD & versioning 2026-02-15 05:27:35 +05:30
README.md Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2024-04-22 17:46:48 +05:30
Resume Database Design.docx Add project files. 2024-04-22 17:46:50 +05:30

PortBlog.API