AJ 7c39e89347 Refactor PepDB.cs: Consolidate repetitive Entity Framework configuration
Reduced file from 481 lines to 108 lines (77.5% reduction) by:
- Created ConfigureStringProperties helper method to eliminate repetitive IsUnicode(false) calls
- Organized entity configurations into dedicated methods per entity type
- Maintained all original functionality while improving maintainability

Benefits:
- Easier to add new properties or entities
- Better code organization and readability
- Follows DRY principle
- Type-safe using lambda expressions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-08 23:29:31 -04:00
2019-02-22 08:31:10 -05:00
2019-02-22 08:31:10 -05:00
2019-02-22 08:31:10 -05:00
Description
C# class library for reading files from PEP.
301 KiB
Languages
C# 100%