- 30 Nov 07 11:53 PM #1
OK, so TR1 is going to be added to Visual Studio 2008 as an update.
Yippee.
It's nice to see Microsoft's compiler's group adopting the newer standard, especially since g++ has had it for few months now.
If you don't know what TR1 is, it is basically an update to C++. The new version of the standard is taking forever to be drafted, so meanwhile they released a technical report called Technical Report 1 aka TR1.
- KKLast edited by Switch; 3 Dec 07 at 03:23 PM. Reason: Post Edited On Member Request
- 1 Dec 07 08:20 AM #2
This comes as no suprise as the guys who provide STL libraries to microsoft, Dimkuware have implemented the TR1.
They are just gonna get this from Dimkuware ,I guess. - 1 Dec 07 02:20 PM #3
And any superbly interesting feature updates for C# folklore too? [except LINQ that is..]
- 1 Dec 07 09:28 PM #4
Here are a few more advantages of VS 2008.
Complete article here Somasegar's WebLog : VS 2008 Performance ImprovementsSome of the more prominent performance improvements in Visual Studio 2008 that we see include:
· Rebuilding a Visual Basic project and running a background compiler is 3x faster and uses 3x less memory. More about this topic here.
· Scrolling large C# files in the Editor is 100% faster, while typing in new text is 50% faster
· The response time of IntelliSense with large types in C# is up to 10 times faster
· Incremental build time runs up to 90% faster on C++/CLI project solutions. More about this topic here.
· Office Word and Excel files are processed 20x faster on the server
· TFS Version Control command processing was re-written to support unlimited sized operations on key commands without being memory bound on the server. In our measurements, key Commands also run 10% - 60% faster, with the larger improvements associated with bigger projects. More about the work to improve TFS scalability here and here. - 3 Dec 07 12:11 AM #5
You are still using C++ for Desktop Applications??

Just joking.
The actual (worth mentioning features of VS2008):
* JavaScript Intellisense
* JavaScript Debugging
* ASP.NET AJAX Control Extender Support
* JavaScript Intellisense for Silverlight
* Web Designer and CSS Support
* Nested Master Page Support
* Vertical Split View Support
* Support to Treat CSS and JavaScript Validation Issues as Warnings instead of Errors
Some improvements in C#/VB:
* Automatic Properties, Object Initializer and Collection Initializers
* Extension Methods
* Lambda Expressions
* Query Syntax
* Anonymous Types
* The C# ?? null coalescing operator
* and definetely... LINQ. - 15 Feb 08 04:06 PM #6
I just found out about the /MP option for doing source level parallel multiprocessor builds in VS 2008, and that this is also available in VS 2005 but is undocumented! This is not the same as the /Mx option for parallel project builds... blogged about it at Source-level parallel build in Visual Studio 2005 | veracity
- 15 Feb 08 10:36 PM #7
I have just started with Visual C# in VS2005 and i found itself very eature rich.
Guys any things which might help with C# coding in VS 2008 so i might migrate to it.
I am still learning.


LinkBack URL
About LinkBacks
Reply With Quote

