InfoQ Homepage Artifacts & Tools Content on InfoQ
-
Performance Fix Available for VS 2008 and a Surprise Note about VBScript
In an attempt to be more responsive, Microsoft is trying to publicly release hot-fixes more frequently. This hot fix affects the performance of VS 2008 when editing web pages.
-
Presentation: Introduction to Spring.NET
Dr. Mark Pollack, founder of Spring.NET, provides an introduction focused on implementing and designing loosely coupled application architectures.
-
SharpDevelop 3.0 Enters Beta
With the recent release of the .NET Framework version 3.5, a new release of SharpDevelop 3.0 is pending.
-
Proposed VS 10 Features Released as a VS 2008 Add-On
Microsoft has released a demo of potential Visual Studio 10 features as an extension for VS 2008. The features, collectively called PowerCommands for Visual Studio 2008, include the source code.
-
Major IntelliSense Changes Planned for VC++ 10
Major changes are planned for IntelliSense in Visual C++ 10. These include a faster, more reliant parser and replacing the opaque NCB file with a SQL Server Compact database that can be browsed directly.
-
PartCover: New Open Source Code Coverage Tool
PartCover is beginning to fill the void left by NCover. Both SharpDevelop and TreeSurgeon have integrated PartCover to provide code coverage.
-
Continuous Integration And Version Control for Databases
After asserting that one must, as a rule, always version their database work, Scott Allen detailed an approach to making the best of versioning databases. Allen presented a comprehensive, practical approach to creating a baseline, using change scripts to manage schematic revisions, controlling programmatic database objects, and handling branching and merging.
-
Review Board - Online Code Review Tool
Recently there has been a resurgence in interest in code reviews. InfoQ looks at Review Board, an open source application that helps facilitate the code review process, that has been gathering momentum in the open source community.
-
IntelliJ IDEA's Dependency Structure Matrix Tool Visualizes Architecture
JetBrains includes a Dependency Structure Matrix (DSM) tool in its recently released version 7. DSM tools generate a representation of a codebase's dependencies in an appealing martix visualization. This article looks at how DSM can improve project structure and how IDEA's DSM tool compares with alternatives.
-
Tasktop: Bringing Mylyn's Task-Focused Interface to Everyone
Tasktop Technologies, the company which created Eclipse Mylyn and leads its development, released Tasktop version 1.0 today. InfoQ interviewed Tasktop CEO Mik Kersten to learn more about this release and how it brings Mylyn's task-focused interface to a much larger audience.
-
VersionOne Announces New UI and Embedded Forecasting in Release 8
VersionOne recently announced Release 8 of their agile project management and team organization tool suite. This new release features an all-new user interface, introduction of a release forecasting toolset, and additional plug-n-play integrations for some popular open source tools.
-
Sandcastle: Generate .NET API Documentation
Sandcastle is a Microsoft tool used to create MSDN like API documentation by reflecting over the source code assemblies and adding the XML comments included in the code. A new version of Sandcastle has just been released on CodePlex.
-
Measure Teams, Not Individuals
Michael Dubakov recently expressed warning against the measurement of individual velocity and individual estimate accuracy. His view: measurement of these metrics not only provides no more useful information than is already available with their team-level equivalents, but may also have a tendency to encourage teams into behaviors that reduce effectiveness.
-
Debate: Is Maven the right tool for builds?
Recently, there has been a lot of debate around the usefulness Maven, which is a Java-based build and dependency management tool being used in many projects. InfoQ took a closer look at this debate to understand what issues are being encountered, and what has resulted from the debate.
-
Can Tools Reduce the Effort Involved in Test Driven Development?
With the presence of high quality test generation tools like Agitar One and Parasoft's JTest, some are questioning the need to write tests manually. 'Uncle' Bob Martin weighted in, exploring the weakness of the idea.