Showing tag results for announcement

Dec 3, 2019
Post comments count14
Post likes count0

Announcing Entity Framework Core 3.1 and Entity Framework 6.4

Arthur Vickers

Announcing Entity Framework Core 3.1 and Entity Framework 6.4 We are excited to announce the general availability of EF Core 3.1 and EF 6.4 on nuget.org. The final versions of .NET Core 3.1 and ASP.NET Core 3.1 are also available now. How to get EF Core 3.1 EF Core 3.1 is distributed exclusively as a set of NuGet packages. For example, to add t...

Entity Framework
Nov 11, 2019
Post comments count2
Post likes count1

Building Modern Cloud Applications using Pulumi and .NET Core

.NET Team

This is a guest post from the Pulumi team. Pulumi is an open source infrastructure as code tool that helps developers and infrastructure teams work better together to create, deploy, and manage cloud applications using their favorite languages. For more information, see https://pulumi.com/dotnet. We are excited to announce .NET Core support for Pu...

.NET Core.NET
Oct 15, 2019
Post comments count37
Post likes count0

ASP.NET Core updates in .NET Core 3.1 Preview 1

Daniel Roth

.NET Core 3.1 Preview 1 is now available! Check out what's new in ASP.NET Core in this release.

ASP.NETASP.NET Core.NET Core
Aug 22, 2019
Post comments count10
Post likes count0

New and improved NuGet Search is here!

Karan Nandwani

It’s been a long time coming, and today we are excited to announce the new and improved search on NuGet.org leveraging Azure Search. We want to start this post with a huge thanks to you, the NuGet community, for providing feedback. We have aggregated all feedback around search result relevance into one mega issue. We used this as the starting point...

NuGetNuGet.orgFeature Announcement
Feb 27, 2019
Post comments count14
Post likes count0

An update to C# versions and C# tooling

Phillip Carter

Starting with Visual Studio 2019 Preview 4, we'll be adjusting how C# versions are treated in .NET tooling. Firstly, we're adding two new Language Version (LangVersion) values: LatestMajor and Preview. Rad the post to see how they stack up with the currently supported list of values.

C#.NET.NET Core
Feb 26, 2019
Post comments count35
Post likes count0

How to port desktop applications to .NET Core 3.0

Olia Gavrysh

In this post, I will describe how to port a desktop application from .NET Framework to .NET Core. I picked a WinForms application as an example. Steps for WPF application are similar and I'll describe what needs to be done different for WPF as we go. I will also show how you can keep using the WinForms designer in Visual Studio even though it is un...

.NET Core.NET.NET Framework
Jan 17, 2019
Post comments count0
Post likes count0

Help us help you! What desktop apps are you bringing to .NET Core 3.0?

Olia Gavrysh

Windows Desktop applications are coming to .NET Core. The recently released .NET Core 3.0 Preview 1 version includes WinForms and WPF support. To make .NET Core 3.0 viable for as many of you as possible, we have created a survey to understand the types of desktop applications you want to build with .NET Core. Based on the information you provide...

.NET Core
Nov 28, 2018
Post comments count1
Post likes count0

Announcing .NET Framework 4.8 Early Access build 3694

namrata karnam

We are happy to let you know that .NET Framework 4.8 is now feature complete and we have an early access build to share with you all! We will continue to stabilize this release and take more fixes over the coming months, and we would greatly appreciate it if you could help us ensure this is a high-quality release by trying it out and providing feed...

.NET Framework.NET
Nov 5, 2018
Post comments count17
Post likes count2

Announcing .NET Standard 2.1

Immo Landwerth

Since we shipped .NET Standard 2.0 about a year ago, we've shipped two updates to .NET Core 2.1 and are about to release .NET Core 2.2. It's time to update the standard to include some of the new concepts as well as a number of small improvements that make your life easier across the various implementations of .NET. Keep reading to learn more ab...

.NET
Oct 23, 2018
Post comments count0
Post likes count0

.NET Core Source Code Analysis with Intel® VTune™ Amplifier

Rich Lander [MSFT]

This post was written by Varun Venkatesan, Li Tian, Denis Pravdin, who are engineers at Intel. They are excited to share .NET Core-specific enhancements that Intel has made to VTune Amplifier 2019. You can use this tool to use to make .NET Core applications faster on Intel processors. Update (2019.01.14): VTune™ Amplifier 2019 Update 2 is now avai...

.NET Core.NET