I am impressed with how fast Visual Studio 2008 Beta 2 loads up, within milliseconds in fact. Very impressive. A huge improvement than the 10-15 seconds loading time in Visual Studio 2005. Applauds and thumbs up to the Visual Studio IDE team. You have heard my plea for a faster loading time.
The first drop of IronRuby source code, the baby of John Lam, has been released to public. It requires .NET Framework 2.0 right now, and it’s built on top of the Dynamic Language Runtime (DLR). It should be in Rubyforge by the end of August.
This is an exciting pre-release since IronPython was announced, proving to the masses that the dynamic languages can be built on top of the CLR. Well, go grab it and try it out.
As the title goes, it is on MSDN ready for downloading. Here are the links.
Get an early look at Visual Studio 2008
The next version of Visual Studio, Microsoft® Visual Studio® 2008, will provide an industry-leading developer experience for Windows Vista, the 2007 Microsoft Office system, and the Web. In addition, it will continue in the Microsoft tradition of development language innovation. To enable early feedback, this page provides links to prerelease versions of Visual Studio 2008, and for technologies that we plan to include in it. As previews of additional technologies become available, we will make them available from this page.We encourage you to download and try these early releases. Before installing a release, review the prerequisites as some releases may require additional software prior to installation. As with all prerelease software, we encourage you only to install these on a secondary machine, or in a virtual machine, as they are not supported by Microsoft Services support teams. As the goal of these previews is to gather feedback from the developer community, please use Microsoft Connect to report any issues, or to suggest improvements.
Installation Disc Images
If you prefer to install the software yourself, you can download separate disc images for the following products:
- Visual Studio 2008 Standard Edition Beta 2
- Visual Studio 2008 Professional Edition Beta 2
- Visual Studio Team System 2008 – Team Suite Beta 2
- Visual Studio Team System 2008 – Team Foundation Server Beta 2
- Visual Studio Team System 2008 – Test Load Agent Beta 2
- MSDN Library for Visual Studio 2008 Beta 2
IMPORTANT:
- After the Beta 2 installation has finished, you should run this script to ensure that the installation of .NET Framework 3.5 Beta 2 will not affect the development of ASP.NET AJAX 1.0 applications.
- To install Team Foundation Server, you must follow the steps and system requirements details on the download page.
- When installing prerelease software, we advise that you do not install it on a production machine.
VPC Images
If you prefer the convenience of evaluating prerelease software in a virtual machine environment, you can download VPC images for the following products that include pre-installed instances of the prerelease software indicated, including any required prerequisite software. You will need Virtual PC or Virtual Server to run this image. Depending on your hardware, the download files make take between 30-60 minutes to decompress these self-extracting files.
- Visual Studio Team System 2008 – Team Suite Beta 2 VPC
- Visual Studio Team System 2008 – Team Suite & Team Foundation Server Beta 2 VPC
IMPORTANT:
- After extracting and opening the VPC, you should run this script to ensure that the installation of .NET Framework 3.5 Beta 2 will not affect the development of ASP.NET AJAX 1.0 applications.
Visual Studio Express Editions
Visual Studio Express Editions are lightweight, easy-to-use and easy-to-learn tools for the hobbyist, novice and student developer.
Enjoy.
Scenario Coverage Analyser is extremely useful for Managers and Customers who only understand “Requirements” and not code to check if all scenarios are covered. An Australian guy, Paul Stovell who’s one of Readify‘s senior developers, built this tool.
Ever wondered whether you actually need all that code in your project? How about ensuring that your scenarios are well defined and don’t cross over into each other? Or simply whether a particular scenario has indeed been addressed by the current solution codebase?
All of these questions are answered in the rich source of information generated by the Readify Scenario Coverage Analyser for TFS. The Scenario Coverage Analyser is a custom MSBuild task which enables users to correlate code coverage information with Scenarios and other work items from Team Foundation Server.
Because it’s a MSBuild task, the Scenario Coverage Analyser can be configured to run as part of your normal build process, automatically generating its Traceability Matrix report every time you build the solution. As a result, project managers and team leads can easily see a breakdown of the work items that map to a given unit test, and code coverage information for a specific scenario.
- From Readify Scenario Coverage Analyser




Recent Comments