Microsoft Visual Studio 2010

Joined
May 17, 2007
Messages
2,468
Reaction score
681
Hey,

Recently Microsoft released 'Microsoft Visual Studio 2010 Beta1' mid May. I recently downloaded it, and i can safely say that this is something everything will want to upgrade to :P

.NET Framework 4.0 has a new CLR engine that's 10% faster than 3.5 SP1 framework. Garbage collection has also critically changed. If you have Windows 7(RC1), it's optimized.
http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx


Pictures:
TheAJ - Microsoft Visual Studio 2010 - RaGEZONE Forums


TheAJ - Microsoft Visual Studio 2010 - RaGEZONE Forums


TheAJ - Microsoft Visual Studio 2010 - RaGEZONE Forums


TheAJ - Microsoft Visual Studio 2010 - RaGEZONE Forums


Download Beta: http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx
Video on Performance: http://channel9.msdn.com/posts/Charles/Surupa-Biswas-CLR-4-Resilient-NGen-and-Targeted-Patching/

Even though it's beta, it's rare to find a bug. You can trust this, because, well, they make (most) of the OS's you run :ott1:
 
I have it right now, and i would have to say, not half bad. Runs smoothly, and efficiently. Compiles quite noticably faster.
 
I tried it once, VS. But personally I'm not fond of the IDE. It's very big and slow. It does have nice features, I'm sure. Also, the "easy" integration with .NET or "Visual" is neither what I like, I avoid both as much as I can.
 
Performance for me is pretty hideous. .NET 3.5 with XNA, loading a map in my map editor takes 3-4 seconds in 2008, it takes over a minute in 2010.
 
For me average loading of the 2010 itself is ~7 seconds. Loading kore source takes around 15. I am still satisfied with it. Certainly faster than 2008 (For me).
 
does this have intellisense for c++?
I'm not sure whether C++ may EVER have a fully functional intellisense, as every time it loads from the database, it corrupts itself as C++ is a much more complex language to be parsed than C#, Java, J#, F# etc. are.
 
Back