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

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

  • Microsoft Previews Bug and Security Risk Detection on Windows and Linux

    Microsoft has made available Project Springfield as an Azure service preview called Microsoft Security Risk Detection (MSRD) for detecting code bugs and security vulnerabilities in Windows and Linux applications.

  • Rider Adds Performance Gains in RC1

    JetBrains' Rider, the company's .NET-focused multiplatform IDE, has just produced its first Release Candidate. In this latest preview, NuGet support is expanded, general performance improved (particularly on Windows), and a few more usability enhancements are added.

  • Blazor Brings .NET Back to the Browser

    Steve Sanderson’s Blazor is an experiment to bring .NET back to the browser using WebAssembly and DotNetAnywhere. It isn’t meant to be a full production framework like Flash or Silverlight, but rather a test to see what’s possible.

  • ASP.NET Core 2 Preview 2 Released

    Microsoft continues to advance the development of ASP.NET Core 2, and the second major preview of the forthcoming web framework. This release sees the inclusion of SPA templates for Visual Studio 2017, the ability to configure limits on Kestrel, and support between .NET Framework and ASP .NET Core 2.

  • Microsoft Reiterates its Support of F#

    Mads Torgersen and Philip Carter, respectively C# and F# program managers at Microsoft, published a post promoting the use of F#. The post is a follow-up to a presentation on F# at Build 2017. They talked about how Microsoft wants to remove obstacles to F# adoption and the F# improvements Visual Studio 2017 brings.

  • .NET Core 2.0 Preview 2 Brings Refinements for Developers

    Microsoft has released the second preview of .NET Core 2.0. Several changes have been made to increase ease-of-use for developers, but what may be most important is the ability to reference .NET Framework libraries from .NET Core code. Joining these improvements are bug fixes and several additions to its WCF support.

  • .NET Core Runtime and Base Class Library Performance

    Microsoft has announced that performance improvements have been made to the runtime and base class libraries in .NET Core. While the performance improvements to ASP.NET Core have received more publicity, these improvements are just as important. Many are based on pull requests from the developer community.

  • Rider EAP 23 Brings Back .NET Core Debugging for All Platforms

    The latest development build of the Rider IDE sees the return of .NET Core debugging for all platforms. Joining this achievement are several new features throughout the IDE that should benefit all .NET language (C# / F# / VB.NET) developers.

  • Looking at Visual Studio 15.3 Preview 2

    Highlighted by support for .NET Framework 4.7, the second preview of Visual Studio 2017 (15.3) has been released. Primarily focused on bug fixes and usability enhancements, this version addresses quality of life improvements.

  • C# 7.2 and 8.0 Roadmap

    Features are already being lined up for C# 7.2 and 8.0 including nullable reference types and limited multiple inheritance.

BT