PinnedNishān Wickramarathna·Apr 16, 2022Redis as a Distributed Cache on .NET 6.0Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Well-known as a…
PinnedNishān Wickramarathna·Mar 26, 2022In Memory Caching on .NET 6.0ASP.NET provides two types of caching that you can use to create high-performance Web applications. The first is called output caching…A response icon1A response icon1
PinnedNishān Wickramarathna·Dec 19, 2021Writing Better Performing Queries with LINQ on EF Core 6.0 ⚙️🔧This one was in the drafts folder for a long time; I wanted to include my personal experiences as well before giving away any suggestions…A response icon2A response icon2
PinnedNishān Wickramarathna·Dec 12, 2021An Introduction to Writing High-Performance C# Using Span<T> StructLet’s talk about Span<T> today, which has been talked about couple of years for now because it has been introduced with C#7.2 and supported…A response icon3A response icon3
PinnedNishān Wickramarathna·Sep 3, 2021Understanding CQRS Pattern using .NET Core & MediatRCommand and Query Responsibility Segregation with MediatRA response icon2A response icon2
Nishān Wickramarathna·Feb 9OWASP Top 10 for Agentic Applications 2026: A Security Guide for Building AI AgentsAgentic AI systems are moving from experiments into production, where they can plan, decide, and take actions across multiple tools and…
Nishān Wickramarathna·May 25, 2025Building Intelligent Applications with ML.NET🤖 A Step-by-Step Guide to Building a Product Recommender System with API integration.A response icon1A response icon1
Nishān Wickramarathna·Jan 5, 2023Configuring WSL2 for .NET DevelopmentDevelopers can access the power of both Windows and Linux at the same time on a Windows machine. The Windows Subsystem for Linux (WSL)…
Nishān Wickramarathna·May 15, 2021What I Learned About ESP32-CAM and Everything You Need to KnowI know that IoT is not my usual expertise, but as Alan Kay once said “People who are really serious about software should make their own…A response icon3A response icon3
Nishān Wickramarathna·May 4, 2021Inheritance Strategy in Entity Framework Core 5Prior to .NET 3.5, we (developers) often used to write ADO.NET code or Enterprise Data Access Block to save or retrieve application data…