Jyotiprakash Mishrablog.jyotiprakash.org·Jan 4, 2024A brief on kinds of OS kernelsOperating systems can be broadly classified into several categories based on their architecture, design, and usage. Monolithic OS: Definition: A monolithic operating system represents a traditional operating system architecture where the entire sys...9 likes·415 readslayered
Hemant Singhmemorycrypt.hashnode.dev·Sep 17, 2023Implementing Caching in Web API: Memory Cache, Redis, and IDistributedCacheCaching is a crucial optimization technique for improving the performance and scalability of Web APIs. In this article, we'll explore various caching options available in .NET Web API, including in-memory caching, Redis caching, and using IDistribute...1 like·102 readsC# and .NET.NET