InfoQ Homepage News
-
BCL Changes in .NET 4
The BCL or Base Class Library represents the core of the .NET framework. Regardless of what type of application one is developing, the BCL represents the starting point upon which all other functionality is built. This is why changes to the BCL are significant to all .NET developers.
-
IronScheme Nears Final Release
IronScheme, the R6RS implementation of Scheme for DLR, has reached RC1 after one year of being in beta.
-
XP or Scrum, Either, Both, or Neither?
Which is better? Scrum or XP? Is there one that is more applicable than the other or is there another alternative?
-
RubyForge To Be Phased Out, RubyGems.org Takes Over Gem Hosting
The maintainers of GemCutter and RubyForge announced plans for phasing out RubyForge. The Gem hosting will, more or less seamlessly, move to RubyGems.org (currently GemCutter), while project hosting will have to move to other existing sites such as GitHub.
-
SOA Manifesto Released
After several days of intense effort, the SOA Manifesto has been released. As could be expected, the feedback so far is mixed, but is that because the Manifesto is flawed or because the message has not been understood (or communicated) correctly?
-
Collection and Array Initializers in VB 10
Visual Basic 10, to be released with .NET 4.0 and Visual Studio 10, is adding support for collection and array initializers. While these are similar to what we already have in C#, there are minor enhancements such as support for extension methods and improved type inference.
-
Where has the innovation gone?
Some commentators are questioning the level of innovation happening in the Agile space. Does iterative and incremental development lead us away from innovation towards reusing old solutions, building on what we already know rather than creating truly "out of the box" solutions. Adding an R&D stream is suggested as a way to bring innovation into Agile projects.
-
Quickly Migrate from SQL Server to SQL Azure
In order to make migrating from SQL Server to SQL Azure easier, Microsoft is releasing a migration tool on CodePlex. The SQL Azure Migration Wizard will detect, and if possible, correct incompatibilities between SQL Server 2005/2008 and SQL Azure. In addition to generating scripts for deploying the migrated schema on SQL Azure, this tool will also allow you to migrate table data using BCP.
-
A .NET Security Vulnerability Has Affected Firefox
A security vulnerability that has hit Internet Explorer through .NET has also hit Firefox. The culprit for Firefox, a .NET add-on, has been put on Mozilla’s blocked list.
-
SQL Azure is Feature Complete, but You Need to Move to the New CTP by December
Microsoft has released a feature-complete version of SQL Azure. CTP 2 includes everything that the final version is expected to have and is currently deployed on Microsoft’s production clusters. This gives CTP 2 an automatic upgrade path to the final release, but users of previous CTPs will need to migrate their data before the older servers are shutdown.
-
SOA Grammar – Are Services Verbs or Nouns?
In his new post, Jason Bloomberg introduces two types of services – Entities and Tasks, and explains the role each type of services plays in building SOA systems.
-
Helios Uses Satellite Kernels to Deal with Heterogeneous Environments
Helios is a Microsoft research OS project intended to ease the process of writing applications for heterogeneous environments by using satellite kernels. The researchers involved are: Edmund B. Nightingale, Orion Hodson, Ross McIlroy, Chris Hawblitzel, and Galen Hunt, and they published the paper Helios: Heterogeneous Multiprocessing with Satellite Kernels (PDF).
-
Dissecting Technical Debt
The term "technical debt" was coined by Ward Cunningham. It describes the obligation that a development team incurs when it chooses a design or construction approach that is easy to implement in the short run but has a larger negative impact in the long run. Agilists provide their view point on what should be considered a technical debt and how it could be classified.
-
Beta 2 of Visual Studio 2010 Prepares the Way for RTM, Scheduled for March 2010
Having a new logo, Visual Studio 2010 Beta 2 made it’s debut yesterday with performance improvements and better stability, setting the stage for the RTM release on March 22, 2010. F# is integrated with Rx, while Azure Tools are in the works.
-
Agile Testing Requires Cross-Functional Teams and More
The first things many think about when considering Agile Testing are tools, automation, when and how to test, and the role of testers on a team. These are all very worthy topics. But which of these things are needed for success and which are nice-to-have?