InfoQ Homepage Development Content on InfoQ
-
Microsoft SQL Server to Land on Linux
Microsoft’s executive vice president of the cloud and enterprise group Scott Guthrie announced SQL Server is coming to Linux, thus once more confirming Microsoft’s new course on open source software. SQL Server will be generally available on Linux sometime mid 2017, with a private preview being available now.
-
ASP.NET Core Provides Modularity with Middleware Components
ASP.NET Core introduces middleware as a concept to customize the HTTP pipeline. Middleware are components which are composed together to form a web application. The concept was inspired by OWIN and Katana, which provided similar functionalities in earlier versions of ASP.NET.
-
Lagom, a New Microservices Framework
Lightbend, the company behind Akka, has released an open source microservices framework, Lagom, built on their Reactive Platform; in particular, the Play Framework and the Akka family of products are used together with ConductR for deployment. By default, Lagom is message-driven and asynchronous, and uses distributed CQRS persistence patterns with event sourcing as the primary implementation.
-
Microsoft Joins the Eclipse Foundation
At today's EclipseCon, Microsoft announced that they have joined the Eclipse Foundation as a Solutions member, including open-sourcing their Team Explorer Anywhere on GitHub. InfoQ reports.
-
Eclipse Foundation Releases Next-Generation IDE, Eclipse Che 4.0
Today, the Eclipse Foundation announced the first release of the Eclipse Che next-generation web-based IDE. Read on to find out what it contains.
-
All Things Containers From Solaris Zones to Docker
InfoQ's Rags Srinivas caught up with Bryan Cantrill a day after the Containers Summit at New York City and discussed all things containers from Solaris Zones to Docker.
-
AutoMapper and the Static Class Debate
When it comes to API design, static classes are a bit of a bugbear. Quite often there are arguments both for and against exposing a given function as a static function as opposed to an instance method. Recently Jimmy Bogard of AutoMapper fame found himself embroiled in this debate.
-
Docker Cloud Aims to Enable Containerized Multicloud Solutions
Docker Cloud is a new service that aims to make it easier to work with Docker containers on multiple Clouds, developer Borja Burgos announced on Docker’s blog. The service aims to make it possible to build, ship, and run containers within the Docker ecosystem.
-
JUnit 5 Alpha Simplifies Unit Testing
The JUnit Lambda Team has recently announced the alpha release of JUnit 5, a new major version for the popular unit testing framework. Changes in the new version are mostly focused at removing the common obstacles that JUnit 4 presented to developers, while also modifying the framework to allow for easier changes in the future. Integration with build tools and IDEs still needs some further work.
-
Ember.js Team Announces 2.4 LTS, 2.5 Beta
The Ember.js team has released version of 2.4. After a six-week maturation cycle as a stable version, 2.4 will be declared Ember's first LTS release.
-
Thanks to a Utility Library by Erik Bergstedt, Protobuf for .NET Just Got Easier
Erik Bergstedt’s new library simplifies working with Protocol Buffers in .NET.
-
Major SSL Vulnerability Affects OpenSSL and HTTPS server traffic
It has been announced that, OpenSSL, the popular cryptography library, has two significant flaws that require patching as soon as possible. The more dangerous of the two, DROWN, affects HTTPS usage on an estimated 11.5 million servers and is not limited to systems using OpenSSL.
-
"Surviving Microservices" with Richard Rodger at microXchg: Messages, Pattern Matching and Failure
At the microXchg 2016 conference, held in Berlin, Germany, Richard Rodger presented “Surviving Microservices”, a practical guide for developers wanting to keep their microservices architectures ‘healthy and performant’. Key topics discussed in the talk included the benefits of message-oriented systems, pattern matching with inter-service communication, dealing with failure, and Seneca.js.
-
Rust 1.7 Brings 2x Faster Hashes and New Stable APIs
After to stabilizing libcore in version 1.6, recently announced Rust 1.7 brings improvements and stability to about 40 library functions and methods. Additionally, Rust package manager Cargo got two new features for better dependency handling.
-
LambdaNative: Scheme for Mobile, Desktop, and Embedded Cross-Platform Development
LambdaNative is an open-source Scheme-based cross-platform development framework that supports a wide range of platforms, including iOS, Android, Blackberry, OS X, Linux, Windows, OpenBSD, NetBSD and OpenWrt. InfoQ has spoken with Chris Petersen, Ph.D., leader of the development team behind behind LambdaNative.