BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Development Content on InfoQ

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

  • Reactive Extensions for JavaScript Loses Weight and Older Browsers

    RxJS 2.2 loses weight by only supporting ECMA Script 5 browsers in the default build. It also offers an even lighter weight version that only includes the most commonly used functions.

  • Automate All Things! Support for DevOps Tool Puppet Added to Windows Azure

    Want to do DevOps automation in a Microsoft world? Typically that meant using Microsoft-provided tools like PowerShell and System Center instead of the popular open source tools that have been slow to support the full Microsoft product stack. That’s beginning to change as developers and system administrators can now use tools like Puppet to provision and manage resources in Windows Azure.

  • A Tool Atlas for the Enterprise Developer

    VisionMobile has created an interactive map of more than 500 tools covering all aspects of enterprise software development: integration, development, testing, deployment, measuring, and marketing&monetization. The map provides a few descriptive paragraphs outlining the strengths of each tool, the idea being to offer developers a quick guide for choosing the right tool for the job.

  • Changing the Composition of Agile Teams

    Organization prefer to establish and nurture stable teams, as reported earlier this year in the InfoQ news developing stable teams, and dealing with dysfunctions. But sometimes there are reasons why the composition of a team or of teams needs to be changed. If changes in team composition are needed, how can they be done?

  • DevExpress ASP.NET Grid Control Introduces Batch Edit

    The DevExpress ASPxGridView control included with the recently released 13.2 edition introduces batch editing that enables developers to modify a batch of grid data on the client side and send it to the server in one request. It also includes additional features such as cell coloring and notification dialogs.

  • Frans Bouma Argues Code First O/R Mapping is “Silly”

    When building a database-backed project using an ORM, developers can choose between starting with database tables, classes, or abstract models. To open the debate, we offer you Frans Bouma’s argument that, “Code-first O/R mapping is actually rather silly”.

  • Large Model Problems Continue to Plague Entity Framework, NHibernate

    Entity Framework continues to have performance problems when using larger EDMX models to generate classes. “If the EDMX only has one entity type materialization takes 840 ms […] but when the EDMX contains a richer model, for example one with 67 entity types and 92 associations, the same test takes 7246 ms to complete”.

  • Glass Developer Kit Enables Developers to Build Apps for Google Glass using Xamarin.Android

    The recently released Glass Developer Kit enables developers to build application which work with Google Glass using C# and Xamarin.Android. The kit includes cross-platform Glassware APIs in addition to a sample demo app.

  • Apache Kafka - A Different Kind of Messaging System

    Apache has released Kafka 0.8, the first major release of Kafka since becoming an Apache Software Foundation top level project. Apache Kafka is publish-subscribe messaging implemented as a distributed commit log, suitable for both offline and online message consumption. It is a messaging system initially developed at LinkedIn for collecting and delivering high volumes of event and log data.

  • QCon New York 2014 Registration Now Open; Top 10 Presentations

    Registration is now open for QCon New York 2014 (Jun 9-13). The third annual conference will feature practitioner-led sessions and case studies on topics like Continuous Delivery, Data Science, HTML5, Agile, Architecture, and more. Register before Dec 21st and save $800.

  • PhoneGap 3.3 Offers Improved BlackBerry Support and an Android Resource Loading API

    PhoneGap 3.3 now offers the ability to recursively redirect Android resource loading requests. It also offers improvements for BlackBerry 10 and iOS debugging.

BT