BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News

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

  • What Are The Drawbacks Of REST?

    A recent posting on a REST Architects list has prompted Ganesh Prasad to outline some problems that he sees with REST (over HTTP) in terms of more dynamic peer-to-peer environments and how they could be addressed. He suggests some lessons could be learned from Web Services and mentions an Internet Draft specification which he has been working on.

  • Winning with DevOps

    Rebel Labs recently released a productivity report indicating DevOps is a key initiative for 2013 with tangible benefits for engineers, managers, and businesses. The report includes findings in the following categories: the work week, application failures/responses, tools, and software releases.

  • Just How Much Do Failed IT Projects Cost?

    Failed IT projects have a significant impact on the global economy, and on the public perception of the IT industry. Just how much is wasted on failed IT? In 2009 it was estimated to be over 6 Trillion USD. Not confident of those results Michael Krigsman got two experts to calculate the wasted funds and came to a "mere" 3 Trillion dollars.

  • Synchronized jQuery 1.10 and 2.0.1 Releases

    jQuery 1.10 and 2.0.1 has been released. The primary goal of this release is to synchronize the features of the 1.x and 2.x lines. The jQuery 2.x line has the same API as the 1.x line, but does not support Internet Explorer 6, 7, or 8. If you are planning to upgrade and you currently using jQuery 1.8 and below, please make sure you read the jQuery 1.9 Upgrade Guide due to major changes to the API.

  • Use Web Components Today With Google's Polymer

    At Google I/O last week, Google launched Polymer, a new library to build web applications using Web Components, the new HTML5 standard to build reusable components for the web. Polymer provides polyfills for many of the Web Components technologies, enabling developers to create their own reusable components before all browser support them.

BT