InfoQ Homepage News
-
lua.vm.js – Running Lua VM in a JavaScript VM
Mozilla is showing off the strength of asm.js by running the entire Lua VM in a JavaScript VM, with the ability to call JS code.
-
What’s New in OData 4.0?
The fourth version of OData, the Microsoft-backed standard for querying data using REST conventions, has been accepted by the OASIS committee. The public review period will run thru June 2 and Microsoft expects OASIS to adopt the standard later this year.
-
PhoneGap 2.7 Released, 1.9 Officially Deprecated
In conjunction with the release of PhoneGap 2.7, Adobe has announced that they are dropping support for everything before PhoneGap 2.0. This includes version 1.9, which is less than one year old.
-
Windows Azure Service Bus Client SDK with Task Based Asynchronous API
The recently released Windows Azure Service Bus Client SDK provides support for task based versions of all asynchronous APIs in addition to performance improvements.
-
Derailed: Hackers Exploit Months Old Rails Flaw
A months old Ruby on Rails security flaw is now being exploited on systems where tardy patch deployment has left them vulnerable to malicious attackers.
-
Project and Class Templates for Prism and Prism with Unity
Building Windows Store apps using Prism can be a rather tedious and error prone endeavor. When using it correctly, practically all models and views have to have their base classes replaced with Prism alternatives. To make things easier on developers, David Britch has released a set of project and class templates for Prism and Prism with Unity.
-
Strongloop Node: the First Enterprise-Ready Node.js Distribution
Strongloop, the company that employs a few of Node.js' core contributors, has announced Strongloop Node 1.0 GA, the first version of its commercially supported distribution of Node.js intended for enterprise use. The distribution is based on Node.js v0.10.7 and includes some popular npm modules, including Express, Connect, Passport and others.
-
NuoDB 1.1 Targets .NET Developers
NuoDB 1.1 includes a ADO.NET driver, LINQ and EF providers, support for Windows 64-bit and Azure, performance improvements.
-
High Performance PHP with Static Typing
PHP+QB is an alternate virtual machine for PHP that claims to offers an order of magnitude improvement in performance. The downside is that it requires everything to be statically typed, arrays have severe limitations put on them, and objects are not supported.
-
ODataUriParser Now Supports $select and $expand
The ODataUriParser, part of WCF Data Services, can now parse $select and $expand expressions and produce matching abstract syntax trees.
-
A Portable HTTP Client for .NET
Until recently, one of the problems with sharing code across .NET, Silverlight, Windows Phone, and Windows Store is the inability to make HTTP requests. Each framework supports one or more HTTP clients, but they are incompatible each other at an API level. The Portable HTTP Client package adds an adapter to paper over these differences.
-
Zend Developer Pulse 2013 Survey Emphasises on HTML5, Geolocation and Amazon Web Services
Zend, the company which builds PHP platform has released the results of its annual Developer Pulse 2013 survey and it indicates the growth of HTML5, native apps, Objective C, Java, Geo-location support, Amazon Web Services including general work habits of developers.
-
Documentation Guide for Teams Doing Domain-Driven Design
The first thing a team should do on a new software project is drawing a context map to help them understand the context, the core domain and what other contexts they may need to interact with to get a shared understanding of the domain between everyone involved, Paul Rayner explains when sharing his experiences what kind of documentation teams doing Domain-Driven Design, DDD, should produce.
-
Extended WPF Toolkit v2 Community Edition Adds AvalonDock Control, New Features and Improvements
Extended WPF Toolkit Toolkit v2.0.0 community edition includes enhanced features, 67 improvements, bug fixes, new Windows 8 theme in addition to AvalonDock, WindowContainer and WindowControl control.
-
PostSharp Has Just Gotten Much Easier
PostSharp 3.0 brings with it deep integration with Visual Studio and NuGet. With a couple of mouse clicks PostSharp can apply aspects to a method in a clean project. All of the required packages for the aspect are automatically downloaded.