InfoQ Homepage Development Content on InfoQ
-
Mads Torgersen: C# Futures
Floyd interviews Mads Torgersen at JAOO and they discuss the future of C# and the LINQ additions.
-
Book Excerpt and Review: Release It!
Release It!: Design and Deploy Production-Ready Software by Michael Nygard discusses what it takes to make production-ready software, and explains how this differs from feature-complete software. InfoQ spoke with Michael Nygard and asked him several questions related to the book and some of the issues it raises.
-
Rails 2.0 - What's a Newbie to Do?
Rails 2.0 is out - but some of the standard books and tutorials haven't been updated to this version yet. Trying to learn about Rails with a Rails 1.2 book or tutorial, but running Rails 2.0 is bound to cause some frustration. We look at the best approach to tackle this.
-
Breaking Changes for ASP.NET 2 and IIS 7
Version 7 brings a major rewrite to Internet Information Server. The most important of these revolves around the new integrated mode, which allows .NET modules to be plugged into any stage of the IIS pipeline. However, when running ASP.NET in integrated mode reveals several breaking changes.
-
Ruby 1.9 released
Ruby 1.9 has just been released, bringing a host of new features and improvements. Speed improvements come from the new YARV VM, concurrency features were updates with native threading and Fibers, and language changes such as a new Hash literal syntax tighten the language. We take a look at some of the features and where to find information about Ruby 1.9.
-
RubyConf 2007 Presentations Now Online
Confreaks, who provide recording and networking services for conferences have just recently released the complete set of presentations from this year's RubyConf, the seventh international Ruby conference which took place in Charlotte, North Carolina, USA.
-
Rules versus Procedural Code
Paul Haley, rule technology visionary, discusses criteria for choosing rule engines versus procedural code in business process solutions, as well as examining the current state of BPM/BRM integration.
-
Power Toys for .NET Compact Framework
The .NET Compact Framework is used for smaller devices such as smart phones and handheld computers as well as the XBox 360. The recently released 3.5 version now includes a host of debugging tools known collectively Power Toys for .NET Compact Framework 3.5.
-
Microsoft Open Sources Tafiti Search Visualization
Microsoft announced the release of the Tafiti Search Visualization source code to CodePlex. Developers can now download, modify and resell the source code. The release of the source code is under the Microsoft Public License (Ms-PL). Tafiti is web search site from Microsoft to demonstrate the use of Silverlight and Live Search APIs to provide better and more specialized search.
-
Separating business logic from technology: Kathleen Dollard on a new view of code generation
Even the most successful project becomes a failure when a new technology comes out and everything has to be rewritten from the ground. This is why business logic has to be separated from technology. And, according to Kathleen Dollard, code generation is a promising approach to achieve it.
-
Interview: David Heinemeier Hansson talks Ruby on Rails 2.0
David Heinemeier Hansson, the creator of Ruby on Rails and partner at 37Signals, gave InfoQ the opportunity to speak with him about the latest release of Ruby on Rails, version 2.0 and what it means to get this release out-the-door.
-
DB40 v7 and Increasing Popularity of ODBMS
db4o has been growing fast lately, having recently released v7.0 beta of their flagship db4o embedded OODBMS, and claiming over 30,000 deployments of their open source ODBMS. Is this a sign of changing times reflecting the ODBMS landscape?
-
Add-on Studio for World of Warcraft Based on VS Shell
The IDE "Add-on Studio for World of Warcraft" was developed in roughly two weeks by two developers using VS Shell as a base. It features Intellisense, tool panes, and a graphical design surface.
-
JRuby: 1.0.3 addresses compatibility issues, 1.1 performance update
JRuby 1.0.3 is out now. Although a point release, the update is significant because it addresses compatibility issues with Rails 2.0 and other libraries and tools. Meanwhile, some JRuby 1.1 performance improvements get noticed.
-
Does lines of code kill?
Steve Yegge touched a nerve in the development community when he argued that keeping the code size to an absolute minimum is the most important thing when developing software. In his view, you may have to sacrifice some design patterns and avoid refactoring at times just to keep the lines of code down. And if your problem is large enough - you may have to switch to another programming language.