Stories

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

Sending Emails From Azure Logic Apps Service Bus
Author

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#
Author

Graphs in C#

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

Connecting Python Apps with Supabase - Complete Guide
Author

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
Author

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
Author

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
Author

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
Author

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#
Author

Asynchronous Programming With Async Await Task in C#

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

Dictionaries in CSharp
Author

Dictionaries in CSharp

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

Factory Design Pattern With C#
Author

Factory Design Pattern With C#

Learn about the Factory Design Pattern in C# with examples.