visual-studio-2010

What features would you most like to see in Visual Studio 2010?

One thing Delphi does that is very useful is retaining multiple historical versions of modified files. This way I can easily make wholesale changes without checking code into repository every 10 minutes without fear that I can easily go back a step. ...

Your experiences with Visual Studio 2010 CTP?

I just saw the anouncement for the Visual Studio CTP today, and am currently waiting for all those files to download... Have you already tried the CTP, or maybe a previous version? What are your thoughts? There is another question What features would you most like to see in Visual Studio 2010, now here it is, what do you think? ...

What new tools can be found in Visual Studio 2010?

What new tools can be found in Visual Studio 2010? Edit: Visual Studio 2010 now has UML integration The UI is being Refreshed using WPF ...

Can I implement method_missing in C# 4 and have it actually return a value?

I was trying to figure out how to implement method_missing in C# 4, based on all of 2 blog posts floating around on IDynamicObject. What I want to do is have a Business Logic Layer that has a Repository, and if the method is missing from the Business Logic Layer, just call the Repository and pass through its result. So i have a class ...

Summary of new features in WCF 2.0?

Is there a good reference, or summary list, of new features in WCF 2.0/VS2010? I'm trying to do a justification proposal for a project, to migrate from Jabber to WCF. ...

Visual studio 2010 Wishlist

I thought it was strange that this post did not already exist.. So post your wishlist for VS next. Mine would be better refactoring and better intellisense a'la resharper. Also it would be nice to have built in tips on best practices. ex. warning if Dispose is not called on objects implementing IDisposable. EDIT: Ignore the last sent...

What is Visual Studio 2010 going to look like?

I have heard several podcasters (most recently the guys on DotNetRocks) say that the look and feel of Visual Studio 2010 has been completely redesigned and Visual Studio rewritten in WPF. I have been watching some demos on channel9 of the Visual Studio 2010 CTP and the only thing that looks different to me is the opening screen. I read...

Visual Studio Upgrade Advice 2008 / 2010

Hi all, Currently thinking about pitching the argument for us migration from vs 2005 (winforms) to vs 2008 (wpf). My main point being the new UI design features. I am slightly worried that we will put loads of work into upgrading everything only for us to have to do the same when 2010 comes along? So this leads to also consider skipp...

.NET 4.0 and Visual Studio release date

What's the release date of Visual Studio and .NET 4.0? ...

Is Visual Studio 2010 CTP stable for everyday use?

I know it's still in CTP, but is Visual Studio 2010 stable enough for everyday use? Are there any gotchas to watch out for, like .sln conversions that aren't backward-compatible with VS2008? ...

Visual Studio 2010 - WPF / Silverlight and built-in Grid

I haven't had a chance to look at VS2010. Is there a built-in Microsoft Grid for WPF or Silverlight yet? ...

Why can I not edit a method that contains an anonymous method in the debugger?

So, every time I have written a lambda expression or anonymous method inside a method that I did not get quite right, I am forced to recompile and restart the entire application or unit test framework in order to fix it. This is seriously annoying, and I end up wasting more time than I saved by using these constructs in the first place. ...

Register DLL in GAC without Assembly Manifest

I have a DLL I wish to register with my GAC. I enter the command: gacutil /i c:\temp\msvcr100.dll and I get the error: Failure adding assembly to the cache: The module was expected to contain an as sembly manifest. All I have is the DLL. Is there a way to create / fake / bypass it? For those interested, I am attempting to extrac...

How do you use selected vertical blocks in Visual Studio 2008 and 2010?

I get that you can select a vertical block in Visual Studio 2008 (alt-drag), but I don't understand how you use it once it's selected. How do you: Move the selection point inside the block and have the text you're typing get inserted on every line simultaneously? Move the block one space to the right/left Or can you just copy/delete...

Is there any T4 Editor for Visual Studio 2010 CTP2?

Hi there, i am looking for a T4 Editor for VS 2010 CTP2. Clarius states on their Blog they are waiting for the Beta1. Any idea other idea where to look? Thanks Tim ...

VS2010 vs VS2008 SP1 on Windows 7

How stable is Visual Studio 2010 compared with VS2008 SP1 on Windows 7? ...

What features are people looking forward to in .Net 4.0 - 4.1

Hello I am very interested in learning what features people are interested in in the forthcoming .net framework(s)? Whether these be new classes or new controls I am curious to know people views. ...

Summary of VS2010 feature list?

Does anyone have a summary list of what new features are available in VS2010? And what and high level requirements are (OS, etc)? ...

Does Visual Studio 2010 have backward compatibility with visual studio 2008's addins ?

I have some really great addins in Visual Studio 2008 that I don't want to lose, but I've heard that Visual Studio 2010 will use MEF. Does it mean that I can say goodbye to my dancing banana ? ...

Will the deprecated /clr:oldSyntax supported in VS2005 and VS2008 still work with VS2010?

Does anyone know (with confidence either way) if Microsoft plans on continued support (as in compiling) the legacy (2003) deprecated (vs2005/vs2008) Managed C++ (MC++) Syntax to target the .NET CLR in C++ code? Microsoft officially deprecated the /clr:oldSyntax with the VS2005 C++ Compiler (Orcas); and thankfully the VS2008 C++ compiler...