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

  • Designing Loosely Coupled Metro Applications with URIs

    Protocols allow applications to launch other applications using URIs much as you would launch a website. This allows you to build a collection of small work-flow centric applications that work together seamlessly.

  • Sencha Touch 2: What to expect

    Sencha has announced that it will be releasing the beta version of Sencha Touch 2 in October and has presented the key new features, which include native packaging and performance improvements.

  • Application Lifecycle Management in Team Foundation Server 11

    Team Foundation Server 11 has added many features in the area of Application Lifecycle Management. Some of the highlights include support for code reviews, iterations/sprints, resource allocation, third part testing frameworks, and a much more capable dependency graph.

  • Windows Azure News: Support for Windows 8, SDK 1.5, Storage Replication and Others

    Microsoft has announced at the BUILD conference a number of new tools for developing applications that interact with the cloud: Windows Azure Toolkit for Windows 8, Windows Azure SDK 1.5, Windows Azure Marketplace, Replication for Windows Azure Storage, Service Bus September Release, and Windows Azure Service Management API.

  • Facebook and Heroku Announce Partnership

    Today, Facebook and Heroku announced an integration between the their respective developer platforms that simplifies the development of Facebook Apps. With just a few clicks, you can select your language and configure which type of App you want to develop (Web Site, Canvas or Page Tab).

  • Visual Studio 11 Preview is Now Available

    The Visual Studio 11 preview is now available for MSDN subscribers with a general release planned in the next few days. Here is a brief summary of the features they are showing off at Build.

  • MonoDevelop 2.6 Adds Git, Mac Support

    Version 2.6 of MonoDevelop, the open-source IDE for .NET and Mono development, includes several new features, the most notable of which are Git integration and support for the Mac platform via the MonoMac add-in.

  • C# and Visual Basic on the WinRT API

    While Win32 APIs can be called from .NET languages, doing so can be quite difficult. So for the last two year Microsoft has been building a replacement known as Windows Runtime or WinRT with cross-language support in mind. WinRT components can be created in both C++ and .NET and may be consumed by both of those as well as JavaScript.

  • Microsoft has Abandoned Silverlight and All Other Plugins in Metro IE

    Though it has been hard, we have been trying to avoid reporting on rumors about the death of Silverlight for quite some time. As in all things, rumors tend to be exaggerated or out-right false. Unfortunately the end of Silverlight is no rumor; if Microsoft doesn’t change course it, as well as Flash and other plugin technologies, will be effectively unusable when Windows 8 is released.

  • C++ Component Extensions: The New Face of COM

    COM Programming is alive and well on the Windows platform and a new variant of C++ makes it much more approachable. Known as C++ Component Extensions, this new language was used to create the new Windows runtime, WinRT.

  • Build Sessions to Watch For

    With 274 sessions at the //Build/ conference it is hard to predict which are going to be important and which are just filler. Here is a rundown of the sessions we think are going to be important to enterprise developers.

  • WinRT: An Object Orientated Replacement for Win32

    WinRT is a modern OS-level API that is built upon the Windows kernel. It isn’t just a layer on top of Win32, it is a replacement for it. Built with Object Orientated concepts such as a unified type systems and reflection, it is equally usable from C++, .NET, and dynamic languages such as JavaScript.

  • Major UI Themes in Windows 8

    Windows 8 Metro doesn’t just change the way applications look, it fundamentally changes how they behave. Applications will no longer be running in the background at all times, they will be suspended whenever they are not view. Rather than a save button, most applications will be constantly updating data on the cloud so that the user can seamlessly switch from one device to the next.

  • Windows 8 Replaces the Win32 API

    Windows 8 introduces a new core API called WinRT. This is used to develop Metro style applications using C/C++, .NET, or JavaScript. These applications automatically gain features such as hardware acceleration and advanced power management out of the box. Existing Silverlight and WPF applications can be ported to the new “Native XAML” libraries with minimal effort.

  • Memcached surpasses EhCache and Coherence in Java Job Demand

    Around January 2011, Memcached became the number one caching solution based on Java developer job demand. Memcached expanded beyond its LAMP roots. InfoQ caught up with Dustin Sallings, the implementer of Spymemcached the leading Java Memcached client, to get his perspective on the rise of Memcached in the Java world.

BT