Coding Grounds
Compilation of different programming projects I amuse myself with.
Monday, 28 September 2015
C# and UTC timestamps
›
DateTime values are usually stored in a local datetime format using DateTime.Now This is sufficient if your system or application only ru...
1 comment:
Synchronizing Redis local caches for distributed multi-subscriber scenarios using C#
›
Redis is a great technology for delivering improved performance across clients or servers, by using today's low prices of memory to sto...
10 comments:
Thursday, 17 September 2015
Redis from C# using a generic linq-based approach
›
Redis is a powerful cache that acts as a remote in-memory data structure store. It stands for Remote Dictionary Server. Redis allows advan...
88 comments:
‹
›
Home
View web version