BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage .NET Content on InfoQ

  • .NET 6: Async Improvements

    Among the over 100 API changes in .NET 6 are several features designed to make working with asynchronous code easier and safer. These include new WaitAsync methods, reusable CancellationTokenSource, and execution context management.

  • .NET 6: Date and Time Structures

    A long-standing problem with .NET’s Base Class Library is the inability to separately represent date and time values. As part of .NET 6, the new DateOnly and TimeOnly classes seek to correct this oversight.

  • .NET News Roundup - Week of April 5th, 2021

    The last week was an eventful one for the .NET community, with multiple releases from Microsoft - including the third preview for .NET 6, ASP.NET Core, MAUI, and EF Core 6. InfoQ examined these and a number of smaller stories in the .NET ecosystem from the week of April 5th, 2021.

  • .NET News Roundup - Week of March 29th, 2021

    The last week of March was pretty intense in the .NET community, with the release of Project Reunion 0.5, Dapr 1.1, and more. InfoQ examined these and a number of smaller stories in the .NET ecosystem from the week of March 29th, 2021.

  • .NET News Roundup - Week of March 22th, 2021

    This past week was marked by the online streaming of Cloud Builders Conf and the release of Unity 2020 LTS. InfoQ examined these and a number of smaller stories in the .NET ecosystem from the week of March 22th, 2021.

  • .NET News Roundup - Week of March 15th, 2021

    It's been a busy week for the .NET community, with the release of the new Azure SDK, multiple Akka.NET plugins, and the streaming of Include 2021, a digital event host by Microsoft focused on diversity and inclusion. InfoQ examined these and a number of smaller stories in the .NET ecosystem from the week of March 15th, 2021.

  • Visual Basic 16.9 in .NET 5

    Since the The .NET Language Strategy was published in 2017, the general belief in the .NET community was that Visual Basic was effectively a dead language. But Microsoft has been quietly working on extending the life of the language.

  • .NET News Roundup - Week of Mar 8th, 2021

    The last week was an eventful one for the .NET community, with the release of the second preview for .NET 6, ASP.NET Core, and EF Core 6. InfoQ examined these and a number of smaller stories in the .NET ecosystem from the week of March 8th, 2021.

  • Microsoft Releases Project Reunion 0.5 Preview

    Earlier this week, Microsoft released Project Reunion 0.5 Preview, a set of developer components and tools that unifies access to existing Win32 and UWP APIs under a single API layer, decoupled from the operating system. The new release also includes the first stable release of WinUI 3, the newest version of the native UI platform for Windows 10.

  • .NET News Roundup - Week of Mar 1st, 2021

    InfoQ examines a number of smaller stories in the .NET ecosystem from the week of March 1st, 2021.

  • OpenTelemetry Specification Reaches 1.0 with Stability Guarantees and New Release Candidates

    The OpenTelemetry specification has been promoted to v1.0.0. This milestone includes improved stability and backwards compatibility guarantees, as well as API and SDK release candidates available for a number of languages. With this release, both the tracing API and the tracing SDK are considered stable.

  • Microsoft Releases Visual Studio 2019 for Mac v8.9

    Earlier this week, Microsoft released Visual Studio 2019 version 8.9 for Mac. The new release includes support for .NET 6 Preview 1 and testing Unity applications. It also contains improvements such as more accessible UIs, solution filtering, a new native XML editor, and support for the Apple M1 chip via the Rosetta 2 translation layer.

  • Microsoft Releases Visual Studio 2019 v16.9

    Earlier this week, Microsoft released Visual Studio 2019 version 16.9 for Windows. The new release contains multiple improvements to .NET and Git productivity features, along with updated C++, XAML, and F# tools, new memory dump analyzers, and a new dynamic instrumentation profiling tool for .NET.

  • .NET News Roundup - Week of Feb 22th, 2021

    InfoQ examined a number of smaller stories in the .NET ecosystem from the week of February 22th, 2021.

  • C# 9 Released with Records, Init-Only Setters, and Pattern Matching Enhancements

    Microsoft shipped out C# 9.0 as a part of the .NET 5 development platform release. .NET 5 is paired with C# 9.0, which brings many new features to the language. The new language features include records, init-only setters, top-level statements, pattern matching enhancements, target-typed new expressions, covariant returns and much more!

BT