Showing results for ASP.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.NET.NET CoreASP.NET Core
Aug 27, 2019
2
0

Redesigning Configuration Refresh for Azure App Configuration

Abhilash Arora
Abhilash Arora

Overview Since its inception, the .NET Core configuration provider for Azure App Configuration has provided the capability to monitor changes and sync them to the configuration within a running application. We recently redesigned this functionality to allow for on-demand refresh of the configuration. The new design paves the way for smarter applic...

ASP.NET.NET CoreASP.NET Core
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
Apr 18, 2019
51
0

Announcing Entity Framework Core 3.0 Preview 4

Diego Vega
Diego Vega

Today, we are making the fourth preview of Entity Framework Core 3.0 available on NuGet, alongside .NET Core 3.0 Preview 4 and ASP.NET Core 3.0 Preview 4. We encourage you to install this preview to test the new functionality and assess the impact of the included breaking changes. What’s new in EF Core 3.0 Preview 4? This preview includes more th...

Entity Framework
Apr 18, 2019
6
0

Updated Razor support in Visual Studio Code, now with Blazor support

Daniel Roth
Daniel Roth

Today we are pleased to announce improved Razor tooling support in Visual Studio Code with the latest C# extension. This latest release includes improved Razor diagnostics and support for tag helpers and Blazor apps.

ASP.NET.NET CoreASP.NET Core
Mar 5, 2019
3
0

Collecting .NET Core Linux Container CPU Traces from a Sidecar Container

Jeremy Meng
Jeremy Meng

It is challenging to collect performance traces of ASP.NET Core applications running inside Linux containers. This blog post describes an approach that use a sidecar container to collect CPU trace of an ASP.NET application running in a Linux container.

.NET CoreASP.NET
Feb 5, 2019
8
0

Blazor 0.8.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.8.0 is now available! This release updates Blazor to use Razor Components in .NET Core 3.0 and adds some critical bug fixes. Get started with Blazor 0.8.0 today - installation details included.

ASP.NETASP.NET CoreBlazor
Jan 29, 2019
8
0

ASP.NET Core updates in .NET Core 3.0 Preview 2

Daniel Roth
Daniel Roth

.NET Core 3.0 Preview 2 is now available and it includes the list of what's new in this preview. To get started with ASP.NET Core in .NET Core 3.0 Preview 2 install the .NET Core 3.0 Preview 2 SDK

ASP.NETASP.NET CoreBlazor