Posts by this author

Apr 30, 2024
2
6

Secure your container build and publish with .NET 8

.NET 8 has new security features for containers, including non-root images and SDK tools. Discover how to create non-root container images, configure Kubernetes pods, and inspect images and containers for enhanced security.

.NETContainersCloud Native
Apr 25, 2024
18
5

What’s new for .NET in Ubuntu 24.04

Ubuntu 24.04 is now available with .NET from day one in the official Ubuntu feeds! Thanks to the partnership between Canonical and Microsoft, you can start using .NET with Ubuntu 24.04 today!

.NETCloud NativeLifecycle
Apr 15, 2024
9
3

Streamline your container build and publish with .NET 8

.NET 8 is a big step forward for building and using containers, with improvements for performance, security, and usability. Let's take a look at some enhancements to the .NET CLI for building and publishing containers.

.NETContainersCloud Native
Dec 4, 2023
17
17

Extending WebAssembly to the Cloud with .NET

We're closely following the progress of WebAssembly, including WebAssembly System Interface (WASI). There's a new experimental workload in .NET 8 for WASI that extends the capabilities of Wasm towards the Cloud.

.NETASP.NET CoreCloud
Nov 21, 2023
34
9

Announcing .NET Chiseled Containers

.NET chiseled Ubuntu container images are now GA and can be used in production, for .NET 6, 7, and 8.

.NETASP.NET CoreContainers
Nov 6, 2023
6
5

The convenience of System.IO

File I/O APIs are used pervasively in apps. .NET has great API for reading and writing files. They are a great example of the convenience of .NET.

.NETC#Performance
Oct 5, 2023
18
6

The convenience of System.Text.Json

JSON is one of the most common formats in apps today and .NET has great APIs for reading and writing JSON documents. It's a great example of the convenience of .NET.

.NETPerformanceJSON
Sep 25, 2023
72
18

The convenience of .NET

The .NET platform provides convenient solutions to many tasks, for developers looking for a straightforward utility function or a high degree of control crafting an algorithm.

.NETPerformanceFeatured
Aug 8, 2023
13
13

Announcing .NET 8 Preview 7

.NET 8 Preview 7 is now available with improvements to type containers, JSON source generation, and CodeGen as well as new support for HTTPS proxy, WPF open folder dialog, and iOS hybrid globalization.

.NET