Showing results for 2023 - Page 15 of 18 - .NET Blog

Mar 14, 2023
Post comments count15
Post likes count10

ASP.NET Core updates in .NET 8 Preview 2

Daniel Roth
Daniel Roth

.NET 8 Preview 2 is now available! Check out what's new in ASP.NET Core in this update.

.NETASP.NETASP.NET Core
Mar 14, 2023
Post comments count6
Post likes count4

EF Core 8 Preview 2: Lite and familiar

Arthur Vickers
Arthur Vickers

Announcing Entity Framework Core 8 (EF8) Preview 2 with support for JSON columns in SQLite and HierarchyId in SQL Server/Azure SQL

.NETEntity Framework
Mar 14, 2023
Post comments count15
Post likes count11

Announcing .NET 8 Preview 2

Allie Barry
Allie Barry

.NET 8 Preview 2 contains a few updates/new features from Preview 1, including introspection support for function pointers, as well as some other runtime and libraries improvements.

.NET
Mar 9, 2023
Post comments count8
Post likes count9

What’s new for the WinForms Visual Basic Application Framework

Klaus Loeffelmann Melissa Trevino
Klaus,
Melissa

Since .NET 6, we updated the WinForms runtime to support and improve the Visual Basic Application Framework. In Visual Studio 2022, we also modernized the related user experience. Time to take a closer look how all this works behind the scenes, lets you move from .NET Framework to .NET 6/7+ and provides a great opportunity to modernize your WinForm...

.NETWinFormsVisual Basic
Mar 9, 2023
Post comments count4
Post likes count7

Generate images with AI using Stable Diffusion, C#, and ONNX Runtime

Luis Quintanilla Cassie Breviu
Luis,
Cassie

Stable Diffusion is an AI model used to generate images based on text prompts. Learn about the ONNX Runtime, Stable Diffusion, and how you get get started using AI to generate your own images with your preferred .NET technologies

.NETAIAI Machine Learning
Mar 7, 2023
Post comments count4
Post likes count12

Introducing the Reliable Web App Pattern for .NET

Matt Soucoup Nish Anil
Matt,
Nish

The first step of your application's cloud journey often times is the most difficult. We've created the Reliable Web App pattern to help you out. In this article you'll learn about the overall pattern and some easy code changes you can make today to get your app ready for its cloud journey.

.NETASP.NET CoreAzure
Mar 2, 2023
Post comments count7
Post likes count8

Write a high-quality README for NuGet packages

Lynn Dai
Lynn Dai

Based on our recent customer interviews and surveys, one of the top problems that package consumers face is insufficient package documentation, such as README, changelog, examples, and API reference. On the other hand, package authors may struggle with best practices for creating a clear and concise README. Our goal is to improve the overall experi...

NuGetNuGet.org