Showing tag results for ASP.NET Core

Feb 11, 2021
Post comments count32
Post likes count1

Open-source HTTP API packages and tools

Brady Gaster

This post covers a variety of things any .NET developer who plans on building HTTP APIs will want in their toolchain or dependency list. We'll show you some new and exciting frameworks coming up that are built atop ASP.NET Core web API and hopefully make the craft of building and testing HTTP APIs with .NET easier. There are so many opport

ASP.NETASP.NET Core
Feb 4, 2021
Post comments count14
Post likes count2

Creating Discoverable HTTP APIs with ASP.NET Core 5 Web API

Brady Gaster

This month, we'll be focusing on building HTTP APIs with .NET 5. We'll explore a myriad of different tools, technologies, and services that make your API development experience more delightful. Each week, we'll release a new post on this blog that goes into a separate area of building HTTP APIs with .NET, focusing mostly on using ASP.NET Core 5 Web...

ASP.NETASP.NET Core
Oct 13, 2020
Post comments count8
Post likes count0

Announcing Entity Framework Core (EF Core) 5 RC2

Jeremy Likness

Entity Framework Core EF Core 5.0 gets closer to a final release. RC2 is now available with bug fixes and a go-live license.

.NETASP.NET.NET Core
Sep 17, 2020
Post comments count16
Post likes count0

Debug Your .NET Core Apps in WSL 2 with Visual Studio

Nathan Carlson

The .NET Core Debugging with WSL 2 – Preview extension lets run and debug your .NET Core apps in WSL 2 from Visual Studio.

Visual StudioASP.NET.NET Core
Feb 26, 2020
Post comments count5
Post likes count0

ASP.NET Core Apps Observability

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
Aug 27, 2019
Post comments count2
Post likes count0

Redesigning Configuration Refresh for Azure App Configuration

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.NETASP.NET Core.NET Core
Aug 13, 2019
Post comments count12
Post likes count0

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

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
Post comments count51
Post likes count0

Announcing Entity Framework Core 3.0 Preview 4

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
Post comments count6
Post likes count0

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

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.NETASP.NET Core.NET Core
Mar 5, 2019
Post comments count3
Post likes count0

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

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