Showing results for February 2023 - .NET Blog

Feb 28, 2023
Post comments count1
Post likes count1

Join us for Hack Together: Microsoft Graph and .NET

Waldek Mastykarz
Waldek Mastykarz

Join us for Hack Together, our virtual hackathon to learn how to build powerful apps with Microsoft Graph and .NET and win exciting prizes.

.NETASP.NET Core.NET Framework
Feb 28, 2023
Post comments count7
Post likes count1

Announcing NuGet 6.5 – The Sweetest Way to Manage Your Packages

Jon DouglasNikolche Kolev
Jon,
Nikolche

NuGet 6.5 is included in Visual Studio 2022 and .NET 7.0 out of the box. You can also download NuGet 6.5 for Windows, macOS, and Linux as a standalone executable. Tired of the sour taste of managing packages? NuGet 6.5 brings a new flavor of seamless central package management, simple package source mapping management, useful JSON machine readable...

NuGetVisual StudioFeature Announcement
Feb 28, 2023
Post comments count0
Post likes count0

Sentence Similarity in ML.NET Model Builder

Luis Quintanilla
Luis Quintanilla

The latest release of ML.NET Model Builder Visual Studio extension brings a new sentence similarity deep learning scenario and improvements to the GPU experience

.NETMachine LearningML.NET
Feb 23, 2023
Post comments count27
Post likes count5

Updated Modern Code Generation for WinForm’s InitializeComponent

Klaus Loeffelmann
Klaus Loeffelmann

When you design a WinForms Form, it gets generated into a method called InitializeComponent. When you reopen that Form, it gets recreated by interpreting that code. In Visual Studio 2022 17.5, we've modernized the code generation process. And made some changes.

.NETC#WinForms
Feb 21, 2023
Post comments count68
Post likes count23

Announcing .NET 8 Preview 1

Jeremy Likness
Jeremy Likness

.NET 8 Preview 1 introduces a roadmap for the year ahead, native AOT compilation, enhanced container and Linux support, and significant performance improvements.

.NET
Feb 21, 2023
Post comments count27
Post likes count8

ASP.NET Core updates in .NET 8 Preview 1

Daniel Roth
Daniel Roth

.NET 8 Preview 1 is now available! Check out what's new in ASP.NET Core in this update and learn about the roadmap for ASP.NET Core in .NET 8.

.NETASP.NETASP.NET Core
Feb 21, 2023
Post comments count3
Post likes count9

EF Core 8 Preview 1: Raw, lazy, and on-time

Arthur Vickers
Arthur Vickers

Announcing Entity Framework Core 8 (EF8)Preview 1 with raw SQL queries, lazy-loading, DateOnly/TimeOnly and more!

Entity Framework.NET
Feb 15, 2023
Post comments count40
Post likes count21

Upgrading your .NET projects with Visual Studio

Olia Gavrysh
Olia Gavrysh

The .NET Upgrade Assistant is now available as an experimental extension in Visual Studio to easily enable to update your apps and projects to the latest version of .NET.

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

Introducing Search By Target Framework on NuGet.org

Jon DouglasAdvay Tandon
Jon,
Advay

Last year, we brought a new feature to improve the way you assess target framework compatibility of a NuGet package through a new "Frameworks" tab. Today, we are announcing a new feature that will allow you to search by a target framework on NuGet.org. Here’s how it looks: The first thing you might notice is that there is a new “Frameworks” fil...

NuGetNuGet.orgFeature Announcement