BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage .NET Content on InfoQ

  • IronPython/IronRuby have Decided on Github and CodePlex

    Since Microsoft announced that it was giving up control of its Iron languages, there has been a quiet debate on where to host the project. The negotiations have finally been settled and the winner is Github for source control and CodePlex for issue tracking.

  • Named Resource Streams for WCF Data Services

    Under the current version of WCF Data Services, developers can associate only one streaming resource with a given entity. With the October 2010 CTP, developers can now add additional named streams to an entity. For example, for images you may have streams named “Thumbnail”, “Small”, and “Full”.

  • Moonlight Leaps Ahead of Silverlight with Hardware Accelerated Pixel Shaders

    Recently David Reveman added significant amounts of hardware rendering to Novel’s Moonlight. This puts it in the lead over Silverlight, offers only a limited amount of hardware rendering support.

  • Microsoft's Cloud Economics

    Two weeks ago Rolf Harms and Michael Yamartino of Microsoft published a whitepaper entitled The Economics of the Cloud. In the whitepaper, they predict a seismic shift within the IT world away from client/server to public clouds, ala Amazon AWS and Microsoft Azure. The document clearly outlines their technical and business plan for a Brave New Microsoft.

  • New Version of Bing AJAX Map is targeted for Mobile Devices

    The new version of the Bing AJAX Map Control version 7 is one third the size of the previous version, a huge win for web sites that cater to mobile device users. Controls have been reduced in size and given HTML 5 support. There have also been performance improvements for multiple-point rendering.

  • Pizzigati Prize For Software in the Public Interest Open for Nominations

    InfoQ doesn't normally report on contests and calls for registration . But for the Antonio Pizzigati Prize for Software in the Public Interest, this time we decided to make an exception. The Pizzigati Prize is a $10,000 prize awarded to "a software developer who adds significant value to the nonprofit sector and movements for social change". Nominations are open until December 15.

  • Microsoft Announces Hyper-V Cloud

    Microsoft has announced Hyper-V Cloud, a cloud computing solution for those interested in having their own private cloud.

  • Microsoft Open Sources F#

    Don Syme has announced the release of the F# compiler source code as a code drop under Apache 2.0

  • Silverlight Is for the Client, HTML5 for the Web

    After saying about Silverlight that “our strategy has shifted” at PDC 2010, Bob Muglia attempted to clarify what he meant. Steve Ballmer and Tim Heuer also commented on Silverlight, trying to reassure the community on Microsoft’s commitment to Silverlight, but also pointing to the fact that HTML5 is the solution for cross-platform development, leaving Silverlight to the client and Windows Phone.

  • A New Crop of Self Hosting IDEs: RedCar and JRuby, Cloud9 IDE and Javascript

    Dynamic languages have a dirty, badly kept secret: their IDEs and tools are written in languages like C/C++, C# or Java. Exceptions were languages like Smalltalk - but now Ruby and Javascript developers get to build their tooling using their preferred languages. InfoQ looks at HTML/Javascript based Cloud9 IDE and JRuby and SWT based RedCar.

  • Sneak Peak: Asynchronous Syntax for Visual Basic and C#

    In a recent blog post the Visual Basic team let slip an announcement that Visual Basic and C# would be getting a new syntax for asynchronous programming. Built on top of the Task Parallel Library that was introduced in .NET 4, this adds the Async and Await keywords to both languages.

  • Avoid SDK Hassle with Build Services for Native Mobile Web Apps: RhoHub, Apparat.io

    HTML/Javascript code packaged as native apps allows for cross platform mobile development - but there's still a nuisance: the yak shaving exercise of installing and maintaining the SDKs of all target platforms, and running the builds. There are solutions to fix that: Rhohub for Rhodes, Apparat.io, and PhoneGap/Build.

  • Adobe previews HTML5 animation IDE

    Adobe during its annual developer’s conference has previewed an IDE for HTML5 animation. The IDE, codenamed Edge, uses the WebKit rendering engine to preview animations and like Dreamweaver, offers a source code editing mode.

  • Laharsub, a .NET Messaging Server

    Laharsub is an open source .NET publish-subscribe messaging server for real time web applications like chat, online collaboration, news or stock trade updates, etc.

  • A DSL for Multi-touch Gestures

    As part of the TouchToolkit, Frank Maurer and Shahedul Huq Khandkar have created a DSL for multi-touch gestures. The language is in a declarative style with two sections. The first section, labeled “validate”, contains the rules used to determine if a specific gesture is being performed. The second section contains the return values for the gesture.

BT