Core aycode behaviour, business logic or general models
Go to file
Loretta f9dc9a65fb High-performance, thread-safe JSON and data source overhaul
- Introduced AcJsonSerializer/Deserializer: fast, reflection-free, streaming JSON with optimized $id/$ref handling and Base62 IDs.
- Default serialization now uses new serializers; falls back to Newtonsoft for complex cases.
- Extensive type/property caching for performance and thread safety.
- Refactored MergeContractResolver and collection merge logic; all merge/populate operations use centralized caches.
- AcObservableCollection and AcSignalRDataSource are now fully thread-safe and support batch operations.
- SignalResponseMessage<T> supports lazy deserialization and direct JSON access.
- Added comprehensive unit tests and benchmarks for serialization, deserialization, and collection operations.
- Updated .gitignore and solution files; refactored core classes for clarity and performance.
2025-12-09 03:24:51 +01:00
AyCode.Core High-performance, thread-safe JSON and data source overhaul 2025-12-09 03:24:51 +01:00
AyCode.Core.Server Enhance JSON handling and add hybrid reference support 2025-12-08 15:50:48 +01:00
AyCode.Core.Tests High-performance, thread-safe JSON and data source overhaul 2025-12-09 03:24:51 +01:00
AyCode.Core.Tests.Internal Enhance JSON handling and add hybrid reference support 2025-12-08 15:50:48 +01:00
AyCode.Database Enhance JSON handling and add hybrid reference support 2025-12-08 15:50:48 +01:00
AyCode.Database.Tests microsoft packages update 2025-12-01 16:18:36 +01:00
AyCode.Database.Tests.Internal microsoft packages update 2025-12-01 16:18:36 +01:00
AyCode.Entities AcModelDtoExtension improvements 2025-09-12 13:36:11 +02:00
AyCode.Entities.Server Add .targets file 2025-08-31 13:07:34 +02:00
AyCode.Interfaces improvements, fixes 2025-11-26 09:42:00 +01:00
AyCode.Interfaces.Server Add .targets file 2025-08-31 13:07:34 +02:00
AyCode.Models Add .targets file 2025-08-31 13:07:34 +02:00
AyCode.Models.Server Add .targets file 2025-08-31 13:07:34 +02:00
AyCode.Services High-performance, thread-safe JSON and data source overhaul 2025-12-09 03:24:51 +01:00
AyCode.Services.Server High-performance, thread-safe JSON and data source overhaul 2025-12-09 03:24:51 +01:00
AyCode.Services.Server.Tests High-performance, thread-safe JSON and data source overhaul 2025-12-09 03:24:51 +01:00
AyCode.Utils microsoft packages update 2025-12-01 16:18:36 +01:00
AyCode.Utils.Server Add .targets file 2025-08-31 13:07:34 +02:00
BenchmarkSuite1 High-performance, thread-safe JSON and data source overhaul 2025-12-09 03:24:51 +01:00
.gitattributes first commit 2023-11-08 09:35:34 +01:00
.gitignore High-performance, thread-safe JSON and data source overhaul 2025-12-09 03:24:51 +01:00
AyCode.Core.sln High-performance, thread-safe JSON and data source overhaul 2025-12-09 03:24:51 +01:00
AyCode.Core.targets CollectionExtensions UpdateCollectionById<TId> 2025-11-07 14:10:30 +01:00