A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Here is my CopyFileEx class. It implements async I/O to copy a file from source to destination. It also raises an event as each chunk is read, so the calling application can present a file copy dialog ...
The promise of writing one codebase and running it everywhere has never really panned out for developers. However, using XAML and .NET MAUI, you come much closer. .NET MAUI is described by Microsoft ...
Leaner container images, simpler code syntax, and a welcome surprise—.NET Aspire, an opinionated stack for building cloud-native applications with .NET. One of the recurring themes of recent developer ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
With Microsoft’s yearly .NET release just around the corner, it’s time to start thinking about the changes you will need to make to your code. It’s nice to have a predictable release cycle for .NET.
Microsoft has announced today that it is making the first preview of .NET 8 available to download. This is the next long-term support release of the open-source developer platform. Today, Microsoft ...
Securing microservices can feel like herding cats, and in the dynamic world of .NET 8 the challenge of ensuring robust security looms large as developers embrace the agility and flexibility of this ...
Several of my articles here have made use of paths that are just not available in PowerShell as a cmdlet. While PowerShell is indeed powerful in itself, there are just some things that you cannot do ...