Stories

Search the live archive by title, topic, or keywords.

New Era of OneDrive with Redesigned Interface
Mohamed Fazrin

New Era of OneDrive with Redesigned Interface

Explore OneDrive's latest AI-powered features, including Copilot Agents, enhanced productivity tools, and a revamped mobile experience for both work and personal use.

Integrating ElasticSearch with .NET Web API
Mohamed Fazrin

Integrating ElasticSearch with .NET Web API

This guide will walk you through setting up ElasticSearch locally using Docker Compose, connecting to ElasticSearch from your .NET Web API, and creating simple CRUD operations.

Sidecar Pattern With Examples in Asp.NET Core
Mohamed Fazrin

Sidecar Pattern With Examples in Asp.NET Core

Exploring the Sidecar Pattern with practical examples in ASP.NET Core

Sending Emails From Azure Logic Apps Service Bus
Mohamed Fazrin

Sending Emails From Azure Logic Apps Service Bus

Learn how to send emails from Azure Logic Apps triggered by Azure Service Bus messages.

Graphs in C#
Mohamed Fazrin

Graphs in C#

An introduction to implementing graphs in C# with a simple example

Connecting Python Apps with Supabase - Complete Guide
Mohamed Fazrin

Connecting Python Apps with Supabase - Complete Guide

Learn how to integrate Supabase with Python applications for authentication, database operations, storage, and real-time features.

Implementing the Repository Pattern in .NET - A Game Changer for Clean Code
Mohamed Fazrin

Implementing the Repository Pattern in .NET - A Game Changer for Clean Code

Learn how to implement the Repository Pattern in .NET applications to achieve better separation of concerns, testability, and maintainability in your codebase.

Performance Optimization Tricks and Tips With EF Core & .NET 8
Mohamed Fazrin

Performance Optimization Tricks and Tips With EF Core & .NET 8

Learn performance optimization techniques for Entity Framework Core with .NET 7 using real-time examples.

Pros and Cons of Entity Framework's Compiled Query
Mohamed Fazrin

Pros and Cons of Entity Framework's Compiled Query

Explore the advantages and disadvantages of using compiled queries in Entity Framework with practical examples in C# and .NET 7.

Engineering AI Co-Pilots for Executive Decision Support
Mohamed Fazrin

Engineering AI Co-Pilots for Executive Decision Support

Learn how to design and integrate bespoke AI agents that adapt to executive communication styles, decision patterns, and information priorities for enhanced strategic decision-making.

Asynchronous Programming With Async Await Task in C#
Mohamed Fazrin

Asynchronous Programming With Async Await Task in C#

Learn about asynchronous programming in C# using async, await, and Task.

Dictionaries in CSharp
Mohamed Fazrin

Dictionaries in CSharp

Learn about dictionaries in C# and how to use them effectively.