Showing tag results for .NET

Oct 23, 2024
Post comments count1
Post likes count11

eShop infused with AI – a comprehensive intelligent app sample

Jeremy Likness
Jeremy Likness

Go beyond a simple demo app that demonstrates a chat bot and explore a real-world scale application that is infused with AI and illustrates the value of intelligent apps with features like semantic search, summarization, classification, sentiment scoring, chatbot, test data generation, evaluation tool, and E2E testing.

.NETASP.NET CoreC#
Oct 21, 2024
Post comments count1
Post likes count4

MongoDB EF Core Provider: What’s New?

Rishit Bhatia Luce Carter
Rishit,
Luce

The latest updates to the MongoDB EF Core Provider brings updates to change tracking, index creation, complex queries, and transactions.

.NETEntity Framework
Sep 25, 2024
Post comments count3
Post likes count5

Getting started with testing and Aspire

Aaron Powell
Aaron Powell

Learn how to improve your software development process with automated testing in Aspire. This post covers the basics of getting started, writing tests for distributed applications, and ensuring your services run smoothly.

.NET.NET Aspire
Sep 12, 2024
Post comments count66
Post likes count155

Performance Improvements in .NET 9

Stephen Toub - MSFT
Stephen Toub - MSFT

Take an in-depth tour through hundreds of performance improvements in .NET 9.

.NETPerformance
Sep 10, 2024
Post comments count2
Post likes count8

Learn to Build Your First Blazor Hybrid App!

Sweeky Satpathy Gerald Versluis
Sweeky,
Gerald

Learn all about the Blazor Hybrid workshop that you can follow yourself or teach to others!

.NETBlazor.NET MAUI
Aug 13, 2024
Post comments count3
Post likes count1

.NET and .NET Framework August 2024 updates

Tara Overfield Rahul Bhandari (MSFT)
Tara,
Rahul

A recap of the updates for .NET and .NET Framework for August 2024.

.NET.NET FrameworkMaintenance & Updates
Jul 11, 2024
Post comments count4
Post likes count9

Why and How to Execute GraphQL Queries in .NET

Frank Boucher
Frank Boucher

This post shows how to query a GraphQL API in .NET using Strawberry Shake from a console application

.NETC#SQL Server