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

  • Microsoft Releases .NET Core 3.0 Preview 8

    Earlier this month Microsoft released .NET Core 3.0 Preview 8 for Windows, macOS, and Linux. The new release contains bug fixes and enhancements for the ASP.NET Core, CoreFX, and CoreCLR product areas. There are no new features since the framework entered the freezing period in the previous release, and all development efforts are focused on stability and reliability.

  • Microsoft Releases Entity Framework Core 3.0 Preview 8 and Entity Framework 6.3 Preview 8

    Earlier this month Microsoft released Entity Framework Core 3.0 Preview 8 and Entity Framework 6.3 Preview 8. Following the synchronized release calendar, the new previews were available on the same day as .NET Core 3.0 Preview 8 and ASP.NET Core 3.0 Preview 8.

  • .NET Framework 4.8 Available on Windows Update, WSUS, MU Catalog

    Earlier this month Microsoft announced that .NET Framework 4.8 is available on Windows Update, Windows Server Update Services (WSUS), and Microsoft Update (MU) Catalog. The new release includes quality and reliability fixes in multiple product areas, including ASP.NET, Windows Forms, and WPF. All fixes were based on feedback received since the .NET Framework 4.8 initial release.

  • Microsoft to Consolidate .NET Repositories on GitHub

    Microsoft has announced they will transform their fine-grained repository structure for .NET Core to consolidate a number of foundational .NET Core repositories, including dotnet/coreclr and dotnet/corefx. Microsoft also plans to further consolidate ASP.NET repositories.

  • Remote Development with Visual Studio Code

    Recently Microsoft released an extension pack for Visual Studio Code that enables remote development in different scenarios. The Remote Development Extension Pack allows the development against a container, a remote machine, or the Windows Subsystem for Linux (WSL) while using Visual Studio (VS) Code as a full-featured development environment.

  • Microsoft Releases Entity Framework Core 3.0 Preview 7 and Entity Framework 6.3 Preview 7

    Last week Microsoft released Entity Framework Core 3.0 Preview 7 and Entity Framework 6.3 Preview 7. The new previews were made available on the same day as .NET Core 3.0 Preview 7 and ASP.NET Core 3.0 Preview 7. The release schedule for EF Core is in-sync with the .NET Core release schedule.

  • Microsoft Announces ML.NET 1.2

    Earlier this month Microsoft announced ML.NET 1.2, along with updates on its Model Builder and CLI. ML.NET is an open-source, cross-platform machine learning (ML) framework for the .NET ecosystem.

  • Microsoft Releases .NET Core 3.0 Preview 7

    Last week Microsoft released .NET Core 3.0 Preview 7 for Windows, macOS, and Linux. This release marks the beginning of the freezing period for .NET Core. From this point on, no more new features will be added and the development team will focus on polishing the existing code.

  • Preview of C# 8.x

    Even though C# 8.0 is still months away, planning has begun for C# 8.x. Some of these features are new, while others were previously considered for C# 8.

  • Interactive .NET Documentation with Try .NET

    Recently Microsoft open-sourced Try .NET, an interactive documentation generator for .NET Core. Similarly to equivalent tools targeting different programming languages (such as Jupyter), it produces documentation that can contain both explanatory text and live, runnable code.

  • Microsoft Announces Visual Studio Online

    Last month Microsoft announced the launch of Visual Studio Online, an online code editor for the web. With the new service, Microsoft wants to enable developers to work together from anywhere, on any device.

  • C# 8 Nullable Reference Types Update

    Work continues on nullable refence types for C# 8, revealing edge cases that need to be addressed before the final release and new opportunities for reducing the amount of boilerplate developers have to write.

  • .NET Core: Past, Present, and Future

    During the latest edition of Microsoft Build, Microsoft’s .NET program manager Scott Hunter published an article stating that .NET Core is the future of .NET .

  • C# 8 Pattern Matching Enhancements

    C# 7 laid the groundwork for pattern matching, but a lot of features had to be left on the cutting room floor. With the extra time C# 8 needs, many of these are being picked up.

  • C# 8 Nullable Value Type Enhancements

    First introduced in .NET 2, very little has changed for Nullable<T> over the last decade and a half, but that looks like it is about to change. Much of the work going into supporting nullable reference types in C# 8 may be applied to nullable value types.

BT