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

  • Catching up with C# 7.1 and C# 7.2

    Back in August, C# 7.1 was quietly released along with Visual Studio 15.3, but it’s not quite ready. In this report we’ll look at a subtle compiler bug and what’s next in store for the soon to be released C# 7.2.

  • Microsoft's Approach to Modern Data

    The PASS Summit 2017 is a conference for users of SQL Server and related Microsoft data technology. At Day 1 of the conference, Microsoft's Rohan Kumar was on hand to present the opening keynote.

  • Expanding Visual Studio's Cross-Compiler Support for ARM

    Visual Studio has long possessed the ability to target the ARM-platform, as long as the platform is running Windows. In Visual Studio 2017 15.5 Preview 2, the IDE is expanding this support by adding the capability to target ARM based computers and IoT devices through the use of the GCC compiler.

  • ASP.NET Core and F# with Giraffe

    Giraffe is an F# micro web framework for building web applications. It sits on ASP.NET Core, providing an F# API to the web framework. Giraffe is intended for developers who want to build web applications in F# while retaining access to the features of ASP.NET Core and its ecosystem.

  • First Look at Visual Studio 2017 Update 5 Preview

    Microsoft continues to quickly iterate development of Visual Studio 2017, and has just released 15.5 Preview, a look at the company’s fifth update to the popular IDE since its release. This update adds new debugging capabilities and performance improvements for C++, Visual Basic, and C#.

  • Visual Studio 15.4 Released, Increasing Multiplatform Support

    The 4th update to Visual Studio 2017 has been released by Microsoft, and continues the company’s commitment to supporting .NET Standard 2.0 and Universal Windows Platform (UWP) apps. .NET Standard 2.0 support is an important part of Microsoft’s strategy for promoting cross-platform application development and code reuse.

  • .NET Core and .NET Standard: What Is the Difference?

    .NET Standard is an API specification that defines what Base Class Libraries must be implemented. .NET Core is a managed framework optimized for building console, cloud, ASP.NET Core, and UWP applications. Each managed implementation (such as Xamarin, .NET Core, or the .NET Framework) must implement their BCL according the .NET Standard.

  • Improved Accessibility is the Focus of Latest .NET Framework

    Microsoft has announced the pre-release of .NET Framework 4.7.1, which includes various improvements across the board. Today we will look at the changes made to improve the accessibility of WPF applications.

  • RedHat Announces Support for Azure, .Net Core 2.0 and SQL Server 2017

    Microsoft and RedHat recently announced support for Windows Containers in Red Hat OpenShift. The main scenario this announcement targets is to make Linux and Windows containers work in the same cluster. This enables enterprises with mixed environments to migrate towards a container based infrastructure without needing separate clusters for Windows and Linux.

  • String Interpolation in Entity Framework Raises Concerns

    One of the new features in Entity Framework Core 2 is the ability to automatically convert interpolated strings into parameterized SQL. Though designed to avoid problems with poorly written SQL, it is feared that it may actually lead to more SQL injection attacks.

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

BT