InfoQ Homepage Development Content on InfoQ
-
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.
-
Resources On Async Tasks
Async Tasks, included in the Task Parallel Library, is a great way to write asynchronous code in – we look at a few resources that show how to use this API in different scenarios and what are the various considerations.
-
Microsoft Beefs Up Windows Azure Connectivity and Interoperability In Massive Update
In a major event called Meet Windows Azure, Microsoft unveiled a series of significant additions to its cloud platform. These changes improved the Windows Azure story around networking and interoperability, and marked Microsoft’s entrance into the Infrastructure-as-a-Service (IaaS) market.
-
Round-Tripping: Using Visual Studio 2010 and 2012 on the Same Project
Visual Studio 2012 RC introduced a feature called "project round-tripping", which can make it possible for teams to work on a project in either Visual Studio 2010 or 2012. Microsoft states that most projects will work with round-tripping, though others like Visual Studio Installer, Windows Phone, and Windows Mobile are not yet supported.
-
Grady Booch Receives 2012 Lovelace Medal from British Computing Society
The British Computing Society has awarded its Lovelace Medal 2012 to Grady Booch for his “innovative work in software architecture, software engineering and collaborative environments.”
-
Vector Fabrics Introduces Pareon for Multicore Software Optimization
The Dutch company Vector Fabrics recently introduced its tool called Pareon. According to the company’s press release, the tool allows to optimize applications for multicore systems.
-
Dependency Injection, Debugging added to T4 for Visual Studio 2012
There are quite a few improvements added to Visual Studio’s T4 system for Visual Studio 2012. The highlights include MEF support for deploying directive processors and easier debugging.