Articles Tagged 'visual studio'
Charlie Calvert
10/22/2009
The third preview of IronRuby and IronPython running under the Dynamic Language Runtime and .NET 4.0 is now available. You can easily use IronPython and IronRuby objects and types as .NET 4.0 dynamic objects from within the pre-release versions of...
ADO.NET Team Blog
10/22/2009
Providers for Entity Framework 3.5 will work unmodified against Entity Framework 4.0. Also, most of the features and improvements introduced in Entity Framework 4.0 will just work against an Entity Framework 3.5 provider. However, there are severa...
MSDN: Visual C# Headlines
10/22/2009
Learn how to take advantage of new features to make your applications built with Visual Studio light up on Windows 7.
ScottGu's Blog
10/21/2009
This is the ninth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release. In today’s blog post I’m going to cover some of the new code searching and navigation features that are now built-into VS 2010. Searching and Naviga...
Scott Hanselman
10/21/2009
Who loves you? Not only is Visual Studio 2010 Beta 2 now available for everyone to download (not just subscribers) but I've got 11 short video interviews with the ASP.NET 4 team up on Channel 9. I was up in Redmond just last week and made sure to ...
Kirill Osenkov
10/21/2009
Executive summary: In C# 4.0 you can call parameterized properties that are declared in other languages (VB, COM, C++, etc) using the indexer syntax, for instance instead of excel.get_Range("a") you can now write excel.Range["a"]. You still can’t ...
There are many toolwindows in Visual Studio and each release keeps adding new ones. This is great for offering more features and increasing productivity, but it also adds to the number of windows we need to manage and it makes it even more importa...
ScottGu's Blog
10/20/2009
I’m happy to announce that today we shipped the Beta 2 release of Visual Studio 2010 and .NET 4.0. MSDN subscribers can download Beta 2 immediately. We will be opening up Beta 2 for everyone to download starting this Wednesday.  VS 2010 and .NE...
Kirill Osenkov
10/19/2009
Now that we’ve shipped Beta2 and the world is busy downloading the fresh new bits, I’m very excited to know what do you guys think? Will you like it? Will there be major issues that we missed? Time will show :) http://msdn.microsoft.com/en-us/vstu...
MSDN: Visual C# Headlines
10/19/2009
Find links to new How Do I and Interview style videos, plus new posts on C# 4.0 and Visual Studio 2010 Beta 2.