Code Maze Weekly #198
Issue #198 of the Code Maze weekly. Check out what's new this week and enjoy the read. .NET and C# Top Picks Integrating OpenAI Image Generation into a .NET Application [weblog.west-wind.com] AI can be scary, but until it takes over the...
Join MongoDB Collections With .NET and Aggregation Pipeline
In this article, we are going to discuss how we can join MongoDB collections with .NET using an aggregation pipeline. Since we discussed MongoDB integration in a previous article, we'll now focus on building the aggregation pipeline in .NET. If you want to learn how to use Identity...
How to Register Multiple Implementations of the Same Interface in ASP.NET Core
A key aspect of mastering ASP.NET Core is understanding how to effectively register and use multiple implementations of the same interface. In this article, we delve into the nuances of this approach, guiding us through the process from concept to implementation. An important article about the...
How to Get an Access Token from HttpContext in ASP.NET Core
In this article, we will learn different ways to get an Access Token from HttpContext. Let's start. Understanding the HttpContext In...
Select a Dropdown Option Using Selenium WebDriver in C#
In this article, we will look at different ways to select a dropdown option using Selenium WebDriver in C#. We will use ASP.NET Core application and xUnit tests to showcase different approaches to our goal. [sc name="github"...