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

  • UWP Community Toolkit Prepares for Windows Fluent Design

    Microsoft continues to prepare for the forthcoming Fall Creators Update for Windows 10, and they are upgrading developers tools and resources as part of these preparations. The UWP Community Toolkit (UCT) has been updated to take advantage of Microsoft's new Fluent Design Language that will eventually become the new user interface for Windows 10.

  • Microsoft Explores Manual Memory Management in .NET with Snowflake

    A number of researchers from Microsoft Research, University of Cambridge, and Princeton University have forked .NET, adding an API to the runtime to support manual memory management, and published details of their approach and performance improvements obtained in the paper Project Snowflake: Non-blocking Safe Manual Memory Management in .NET.

  • Microsoft .NET Architecture Guidance Released

    Four application architecture guides are available from Microsoft's Developer Division and the Visual Studio product teams. This guidance covers four areas: Microservices, Docker, Web Applications with ASP.NET Core and Azure, and Enterprise Applications Using Xamarin Forms. Each guidance is contained in an eBook. There are two end-to-end reference applications that the guides use as examples.

  • ASP.NET Core 2 Gains Razor Pages

    ASP.NET Core 2 brings a multitude of new features, including Razor Pages, new templates, and a series of changes intended to make development easier. By combining sensible defaults with detailed configuration options for those seeking more power, ASP.NET Core 2 intends to appeals to projects of all sizes.

  • Visual Studio 2017 15.4 Prepares for Windows 10 Fall Update

    Microsoft has released a preview for Visual Studio 2017 15.4. This release focuses on additions to support the forthcoming Windows 10 Fall Creators Update. UWP apps gain support for .NET Standard 2.0 and a new template makes it easier to bundle both traditional Win32 and UWP apps for distribution.

  • .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.

BT