.Net

Memorystream woes

Edit: I’m an idiot (thankfully). I was trying to run the VM’s Step() function from a thread while also supplying input to it’s stream outside the thread. Funkiness ensued. I unthreaded it and handled input Read more…

By hadi, ago
Coding

WebFiori HTTP Library v3.0.1 Released

Version 3.0.1 was released. Formerly known as RESTEasy. The name was changed because the library is now part of WebFiori framework. https://github.com/WebFiori/http/releases/tag/v3.0.1 How to use it: https://webfiori.com/learn/web-services You are welcome to post your opinion about Read more…

By hadi, ago
.Net

.NET 5 – MemoryCache, questions

I’ve been looking and trying to figure out how to use MemoryCache (Microsoft.Extensions.Caching.Memory). From what I read the MemoryCache checks for expired items when you access them (Sliding and Absolute expiration). But does it also Read more…

By hadi, ago