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.
...
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?
Edit:
Visual Studio 2010 now has UML
integration
The UI is being Refreshed using WPF
...
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 ...
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.
...
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...
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...
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...
What's the release date of Visual Studio and .NET 4.0?
...
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?
...
I haven't had a chance to look at VS2010. Is there a built-in Microsoft Grid for WPF or Silverlight yet?
...
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. ...
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...
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...
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
...
How stable is Visual Studio 2010 compared with VS2008 SP1 on Windows 7?
...
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.
...
Does anyone have a summary list of what new features are available in VS2010?
And what and high level requirements are (OS, etc)?
...
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 ?
...
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...