.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Latest posts

Privacy and security improvements in .NET modernization tooling
Jun 18, 2024
0
5

Privacy and security improvements in .NET modernization tooling

Mike Rousos
Mike Rousos

Learn about the latest privacy and security-related updates to Azure Migrate application and code assessment and .NET Upgrade Assistant.

Refactor your code with default lambda parameters
Jun 17, 2024
0
6

Refactor your code with default lambda parameters

David Pine
David Pine

Explore opportunities to refactor your C# code with default lambda parameters, a new feature in C# 12.

Using PostgreSQL with .NET and Entra ID
Jun 13, 2024
0
4

Using PostgreSQL with .NET and Entra ID

Aaron Powell
Aaron Powell

Getting started with .NET and PostgreSQL, and using Entra ID to secure your app.

The .NET MAUI Extension for Visual Studio Code is now Generally Available
Jun 12, 2024
15
12

The .NET MAUI Extension for Visual Studio Code is now Generally Available

Maddy Montaquila
Maddy Montaquila

Start developing .NET MAUI apps with the GA Visual Studio Code extension today!

Building Generative AI apps with .NET 8
Jun 11, 2024
3
12

Building Generative AI apps with .NET 8

Jordan Matthiesen Luis Quintanilla
Jordan,
Luis

Learn the latest news and announcements about the state of generative AI development with .NET 8.

Getting started with UI testing .NET MAUI apps using Appium
Jun 10, 2024
12
6

Getting started with UI testing .NET MAUI apps using Appium

Gerald Versluis
Gerald Versluis

A proven way to test your (mobile) apps is through UI testing. In this post we will learn how to get setup with UI testing for .NET MAUI apps using Appium.

Announcing the official OpenAI library for .NET
Jun 6, 2024
21
18

Announcing the official OpenAI library for .NET

.NET Team
.NET Team

The initial beta release of the official OpenAI library for .NET is now available.

MSTest 3.4 is here with WinUI support and new analyzers!
Jun 5, 2024
4
2

MSTest 3.4 is here with WinUI support and new analyzers!

Amaury Levé Marco Rossignoli
Amaury,
Marco

MSTest 3.4 is available. Learn all about the highlighted features and fixes that will make your testing experience always better.

A beginner’s guide to mapping arrays in EF Core 8
Jun 4, 2024
0
9

A beginner’s guide to mapping arrays in EF Core 8

Arthur Vickers
Arthur Vickers

EF Core 8 introduces support for mapping typed arrays of simple values to database columns so the semantics of the mapping can be used in the SQL generated from LINQ queries.