30 Apr, 2010
Visual Studio Visual Studio 2010 Windows Phone 7 WP7
Microsoft has just released a refreshed version of the Windows Phone Developer Tools CTP. The biggest change is that it is now compatible with the final version of Visual Studio 2010 RTM
The CTP includes the following components:
- Visual Studio 2010 Express for Windows Phone CTP
- Windows Phone Emulator CTP
- Silverlight for Windows Phone CTP
- XNA Game Studio 4.0 CTP
Get it here.
14 Apr, 2010
Visual Studio Visual Studio 2010 Windows Phone 7 WP7
A few days ago, Microsoft released Visual Studio 2010. Unfortunately, for the time being, this final version is not compatible with the Windows Phone Developer Tools CTP that was released a while ago. According to Charlie Kindel:
“If you install the retail (RTM) release of Visual Studio 2010 on the same machine on which you already have the Windows Phone Developer Tools CTP, you will be unable to build your Windows Phone projects. Further, while the Windows Phone project type will continue to appear in the File/New dialog, you will not be able to build Windows Phone 7 applications.”
The Windows Phone Developer Tools are being updated and a version that supports the final version of Visual Studio 2010 will be released in a few weeks.
In the meantime, Charlie Kindel recommends the following if you need the retail version of Visual Studio 2010 together with the Windows Phone Developer Tools CTP:
- Install Visual Studio 2010 to a VPC image
- Install Visual Studio 2010 on another machine
Note that installing the Windows Phone Developer Tools CTP to a VPC image is not supported.
Register here to be informed when an updated version of the Windows Phone Developer Tools is released.
12 Apr, 2010
Silverlight Visual C++ 2010 Visual Studio Visual Studio 2010


Today, Microsoft released Visual Studio 2010 and the .NET Framework 4. A lot of new features are included. One of them is a completely new editor.
“Visual Studio 2010 and .NET Framework 4 have something for every developer. The new editor, now using Windows Presentation Foundation, delivers a more flexible, feature-rich environment that supports concepts such as the use of multiple monitors. This enables a developer to have one monitor with code, another with the user interface designer, and yet another with database structure.”
Visual C++ 2010 also includes a lot of new features, some of them are:
- MSBuild and multi-targeting
- IntelliSense and Browsing (#include auto completion, call hierarchy, red squiggles, find all references, class wizard)
- C++ compiler changes (static_assert, auto keyword, lambda, decltype, rvalue references)
- Ribbon designer
- Deployment changes
- Task dialog support
- Restart manager support
Read the full press release here or watch the keynote.
Later this week, Silverlight 4 will also be released to the web (RTW). At that time, an update for Visual Studio 2010 will also become available that will allow you to develop applications using Silverlight 4.
13 Feb, 2010
Visual C++ 2010 Visual Studio Visual Studio 2010
Microsoft has released a white paper for Visual Studio 2010 licensing which provides an overview of the complete Visual Studio 2010 product line. The paper also gives a number of example deployment scenarios and the licensing requirements for those.
Client editions in the Visual Studio 2010 product line include:
- Microsoft Visual Studio 2010 Ultimate with MSDN
- Microsoft Visual Studio 2010 Premium with MSDN
- Microsoft Visual Studio 2010 Professional with MSDN
- Microsoft Visual Studio Test Professional 2010 with MSDN
(Visual Studio 2010 products can be purchased without an MSDN subscription in certain channels.)
Server products in the Visual Studio 2010 product line include:
- Microsoft Visual Studio Team Foundation Server 2010
- Microsoft Visual Studio Lab Management 2010
Volume licensing customers who need a definitive guide to licensing terms and conditions should reference the Microsoft Licensing Product Use Rights (PUR) and applicable licensing agreements. For retail customers, the license terms are specified in the End User Licensing Agreement (EULA) included with the product.
9 Feb, 2010
Visual C++ 2010 Visual Studio Visual Studio 2010
Microsoft has released the Release Candidate version of Visual Studio 2010 and the .NET Framework 4.
See Scott Guthrie blog post about it.
Right now it’s available for MSDN subscribers.
On Wednesday 10th of February everyone will be able to get their hands on it
Two important things to know (from Scott Guthrie blog post):
- If you have previously installed VS 2010 Beta 2 on your computer you should use Add/Remove Programs (within Windows Control Panel) to remove VS 2010 Beta2 and .NET 4 Beta2 before installing the VS 2010 RC. Note that VS 2010 RC can be installed on the same machine side-by-side with VS 2008 and VS 2005.
- Silverlight 3 projects are supported with today’s VS 2010 RC build – however Silverlight 4 projects are not yet supported. We will be adding VS 2010 RC support for SL4 with the next public Silverlight 4 drop. If you are doing active Silverlight 4 development today we recommend staying with the VS10 Beta 2 build for now.
21 Oct, 2009
Visual C++ 2010 Visual Studio Visual Studio 2010
Visual Studio 2010 and .NET Framework 4 Beta 2 are now available. The final version is scheduled for 22nd of March 2010. I’m looking forward to it
For Visual C++ developers there are lots of new things to look forward to, like parallel programming, MFC ribbon resource editor, easy application local deployment model etc etc…
When you use the .NET Framework you will apparently be able to have deployments with up to 81% reduction in the framework size by using the Client Profile.
According to the press release:
“The company also outlined a simplified product lineup and pricing options for Visual Studio 2010 as well as new benefits for MSDN subscribers, including the Ultimate Offer, available to all active MSDN Premium subscribers at the official product launch on March 22, 2010.”
The product lineup is simplified with the following versions:
- Microsoft Visual Studio 2010 Ultimate with MSDN. The comprehensive suite of application life-cycle management tools for software teams to help ensure quality results from design to deployment
- Microsoft Visual Studio 2010 Premium with MSDN. A complete toolset to help developers deliver scalable, high-quality applications
- Microsoft Visual Studio 2010 Professional with MSDN. The essential tool for basic development tasks to assist developers in implementing their ideas easily
Download Beta 2 now.
Read the full Microsoft press release.
27 May, 2009
Direct2D DirectWrite Visual Studio Windows 7
Microsoft has added two interesting new API’s to Windows 7: Direct2D and DirectWrite. Direct2D replaces GDI and GDI+. It can render more accurate results and has support for hardware acceleration on your graphics hardware. DirectWrite is a new API to render text. It makes it easy to render paragraphs of text that can contain different formatting, coloring, fonts etc. It supports horizontal and vertical alignments, even vertical centering of a paragraph with multiple lines which was not possible with the old text API, etc. This article will give an introduction to the new DirectWrite API. Read the rest of this entry »
21 May, 2009
Direct2D DirectWrite Visual Studio Windows 7
The Visual C++ 2010 Beta 1 release contains the Windows 7 Beta SDK. For Direct2D and DirectWrite there were some breaking changes between the beta version of the SDK and the RC version of the SDK. So if you want to use those new Direct2D and DirectWrite APIs, you definitely need the latest Windows 7 RC SDK. There are some manual steps involved in getting that to work with Visual C++ 2010. For detailed explanation please check out Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1 on the Visual C++ Team Blog.
20 May, 2009
Visual Studio
Visual Studio 2010 Beta 1 and .NET FX 4 Beta 1 have been released and is available for download if you have an MSDN subscription. The beta 1 will be publicly released very soon. Check out http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx for more information.