InfoQ Homepage Development Content on InfoQ
-
ReportPlus: Create and Access Dashboards, Reports from an iPad
Infragistics recently announced the availability of ReportPlus which enables you to create and access data, dashboards and reports from an iPad.
-
ASP.NET to Add Support for LESS and CoffeeScript
The ASP.NET roadmap has been updated with their post-VS 2012 plans. The next set of features will focus on OData functionality and new/updated templates for MVC. Editor support for LESS and CoffeeScript is also in the works.
-
Another Week, Another Java Security Issue Found
Polish security start-up Security Explorations has found another hole that allows hackers to bypass critical security measures, affecting Java SE 5, 6 and 7 - the last eight year's worth of Java releases.
-
Oracle Honors London Java Community, Gosling at JavaOne
Today’s Java Community Keynote honored recipients of this year’s Duke’s Choice awards including the London Java Community for its innovative Adopt a JSR program. James Gosling showed of Liquid Robotics’ new robot, Wave Glider, that harnesses ocean wave energy. Other recipients included the Apache Hadoop project, AgroSense, Duchess, NATO, and Parleys.com. This year’s student winner is Ram Kashyap.
-
ASP.NET Web API And Dependency Injection
ASP.NET Web API comes with a Dependency Resolver interface that lets you inject dependencies into your controller. However Mark Seemann suggests it is better to use the IHttpControllerActivator interface for this purpose, with a couple of examples.
-
Breeze: Develop Data Aware Web Applications with Caching, Change tracking and Validation
Breeze framework enables you to develop rich data centric web applications with intuitive user interfaces with features such as caching, change tracking, validation and batch saves. Breeze is written in HTML and JavaScript and is available as open source.
-
TypeScript Released to Improve JavaScript Development
Microsoft has released TypeScript to improve JavaScript application development. Their new language is a superset of JavaScript specification that brings the benefits of type checking and static code analysis while still generating native JavaScript that can be deployed anywhere.
-
Velocity Web Performance and Operations Conference Kicks off in London
O’Reilly’s Velocity conferences target web ops and performance professionals who like you to learn from their peers, exchange ideas with experts, and share best practices and lessons learned. The Velocity Europe 2012 event focuses on the core issues and opportunities that are specific to the European performance and ops community, as well as the most significant worldwide themes and players.
-
Java ME Embedded and Java Embedded Suite: New Java Technologies for the Embedded Market
Oracle has released Java ME Embedded 3.2 and Java Embedded Suite 7.0, two new additions to Oracle's line of Java Embedded technologies. Java ME Embedded is a Java runtime optimized for microcontrollers and other resource-constrained devices. Java Embedded Suite is a Java application platform for embedded systems, which consists of Java SE Embedded, GlassFish Embedded, Jersey and Java DB.
-
WebMatrix 2: New Templates, Improved Intellisense, Windows Azure Integration
WebMatrix 2 is a free development tool developed by Microsoft that enables developers to create ASP.NET, PHP based applications easily. WebMatrix 2 includes new templates, improved intellisense with support for Windows Azure.
-
A Proposal for Non-Nullable Types in C#
Since .NET was still in beta developers have been asking for non-nullable variables with reference semantics. But the problem is far more complicated than simply slapping an attribute or other decoration on the variable. Craig of Twisted Oak Studios has proposed a solution to some of the problems.
-
Dagger: A Dependency Injection Framework For Android
Dagger is a new dependency injection framework for the Android environment. It offers a subset of features of Google Guice (some of the developers work on both projects) but focuses on a lightweight solution in order to offer better performance. Dagger also attempts to report binding errors during compile time instead of run time.
-
An Interview with David Starr, a Senior Program Manager in the Visual Studio ALM
David Starr, the founder of ElegantCode.com, a software craftsman, a technical and an agile instructor, talks about his new position at Microsoft, his vision of products, agility and his personal plans for future.
-
InfoQ Research Project Update
As you may know already, InfoQ is testing a new service that we hope will provide you with up-to-date and bias-free community-based insight into trends and behaviors that affect enterprise software development. After a few weeks of being in production, we wanted to share with you, our community of users, an update on how this project is going.
-
Microsoft's Roslyn Compiler APIs Updated for Visual Studio 2012
Roslyn, Microsoft's "compiler as a service", has been updated this week with a September 2012 CTP. This release adds support for Visual Studio 2012 (while dropping Visual Studio 2010), introduces new language features for VB and C#, and includes several updates to the APIs.