InfoQ Homepage Development Content on InfoQ
-
WPF 4.5 Brings Various Improvements
Windows Presentation Foundation (WPF) 4.5 brings several new features to developers in a midsize upgrade.
-
dotCover 2.0 Adds Integrated Unit Test Runner and Visual Studio 2012 Support
The code coverage utility dotCover 2.0 now includes an integrated unit test runner, rather than requiring ReSharper to run tests. It has been updated to support Visual Studio 2012 RC, and includes new attribute filters.
-
SpringSource Brings Spring Framework to Android with Spring for Android 1.0
SpringSource has released Spring for Android 1.0. Spring for Android is an extension of the Spring Framework that helps simplify the development of native Android applications. This release features a REST client (RestTemplate) and OAuth support (Spring Social).
-
Navigation Makes ASP.NET WebForms More Testable
Navigation is a library that makes ASP.NET Web Forms more testable by moving the CRUD logic out of the codebehind files. Graham Mendick’s article “Unit Testing in the Navigation..” explores some of the features and how unit tests can be written.
-
Visual Studio LightSwitch Adds HTML5/JavaScript Support
Microsoft announced that they are adding HTML5 and JavaScript support to Visual Studio LightSwitch, the rapid business-application development tool. LightSwitch applications will now be able to run on Android, iOS, and Windows devices, and will focus on touch capabilities.
-
Apache HBase on Amazon EMR
The release of Apache HBase on Amazon EMR both increases the reach of EMR by adding to it a significant new piece of technology and makes it easier to use HBase by automating many set up and maintenance activities.
-
Improving Responsiveness in Visual Studio 2012
Microsoft has spent time producing quantifiable editing performance improvements. By using an approach that combines an "Immediate Delay Tracker" and Event Tracing for Windows, solid gains have been reported.
-
Node.js Gets SQL Server Driver, Better Windows Tooling
Microsoft continues to invest in Node.js, this time by introducing a new, open source SQL Server Driver and new Node-specific features in WebMatrix.
-
OSGi Release 5 Specifications add Repositories and Version Ranges
The OSGi Alliance have released the specifications for Release 5 of their namesake framework, standardising the OSGi Bundle Repository, utilising the generic Capability requirements model, and introducing programmatic access to version ranges. This joins the recently-released OSGi 4.3 Compendium and Residential specifications. OSGi R5 is implemented in Equinox, due to be released later this month.
-
Microsoft, Dell, ASUS and Sexism
During the Norwegian Developers Conference (NDC) last week Microsoft's regional subsidiary featured a group of dancing girls jumping around on stage to a Scooter-esque song with some rather inappropriate lyrics
-
Interview: Improving the Performance of Android ICS
In this interview, Bernhard Rosenkränzer, a Linaro engineer, explains how they improved the performance of Android 4.0.4 from 20% to 500%.
-
MEF for Windows 8 Metro and TPL Data Flow Moved to NuGet
Microsoft has decided to remove MEF for Windows 8 Metro and TPL Data Flow from the .NET 4.5 framework release. Instead they will be offered as NuGet packages so that improvements can be released outside of the full .NET release cycle.
-
Google Announces PageSpeed Insights 2.0
Google has released PageSpeed Insights 2.0 with an interface redesign, extensions for Chrome and Firefox, automatic page optimizations with an online service or via SDK, an API, support for mobile devices and more analysis rules.
-
Eclipse Community Survey 2012
The Eclipse Community Survey results for 2012 have been published, showing a significant increase of Git over other version control systems. It also highlights that whilst Spring is still widely used, EJBs and OSGi are popular frameworks as well. Finally, the use of Maven seems to be increasing, at least in displacing PDE build.
-
Comparing NHibernate and Entity Framework
Developer Ricardo Peres of Portugal has published a seemingly unbiased comparison of the leading .NET ORMs: NHibernate and Entity Framework. While we recommend anyone considering both to read his article, Differences Between NHibernate and Entity Framework, we are going to tough on some of the key differences.