InfoQ Homepage Development Content on InfoQ
-
Xamarin Studio 4.2 Introduces Improved Account Management, Project System, Debugging and Bug Fixes
Xamarin Studio 4.2 has been released with the ability to log directly into your iOS developer account from within the IDE in addition to several improvements related to project system with support for Portable Class Library (PCL) projects in both iOS and Android as it enable C# developers to share code across devices.
-
Spring 4 Enhances Support for Java 8, Java EE 7, REST and HTML5
Last Thursday, Pivotal released Spring 4.0, the first major release since 2009. The new release supports Java 8 with expression of callbacks using lambdas, JSR 310 Date and Time API, and parameter name discovery.
-
DevExpress Universal 13.2 Introduces Token Box Control
DevExpress has included Token Box control in the latest release 13.2 which enables you to auto-complete values from a predefined list either by selection from the dropdown window list or manual input.
-
ASP.NET Identity Preview 2.0 Adds Account Confirmation, Password Reset and Security Token Provider
Microsoft has recently released ASP.NET Identity Framework with support for account confirmation, password reset, security token provider in addition to the ability to make use of IQueryable on UsersStore and RolesStore.
-
Android 4.4 KitKat and the Secret Key Factory
With the introduction of Android 4.4, developers are being asked to change the way symmetric keys are generated from Unicode passphrases via the SecretKeyFactory.
-
IntelliJ 13 Released
Jetbrains has announced the release of IntelliJ IDEA version 13 Community Edition and Ultimate edition. Both feature a completely revamped user interface, including support for Android, Java 8 (including Lambda expressions) and many other development technologies introduced this year.
-
Oracle Tunes Java's Internal String Representation
In an ongoing effort to improve Java performance, Oracle has announced a change in the internal representation of Strings as of Java 1.7.0_06.
-
Interview with Vyacheslav Volkov, Creator of CaptchaMvc
InfoQ interviewed Vyacheslav Volkov, creator of CaptchaMvc, about his project and the future of captcha’s in general.
-
Async, LINQ, and the Future of RxJS
Reactive Extensions for JavaScript 2.2 includes an optional component for working with asynchronous data sources. Known as rx.async.js, this fulfills the need for binding to events, callbacks, and promises. And in the horizon is support for LINQ style query expression parsing.
-
Behaviour-Driven Development Tool Jasmine 2.0 Released
The recently released version 2.0 of Jasmine, a Behaviour-Driven Development, BDD, testing framework for JavaScript, comes with improved support for Node.js, major work on increasing the internal quality and some backwards compatibility breaking changes.
-
Splitforce A/B Testing for Mobile Applications
As mobile applications are becoming a more central part of companies' IT strategies, testing and analyzing those applications becomes more important. Whereas functional testing of code is part of every project, analyzing behavior and conversion rates is still very new to the mobile sector. Splitforce offers tools and services for application developers to instrument apps for in-app analysis.
-
A Proposal for a Database URI Standard
David Wheeler has proposed a standard URI format for database connections. This proposal would allow applications built on different technologies to share the same connection string. That would be beneficial for a wide variety of tools including report builders, automated build and deploy tools, and ORMs.
-
Essential Studio Enterprise 2013 Volume 4 Adds LightSwitch, Localization and New Improvements
Syncfusion has released Essential Studio Enterprise Edition 2013 Volume 4 with new JavaScript controls such as rich-text editor, map, tree map, range navigator, barcode, date-time picker and rotator in addition to extensions for LightSwitch. It also includes 3D chart support for WinRT, WPF, Silverlight, and Windows Phone suites including format manipulation libraries for Windows Phone.
-
Introducing Reactive Extensions for C++
Reactive Extensions for C++, also known as Rx.cpp, is now available for WinRT via C++/CX and OS X via clang. While still in its early stages, a lot of work has been done since the last preview.
-
Twitter Open Sources CocoaSPDY
Twitter has developed and open sourced CocoaSPDY, a framework for OS X (Cocoa) and iOS (Cocoa Touch) based on the implementation they previously contributed to Netty, updating in the same time their iOS application to use SPDY instead of plain HTTP. Twitter has noticed up to 30% decrease in communication latency, the improvement being more noticeable when an “user’s network conditions get worse.“