Showing results for Linux - .NET Blog

Mar 29, 2023
Post comments count1
Post likes count9

Improving multi-platform container support

Richard Lander
Richard Lander

Learn how to build containers for multiple architectures, including building containers on Apple M1 machines for an x64 cloud.

.NETContainersLinux
Mar 21, 2023
Post comments count6
Post likes count9

Secure your .NET cloud apps with rootless Linux Containers

Richard Lander
Richard Lander

Learn about patterns for securing your containers with a non-root user, and changes to .NET container images in .NET 8 to enable this behavior.

Containers.NETSecurity
Aug 16, 2022
Post comments count45
Post likes count20

.NET 6 is now in Ubuntu 22.04

Richard Lander
Richard Lander

.NET 6 is now included in Ubuntu 22.04 (Jammy) and can be installed with just apt install dotnet6. This change is a major improvement and simplification for Ubuntu users. We're also releasing .NET with Chiseled Ubuntu Containers, a new small and secure container offering from Canonical. These improvements are the result of a new partnership betwee...

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

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

Nathan Carlson
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
Mar 5, 2019
Post comments count3
Post likes count0

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
Oct 24, 2018
Post comments count0
Post likes count0

Bringing .NET application performance analysis to Linux

Rich Lander [MSFT]
Rich Lander [MSFT]

Both the Windows and Linux ecosystems have a swath of battle-hardened performance analysis and investigation tools. But up until recently, developers and platform engineers could use none of these tools with .NET applications on Linux. Getting them to work with .NET involved collaboration across many open source communities. The .NET team at Mic...

.NET
Nov 22, 2016
Post comments count0
Post likes count0

The week in .NET – .NET Core, ASP.NET Core, EF Core 1.1 – Docker – Xenko

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – Mitch Muenster – Stateless. .NET Core, ASP.NET Core, EF Core 1.1, VS for Mac Preview, VS 2017 RC, SQL Server on Linux, Tizen, Google joins .NET Foundation, and Microsoft becomes a Linux Foundation platinum member This week, at the Connect(); // 2016 event, we made a number of announcements, includi...

.NET