I first learned about the C# compiler as a service workings way back in 2008 at PDC. At that time, Anders Hejlsberg gave a brief preview of what was to come by showing off a C# ...
If you're considering PuppeteerSharp for PDF generation, here's the version of the story that doesn't show up in the "getting started" docs.
Asynchronous programming has been in use for quite some time now. In recent years, it has been made more powerful with the introduction of the async and await keywords. You can take advantage of ...
Microsoft released .NET 11 Preview 4, a broad update covering runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C# and Entity Framework Core. The company said the fourth preview includes improvements ...
“I love writing pagination code!”…said no one ever. After what seems like the millionth time writing a list pager from scratch, we’ve come up with a handy generic class to plug in for .NET API ...
The fourth preview of the upcoming .NET version 11.0 has been released and is available for download. In parallel, Microsoft has also released version 11811.120 of Visual Studio 2026 Insiders, which ...
Forward-looking: Earlier editions of the .NET Framework were designed to provide a development platform for Windows-exclusive applications. Today, the technology supports all major computer and mobile ...
Take advantage of array pooling and memory pooling in C# to reduce allocations and improve the performance of your applications Optimal usage of available resources is one of the most important ...
The .NET framework allows cross-platform development on Windows and Mac, and Microsoft released version 8 for both in November. Here's what that means to developers. In the late 1990s, Microsoft began ...