API Services for Portfolio and Blog
Go to file
Bangara Raju Kottedi 638e680a97 Upgrade dependencies, add encrypted connection strings
- Updated NuGet packages across projects for compatibility and bug fixes
- Switched to Microsoft.OpenApi and refactored Swagger setup
- Added AES encryption/decryption for connection strings
- Stored encrypted DB/cache connection strings in config
- Improved encryption reliability in Program.cs
- Added AutoMapper to multiple projects for mapping support
- Enhanced security and code maintainability
2026-03-14 22:57:00 +05:30
AesEncryption Upgrade dependencies, add encrypted connection strings 2026-03-14 22:57:00 +05:30
PortBlog.API Upgrade dependencies, add encrypted connection strings 2026-03-14 22:57:00 +05:30
PortBlog.Tests Upgrade dependencies, add encrypted connection strings 2026-03-14 22:57:00 +05:30
Shared Upgrade dependencies, add encrypted connection strings 2026-03-14 22:57:00 +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