Index

Natural Language Processing using Microsoft.Extensions....

Learn how to build a .NET Web API application with CRUD operations using NLP and Microsoft.Extensions.AI. Integrate Azure OpenAI f...

Scoped Locks for Thread Synchronization in C# 13

Scoped locks in C# 13 simplify thread synchronization by using Lock.EnterScope() within a using block, automatically releasing the...

The Cloud Show with Magnus Mårtensson ft. Karl Ots...

The show is about cloud leadership and all the important questions relating to cloud projects.

Auto Populate Email Fields using JavaScript

Learn how to auto-populate the 'To' party list with invoice contact data when creating emails from the Quote entity in Dynamics 36...

Unit Testing in .NET Core with xUnit

One of the main aspects of software testing that a developer can manage themselves is unit testing. It is employed to test your co...

Google charts (Pie and Bar) with Example JavaScript

This article includes step-by-step examples to help you visualize data effectively. Understand how to use the Google Visualization...

Entity Framework (1), With .Net MVC, Code-First

Setup Entity Framework with .Net MVC in Visual Studio 2019, with Code-First approach

Entity Framework (4), With .Net Core MVC, Code-First

This article will be Entity Framework with .Net Core MVC, Code-First approach,

Entity Framework (2), With .Net MVC, Database-First

This article will be Entity Framework with .Net MVC, Database-First approach,

Entity Framework (5), With .Net Core MVC, Database-Firs...

This article will describe Entity Framework with .Net Core MVC, Database-First approach,

Debug Angular (2), In Browser - DevTools

This article will discuss Debug Angular in Browser - DevTools.

Entity Framework (3-0), Entity Data Model (EDM)

This article is to describe Entity Data Model for EF