Microsoft Mulls Combining Web/Mobile/Desktop Tooling in .NET 8 -- Visual Studio Magazine 'Maybe that gets a little too crazy. Nothing committed there.'
Improvements to .NET Framework updates for Windows 11, version 22H2 Fewer reboots, more secure Windows feature updates, and more control over Preview .NET Framework updates.
Release 2.0.0 · microsoft/reverse-proxy This release supports .NET 6.0 and .NET 7.0. See Getting Started. The Yarp.ReverseProxy packages are available on NuGet.org. Breaking changes Existing HttpTransformer overloads that don't accept a...
Reading .NET performance counters without the PerfCounter API A faster and safer way to read .NET performance counters from within.
.NET Framework February 2023 Security and Quality Rollup Updates February 2023 Security and Quality Rollup Updates for .NET Framework
Wolverine’s New HTTP Endpoint Model I just published Wolverine 0.9.10 to Nuget (after a much bigger 0.9.9 yesterday). There’s several bug fixes, some admitted breaking changes to advanced configuration items, and one significan…
Writing a Debugger From Scratch - DbgRs Part 1 I’ve left the Microsoft Debugger Platform team twice, and each time I’ve started writing my own debugger. I must really like debuggers or something. This time, I have two reasons for writing a new debugger. The first is because I want to learn Rust better...
.NET February 2023 Updates – .NET 7.0.3, .NET 6.0.14 Check out February 2023 updates for .NET 7.0. and .NET 6.0
ASP.NET Community Standup - Blazor United in .NET 8 The Blazor team shares early thoughts on Blazor United in .NET 8, an effort to create a single unified model for all your web UI scenarios that combines the ...
What is .NET, and why should you choose it? .NET has changed a lot over the last few years. Learn why you should choose it for your next project.
Why are the Windows chassis hardware button hotkeys so strange? Operating within the constraints of the system.
How to Get Formatted JSON in .Net Using C# - Code Maze This article will examine how we can get a formatted JSON representation of our C# objects using two popular .Net libraries.
Creating a JSON Array from SQL Rows in C# Azure Function Learn how to create a JSON array from SQL rows in C# Azure Function using ADO.NET and Entity Framework. Get code examples with .NET6
Buy a domain name - Register cheap domain names from $0.99 Register domain names at Namecheap. Buy cheap domain names and enjoy 24/7 support. With over 16 million domains under management, you know you’re in good hands.
Use multiple identity providers from a Blazor WASM ASP.NET Core App secured using BFF This post shows how to implement a Blazor WASM UI hosted in an ASP.NET Core application using multiple identity providers to authenticate. Two confidential OpenID Connect code flow clients with PKC…
Are ASP.NET and .NET the Same? Understanding the Key Differences and Similarities Confused about the difference between ASP.NET and .NET? This article provides a clear understanding of the key differences and similarities.
What is an Azure Load Balancer? A lot of folks who are new to Azure assume that load balancers in Azure are logically equivalent to load balancers in their on-premises data centers. These load balancers are typically a device (sometimes a VM) which functions as a special-purpose rout...
ongoing by Tim Bray · Modern Mono I’ve just finished setting up a new Mac (14" MBP, M2 Pro, 32G, 4T). It dawned on me that most of my really intense interactions with this thing involve looking at “monospace” (i.e. fixed-width) text; in Emacs where I write this blog, in my IDE, an...
Avalonia UI - XPF Unleash the full potential of your existing WPF apps with our cross-platform UI framework, enabling WPF apps to run on macOS and Linux without requiring expensive and risky rewrites.
core-js/2023-02-14-so-whats-next.md at master · zloirock/core-js Standard Library. Contribute to zloirock/core-js development by creating an account on GitHub.
Non-nullable properties in C# 11 After taking a break from blogging, I am excited to be back and try something new. As an experiment,...