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

  • Asynchronous Patterns in ASP.NET Web Forms vNext

    Asynchronous programming is all the range these days and for good reason, when properly used it can significantly improve the throughput of I/O bound applications. And while some may think this of the realm of new and esoteric languages, even Web Forms is getting in on the game.

  • Will Machiel van der Bijl make manual Software Testing obsolete?

    Machiel van der Bijl from the University of Twente in the Netherlands recently introduced a Model-based testing approach which is supposed to automate software testing.

  • Microsoft’s Silence is Infuriating .NET Developers

    Earlier this month Microsoft unveiled a new touch-centric UI for Windows 8. According to the presentation this new UI allows Windows 8 applications built using just HTML5 and JavaScript. This is great news for web developers looking to do more with the Windows platform, but Microsoft is refusing to say whether or not .NET can also be used for this new application model.

  • Lambda Syntax Survey

    The lambda syntax is under discussion again at lambda-dev mail list, but this time, they're actively courting opinions. Four alternate syntaxes are proposed, and there's a survey to fill out to record your thoughts. Please take time to look at the syntax and vote on your favourites.

  • Eclipse Community Survey 2011

    The Eclipse Foundation has announced the results of its yearly community survey, which looks at various aspects of development in and around the Eclipse ecosystem. However, it also reflects the changing developer biases around the globe as well, such as the increasing use of DVCS and of mobile development platform preferences.

  • Packaging Visual Studio Help Files

    If you are offering a commercial or open source library for .NET developers, including an integrated help file is a great way to show your professionalism. It can also be handy when working on a framework that is reused across a company’s internal applications. In a recent article Jeff Braaten explains the process of creating Visual Studio Help Files.

  • Tools for Porting Android Apps to Windows Phone 7

    Microsoft attracts Android developers to Windows Phone 7 (WP7) with an API mapping tool and a WP7 Guide.

  • NetRexx Open-Sourced

    NetRexx, the JVM hosted runtime for the Rexx programming language designed by Mike Cowlishaw, has been open-sourced by IBM. Rexx is a scripting language which precedes Python, Ruby and other popular scripting languages by over a decade, and was originally designed for running on mainframes (VM/MVS), but found popularity in OS/2 and even AmgiaOS 2.0 under the name ARexx.

  • World IPv6 Day: Conclusions

    World IPv6 Day proved to be a success. Major service providers and websites are ready for IPv6, but some experience response times lower than when using IPv4. Experts draw attention to a possible security flaw in IPv6 implementations.

  • Visual Studio Database Development with SQL Server "Juneau"

    SQL Server Development Tools (SSDT), codenamed "Juneau", provide a new Visual Studio-based development environment for SQL Server. Some of its features are already available in Visual Studio 2010 Ultimate, but SSDT includes some key new additions such as the close integration of Database and Application Projects.

  • The Buzz Around the Lean Software & Systems Conference 2011 (LSSC11)

    The Lean Software and Systems Consortium conference 2011 was held May 3-6 in Long Beach, California. This year, there seemed to be a strong focus on visualization, leadership, and real world solutions.

  • Rethinking Models in MVC

    Jon Galloway is researching dynamic ASP.NET MVC 3 models using Mono’s Compiler as a Service. Meanwhile Karsten Januszewski is looking into deserialized JSON in lieu of statically typed models.

  • PMI Agile Certified Professional Body of Knowledge

    There is no single central reference for those seeking to prepare for the new Project Management Institute - Agile Certified Practitioner (PMI-ACP) test; instead the PMI provides a list of test areas, and reference books, which taken together constitute the body of knowledge for the certification.

  • Safely use HTML 5 and CSS 3 Today with Modernizr

    The principal problem with using HTML 5 and CSS 3 isn’t the adoption rate or the differences between browsers, it is knowing what those differences are in the first place. Once that is known developers can work around the limitations using graceful degradation techniques. To help figure that out many turn to the open source project Modernizr.

  • JavaSE 7 JSR Approved Despite Division

    Oracle has announced that the JavaSE 7 governing JSR (336) has passed the public review ballot. Google voted against the vote, Werner Keil abstained, and no vote was received from Credit Suisse. Many others adding their concerns regarding the ongoing licensing dispute between Sun/Oracle and Apache.

BT