Stories

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

Implementing Long-Running Background Tasks in ASP.NET Core
Mohamed Fazrin

Implementing Long-Running Background Tasks in ASP.NET Core

Learn how to implement long-running background tasks in ASP.NET Core using hosted services and background workers.

You’re Doing Validation Wrong in .NET
Mohamed Fazrin

You’re Doing Validation Wrong in .NET

Explore common mistakes and improved practices for validation in .NET applications.

Performance Optimization Techniques in Python
Mohamed Fazrin

Performance Optimization Techniques in Python

A comprehensive guide to performance optimization techniques in Python for beginners and advanced users.

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 simplify data access logic, improve code organization, and enhance maintainability.

Mastering SQL: The Power of SUM() with CASE WHEN
Mohamed Fazrin

Mastering SQL: The Power of SUM() with CASE WHEN

Unlock the potential of conditional aggregation in SQL using SUM() with CASE WHEN. Learn how to extract meaningful insights from your data with ease.

How to Enable Multi-Factor Authentication using Microsoft Authenticator
Mohamed Fazrin

How to Enable Multi-Factor Authentication using Microsoft Authenticator

Learn how to enable multi-factor authentication using Microsoft Authenticator for your Office 365 account.

A Deep Dive into Delegates, Events, Generics, Async/Await, and LINQ
Mohamed Fazrin

A Deep Dive into Delegates, Events, Generics, Async/Await, and LINQ

Learn about advanced C# concepts like delegates, events, generics, async/await tasks, and LINQ.

Implementing Soft Delete in .NET with Entity Framework Core
Mohamed Fazrin

Implementing Soft Delete in .NET with Entity Framework Core

Learn how to implement soft delete functionality in your .NET applications using Entity Framework Core, improving data management and recoverability.

How to Use Redis Caching With ASP.NET Core and .NET 8
Mohamed Fazrin

How to Use Redis Caching With ASP.NET Core and .NET 8

Learn how to use Redis caching with ASP.NET Core and .NET 8 to improve application performance and scalability.

Building an Angular Project With Bootstrap 5 and Firebase
Mohamed Fazrin

Building an Angular Project With Bootstrap 5 and Firebase

Learn how to start your Angular 17 Project from scratch and add Bootstrap 5 and the Firebase library to your application.

Microsoft Blazor WebAssembly with JWT Authentication in .NET 8
Mohamed Fazrin

Microsoft Blazor WebAssembly with JWT Authentication in .NET 8

A guide on how to implement a JWT Authentication system into a .NET 8 Web API project that uses Microsoft's Blazor WebAssembly.

The New Extensions Everything Feature of C# 13
Mohamed Fazrin

The New Extensions Everything Feature of C# 13

A detailed look at the new Extensions Everything feature in C# 13