Showing results for .NET Core - .NET Blog

Feb 26, 2020
5
0

ASP.NET Core Apps Observability

Francisco Beltrao
Francisco Beltrao

Based on interactions with customers using .NET Core in different environments, this article explores options for adding observability to .NET Core apps. Looking specifically into OpenTelemetry and Application Insights SDKs to add observability to a sample distributed application.

ASP.NETASP.NET Core.NET Core
Dec 5, 2019
8
0

.NET Core 2.2 will reach End of Life on December 23, 2019

Lee Coward
Lee Coward

.NET Core 2.2 was released on December 4, 2018. As a non-LTS ("Current") release, it is supported for three months after the next release. .NET Core 3.0 was released on September 23, 2019. As a result, .NET Core 2.2 is supported until December 23, 2019. After that time, .NET Core patch updates will no longer include updated packages of container i...

.NET Core
Nov 19, 2019
5
0

.NET Core November 2019 Updates – 2.1.14, 2.2.8, and 3.0.1

Jamshed Damkewala
Jamshed Damkewala

Today, we are releasing the .NET Core November 2019 Update. These updates only contain non-security fixes. See the individual release notes for details on updated packages. NOTE: If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. Information needed to make...

.NET.NET Core
Nov 11, 2019
2
1

Building Modern Cloud Applications using Pulumi and .NET Core

.NET Team
.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 31, 2019
6
0

Continuously deploy and monitor your UWP, WPF, and Windows Forms app with App Center

Winnie Li (MSFT)
Winnie Li (MSFT)

App Center is an integrated developer solution with the mission of helping developers build better apps. Last week, we announced General Availability support of distribute, analytics and diagnostics service for WPF and Windows Forms desktop applications. We also expanded our existing UWP offerings to include crash and error reporting for sideloaded...

.NET CoreWPF
Sep 23, 2019
43
0

ASP.NET Core and Blazor updates in .NET Core 3.0

Daniel Roth
Daniel Roth

ASP.NET Core and Blazor updates in .NET Core 3.0 Today we are thrilled to announce the release of .NET Core 3.0! .NET Core 3.0 is ready for production use, and is loaded with lots of great new features for building amazing web apps with ASP.NET Core and Blazor. Some of the big new features in this release of ASP.NET Core include: ...

ASP.NETASP.NET Core.NET Core
Sep 3, 2019
35
4

Hardware Intrinsics in .NET Core

Tanner Gooding [MSFT]
Tanner Gooding [MSFT]

Several years ago, we decided that it was time to support SIMD code in .NET. We introduced the System.Numerics namespace with , , , , and related types. These types expose a general-purpose API for creating, accessing, and operating on them using hardware vector instructions (when available). They also provide a software fallback for when the hardw...

.NET CorePerformance
Aug 13, 2019
12
0

Announcing Entity Framework Core 3.0 Preview 8 and Entity Framework 6.3 Preview 8

Diego Vega
Diego Vega

The Preview 8 versions of the EF Core 3.0 package and the EF 6.3 package are now available for download from nuget.org. New previews of .NET Core 3.0 and ASP.NET Core 3.0 are also available today. Please install these previews to validate that all the functionality required by your applications is available and works correctly.  Please rep...

Entity Framework
Aug 7, 2019
29
0

Update on .NET Standard adoption

Immo Landwerth
Immo Landwerth

It's about two years ago that I announced .NET Standard 2.0. Since then we've been working hard to increase the set of .NET Standard-based libraries for .NET. This includes many of the BCL components, such as the Windows Compatibility Pack, but also other popular libraries, such as the JSON.NET, the Azure SDK, or the AWS SDK. In this blog post, I'l...

.NET