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 Core 2 Brings Visual Basic to Linux and macOS

    Microsoft has moved closer towards bringing Visual Basic into place as a first-class citizen on the .NET Core platform. As part of the .NET Core 2 release, VB developers can now write code that targets .NET Standard 2.0, increasing the deployment platforms available. Importantly, this means the same executable or library that runs on Windows can work on macOS and Linux.

  • Breaking Changes in EF Core 2.0

    EF Core brings with it many breaking changes, including rendering all of the database providers for EF Core 1.0/1.1 unusable in EF Core 2.0.

  • C# 8.0 Previewed

    In a Channel 9 video, Mads Torgersen has demonstrated the first four features for C# 8. The features include nullable reference types, async streams, and more.

  • New Features in Entity Framework Core 2.0

    While the EF Core 2.0 release deserves a lot of criticism, there are also a lot of things to like about it. In this article we touch on some of the highlights from this release including a safe way to use string interpolation with raw SQL.

  • Entity Framework Core 2.0 Released to Heavy Criticism

    Entity Framework has always had a mixed reputation, with some developers loving it while other compared it unfavorably to NHiberante, LINQ-to-SQL, and the various micro-ORMs. But the early impressions of EF Core have been particularly bad and continue to frustrate even those who appreciated the original Entity Framework.

  • Crucial Patch for Visual Studio 2017 Released

    A newly released update for Visual Studio 2017 contains an important patch for all developers who use Git as well a key fix for F# developers. The Git issue solves a security issue that allows arbitrary code execution, while the F# fix corrects major editing issues.

  • .NET Core 2 Released, Supports .NET Standard 2.0

    .NET Core 2 has been released, bringing with it the highly anticipated support for .NET Standard 2.0. This release adds support for over 19,000 additional .NET API calls, significantly increasing the usefulness of .NET Core: expanded platform support, improved performance, VB support, and .NET Framework reference compatibility.

  • Visual Studio 2017 15.3 Released, Adds .NET Core 2 Support

    Microsoft has released production ready Visual Studio 2017 15.3 and it is packed with features that include frontline support for .NET Core 2. Several stability and performance fixes, and increased accessibility support are among several new additions.

  • .NET Standard 2.0 Has Been Finalized

    Microsoft has announced the final version of .NET Standard 2.0 which includes over 32k APIs, a 140% increase over .NET Standard 1.6 and 400% compared to .NET Standard 1.0.

  • Azure with Scott Guthrie: Azure Security Center and Role Based Access Controls

    InfoQ had the opportunity to talk Azure with Microsoft executive vice president, Scott Guthrie. For our second and concluding segment we will discuss using Azure Security Center and Role Based Access Controls.

  • Azure with Scott Guthrie: Custom Dashboards and Azure Monitor

    InfoQ had the opportunity to talk Azure with Microsoft executive vice president, Scott Guthrie. Today we will discuss using Azure Monitor and Custom Dashboards.

  • Book Review Docker on Windows by Elton Stoneman

    Docker on Windows, written by Elton Stoneman, is a great book for Windows developers who want to learn how to effectively use Docker. It covers many aspects from Docker: images and containers, but also newer features such as multi-stage builds. The book is a perfect fit for engineers, architects, and administrators who are already building and delivering server applications running on Windows.

  • Visual Studio 2017 15.3 Preview Nears Final Release

    Visual Studio 2017 version 15.3 appears to be nearing release as the latest preview focuses on bug fixes. Developers interested in the latest C# 7.1 features and those working with C++ will still find lots to use in the latest Preview 7 release.

  • Profile Guided Optimization Comes to .NET Core

    Profile Guided Optimization is a native compilation technology that has long been available to native code developers (i.e. Visual C++). Microsoft has announced that this technology is now available for .NET Core developers on Windows x86/x64 and Linux x64.

  • How Microsoft Uses the .NET Core SDK Telemetry

    The .NET Core SDK collects various data points from the developers who use it. This is a voluntary disclosure (albeit via an opt-out procedure) but Microsoft has not previously shared details on the collected information. That information is now available and presents interesting insights into how the tools are used.

BT