Stories

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

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

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
Author

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
Author

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
Author

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
Author

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
Author

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
Author

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
Author

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
Author

The New Extensions Everything Feature of C# 13

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

New Era of OneDrive with Redesigned Interface
Author

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
Author

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
Author

Sidecar Pattern With Examples in Asp.NET Core

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