Visual Studio 2010 Beta 1 First Look
For those who are following me on Twitter know how eager I was to get my hands on Visual Studio 2010 beta1. Today I downloaded it and installed it on my Windows 7 VM. This post is a random collection of my early observations. It is full of screenshots. Enjoy.
The start page had a new look. Visual Studio 2010 uses WPF for UI and you can see that WPF look and feel with those subtle animations.

This is what the Create New Project dialog looks like. You will notice that Visual Studio 2010 supports .Net Framework 2.0, 3.0, 3.5 and 4.0.

On this dialog you can also search for installed templates on your machine.
![]()
You can also browse through recently used templates and online templates. I assume that Microsoft will make more templates available online maybe through CodePlex or other community sites.

The toolbox looks same as Visual Studio 2008. I was expecting more new controls.

The code editor is now written in WPF and when you select text you get a nice WPF gradient effect.

Intellisense has become a little more intelligent. It filters the list based on the characters you’ve typed.

When debugging your code you will notice a new windows called Debug History. This is a full history of your current debug session. How many times has a method been executed or an event fired can be viewed here.

Visual Studio 2010 is packed with features which make this already great IDE greater. I will continue learning more about it and post whatever information I find interesting.
2 Responses to Visual Studio 2010 Beta 1 First Look
Leave a Reply Cancel reply
Top Posts
- LINQ To SQL Tutorial
- LINQ To SQL Join On Multiple Conditions
- Code Sample: Programmatically Download File Using C#
- Windows 7 Control Panel In Classic Mode
- More Details Emerge On Microsoft Master Certification
- Use SqlConnection With LINQ To SQL
- Free Icons And Images With Visual Studio 2008
- Capture XML In WCF Service
- Dynamic Sort With LINQ
- StyleCop Tutorial
Tags
.Net 2010 ADO.NET ASP.NET Azure Blogging Books Browsers C# Certification Cloud Computing Code Snippets Community Data Services Eclipse Entity Framework Google IDE Java LINQ Mac Microsoft Museum NetBeans Office Oracle REST SharePoint Silverlight SQL Server T-SQL Tips Tools Training Visual Studio Visual Studio 2010 WCF Web Windows Windows 7 Windows Forms Windows Live WMI WPF XAML


Also included in VS2010 (and included in this beta release) are significant extensions to Dotfuscator CE that support
* the injection of feature and session monitoring (streaming usage data to a developer-specified endpoint),
* the injection of application expiry dates, and
* the injection of tamper defense and notification.
* Opt-in/Opt-out logic can also be injected.
Microsoft first announced this functionality at PDC2008
http://www.microsoft.com/Presspass/press/2008/oct08/10-27PreEmptivePR.mspx
If you want a detailed walk through (including vs2010 b1 screen shots), check out Bill Leach’s blog entry at http://blogs.preemptive.com/post/Whate28099s-new-with-Dotfuscator-in-Visual-Studio-2010-Beta-1.aspx
For a MSFT employee blog entry on this same functionality, visit http://blogs.msdn.com/terryclancy/archive/2009/05/19/visual-studio-2010-new-features-extensibility-points-and-partner-opportunities.aspx
Sebastian,
Many thanks for the links.