|
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.
Get Updates By Email
Popular Post
- LINQ To SQL Tutorial
- LINQ To SQL Join On Multiple Conditions
- Code Sample: Programmatically Download File Using C#
- Free Icons And Images With Visual Studio 2008
- Windows 7 Control Panel In Classic Mode
- Dynamic Sort With LINQ
- Use SqlConnection With LINQ To SQL
- StyleCop Tutorial
- Write To Vista Event Log Using C#
- More Details Emerge On Microsoft Master Certification
Tag Cloud
Code Snippets
- Get Current Windows User In C#
- Get Width And Height Of Image In C#
- Get Windows Registry Size With WMI And C#
- Reverse Array Elements Using C#
- Convert Hexadecimal To Number In C#
- Get Free Disk Space Using T-SQL
- SQL Server 2008 – Get All Indexes In A Database
- Get Name Of Current Executing Assembly In C#
- Get CD Or DVD Drive Information Using WMI And C#
- Get Last Row From Table Using LINQ To SQL


May 30th, 2009 at 3:29 am
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
June 5th, 2009 at 8:29 pm
Sebastian,
Many thanks for the links.