InfoQ Homepage Development Content on InfoQ
-
TypeScript 3.3 Improves Calling Union Types and Build Times
The TypeScript team continues its bi-monthly release cadence with version 3.3 of TypeScript, improving the behavior for calling union types and the performance of incremental file watching for composite projects. The team also announced their roadmap for the next six months.
-
Visual Basic’s File IO Added to .NET Core
Visual Basic’s File IO library is being ported to .NET Core 3.0. This includes convenience functions such as the ability to copy or delete a directory with one function call, support for the Windows recycle bin (without p/invoke code), and an RFC compliant CSV parser that can also handle fixed-width files.
-
Android Studio 3.3 Brings Official Support for Navigation Editor, Stability Improvements, and More
Google has released Android Studio 3.3. This version is mainly focused on bug fixes and stability improvements, however it also brings official support for Navigation Editor, updates on Kotlin and IntelliJ Platform, and more.
-
Grady Booch on the Future of AI
According to Grady Booch, most current AI systems are about pattern matching of signals at the edge and inductive reasoning, not true Artificial Intelligence. During his second day keynote at the 2018 QCon San Francisco, "Building the Enchanted Land", he explained his view that AI today is a "system engineering problem with AI components."
-
C# Futures: Defer
Best known for its use in Go and Swift, C# proposal #1398 seeks to add defer statements. If you are not familiar with the concept, it can be summarized as a finally block appearing at the beginning of some code instead of the end.
-
New API Management Solution from NGINX Optimized for Internal and External APIs
The NGINX API Management Module announced at the NGINX Conference in October last year is now generally available. Liam Crilly, director of product management at NGINX, describes the new module together with NGINX Plus and NGINX Controller, as a next generation API management solution optimized for handling both external and internal APIs.
-
Docker Announces Support for Windows Server 2019 within Docker Enterprise
Docker announced support for Windows Server 2019 Long Term Servicing Channel (LTSC) and the Server 1809 Semi-Annual Channel (SAC) release within the Docker Enterprise platform. Server 2019 brings a number of improvements from previous SAC releases into the LTSC, including ingress routing, virtual IP service discovery, and named pipe mounting.
-
Learning to Code Better with Lean Coding
Lean coding aims to provide insight into the actual coding activity, helping developers to detect that things are not going as expected at the 10 minute-level and enabling them to call for help immediately. Developers can use it to improve their technical skills to become better in writing code.
-
Update on IAsyncDisposable and IAsyncEnumerator
Since InfoQ last covered the async streams proposal, some changes have been made to the design. Most notably is the use of the lightweight ValueTask object.
-
System.Collections in .NET Core 3.0
If you look through the list of issues tagged for System.Collections in .NET 3.0, you’ll find both proposals that were accepted and rejected. In this report we’ll cover some of the highlights.
-
Microsoft Azure Government Cloud: New Online Training Material Available
Microsoft recently expanded its Microsoft Learn platform with an introductory class on Azure Government. Azure Government is Microsoft’s solution for hosting United States government solutions on its cloud. In this article we will discuss what the Azure Government offers and how it pans against AWS GovCloud US offering.
-
F# 4.6 Introduces Anonymous Record Types
The next release of F#, F# 4.6, will most notably bring anonymous record types and structs to the language, along with a few additions to the standard library.
-
Evan You Previews Vue.js 3.0
At VueConf Toronto, Evan You, creator and project lead of Vue.js, previewed Vue 3, the next major iteration of the Vue.js framework.
-
Microsoft Announces Preview of OpenAPI Specification V3 in Azure API Management
Recently Microsoft has announced support for OpenAPI specification v3 in Azure API Management, their service allowing to set up, publish, monitor and maintain APIs. Employment of the OpenAPI specification is done through the OpenAPI.NET SDK and supports in abstracting the definition of APIs from their implementation.
-
The Pure Attribute in .NET Core
The Pure attribute was added to .NET in version 4 as part of the Code Contracts initiative to help developers distinguish between code that free from side effects from other code. While the Code Contracts project is over, the Pure attribute continues to see life in .NET Core.