There has been a few questions to it's regards here for the past month or so, So as well as giving you the link to download the free express edition I will also offer some insight.
Microsoft Visual Studio 2010 Ultimate provides an integrated environment of tools and server infrastructure that simplifies the entire application development process. Deliver business results using productive, predictable, customizable processes and increase transparency and traceability throughout the lifecycle with detailed analytics. Whether creating new solutions or enhancing existing applications unleash your creativity with powerful prototyping, architecture and development tools that let you bring your vision to life targeting an increasing number of platforms and technologies including cloud and parallel computing. Realize increased team productivity by utilizing advanced collaboration features and use integrated testing and debugging tools to find and fix bugs quickly and easily ensuring high quality solutions while driving down the cost of solution development.
Information:
System Requirements
Supported Operating Systems: Windows 7; Windows Server 2003; Windows Server 2008; Windows Vista
Visual Studio 2010 can be installed on the following operating systems:
Windows XP (x86) with Service Pack 3 - all editions except Starter Edition
Windows XP (x64) with Service Pack 2 - all editions except Starter Edition
Windows Vista (x86 & x64) with Service Pack 1 - all editions except Starter Edition
Windows 7 (x86 and x64)
Windows Server 2003 (x86 & x64) with Service Pack 2
Windows Server 2003 R2 (x86 and x64)
Windows Server 2008 (x86 and x64) with Service Pack 2
Windows Server 2008 R2 (x64)
Supported Architectures:
32-Bit (x86)
64-Bit (x64) (WOW)
Hardware Requirements:
Computer that has a 1.6GHz or faster processor
RAM
1 GB RAM for x86
2 GB RAM for x64
An additional 512 MB RAM if running in a Virtual Machine
3GB of available hard disk space
5400 RPM hard disk drive
DirectX 9-capable video card that runs at 1024 x 768 or higher display resolution
DVD-ROM Drive
Whats New in VS 2010
Originally Posted by MSDN
Visual Basic Compiler and Language
Auto-Implemented Properties
Auto-implemented properties provide a shortened syntax that enables you to quickly specify a property of a class without having to write code to Get and Set the property. For more information, see Auto-Implemented Properties (Visual Basic).
Collection Initializers
Collection initializers provide a shortened syntax that enables you to create a collection and populate it with an initial set of values. Collection initializers are useful when you are creating a collection from a set of known values, for example, a list of menu options or categories. For more information, see Collection Initializers Overview (Visual Basic).
Implicit Line Continuation
In many cases, implicit line continuation enables you to continue a statement on the next consecutive line without using the underscore character (_). For a list of all the cases in which you can omit an underscore character, see Statements in Visual Basic.
Multiline Lambda Expressions and Subroutines
Lambda expression support has been expanded to support subroutines in addition to multiline lambda functions and subroutines. For more information, see Lambda Expressions.
New Command-Line Option for Specifying a Language Version
The /langversion command-line option causes the compiler to accept only syntax that is valid in the specified version of Visual Basic.
Type Equivalence Support
You can now deploy an application that has embedded type information instead of type information that is imported from a Primary Interop Assembly (PIA). With embedded type information, your application can use types in a runtime without requiring a reference to the runtime assembly. If various versions of the runtime assembly are published, the application that contains the embedded type information can work with the various versions without having to be recompiled. For more information, see /link (Visual Basic). For an example, see Walkthrough: Embedding Types from Managed Assemblies (C# and Visual Basic).
Dynamic Support
Visual Basic binds to objects from dynamic languages such as IronPython and IronRuby. For more information, see Working with Dynamic Objects (Visual Basic) and Walkthrough: Creating and Using Dynamic Objects (C# and Visual Basic).
Covariance and Contravariance
Covariance enables you to use a more derived type than that specified by the generic parameter, whereas contravariance enables you to use a less derived type. This allows for implicit conversion of classes that implement variant interfaces and provides more flexibility for matching method signatures with variant delegate types. You can create variant interfaces and delegates by using the new In and Out language keywords. The .NET Framework also introduces variance support for several existing generic interfaces and delegates, including the IEnumerable(T) interface and the Func(TResult) and Action(T) delegates. For more information, see Covariance and Contravariance (C# and Visual Basic).
Integrated Development Environment
The following sections describe enhancements to the Visual Studio integrated development environment (IDE).
Navigate To
You can use the Navigate To feature to search for a symbol or file in source code. You can search for keywords that are contained in a symbol by using Camel casing and underscore characters to divide the symbol into keywords.
For more information, see How to: Search for Objects, Definitions, and References (Symbols).
Highlighting References
When you click a symbol in source code, all instances of that symbol are highlighted in the document.
For many control structures, when you click a keyword, all of the keywords in the structure are highlighted. For instance, when you click If in an If...Then...Else construction, all instances of If, Then, ElseIf, Else, and End If in the construction are highlighted.
To move to the next or previous highlighted symbol, you can use CTRL+SHIFT+DOWN ARROW or CTRL+SHIFT+UP ARROW. For more information, see How to: Use Reference Highlighting.
Generate From Usage
The Generate From Usage feature enables you to use classes and members before you define them. You can generate a stub for any class, constructor, method, property, field, or enum that you want to use but have not yet defined. You can generate new types and members without leaving your current location in code. This minimizes interruption to your workflow.
Generate From Usage supports programming styles such as test-first development. For more information, see Generate From Usage.
IntelliSense Suggestion Mode
IntelliSense now provides two alternatives for IntelliSense statement completion: completion mode and suggestion mode. Suggestion mode is used when classes and members are used before they are defined. For more information, see List Members.
Have fun, try it out , I have had the Beta since it came out , and the Ultimate RC for a while
I have offered my opinions whenever asked, so it's your turn. Download the Release Candidate, Use it and tell everyone your pros and cons
There has been a few questions to it's regards here for the past month or so, So as well as giving you the link to download the free express edition I will also offer some insight.
Information:
System Requirements
Supported Operating Systems: Windows 7; Windows Server 2003; Windows Server 2008; Windows Vista
Visual Studio 2010 can be installed on the following operating systems:
Windows XP (x86) with Service Pack 3 - all editions except Starter Edition
Windows XP (x64) with Service Pack 2 - all editions except Starter Edition
Windows Vista (x86 & x64) with Service Pack 1 - all editions except Starter Edition
Windows 7 (x86 and x64)
Windows Server 2003 (x86 & x64) with Service Pack 2
Windows Server 2003 R2 (x86 and x64)
Windows Server 2008 (x86 and x64) with Service Pack 2
Windows Server 2008 R2 (x64)
Supported Architectures:
32-Bit (x86)
64-Bit (x64) (WOW)
Hardware Requirements:
Computer that has a 1.6GHz or faster processor
RAM
1 GB RAM for x86
2 GB RAM for x64
An additional 512 MB RAM if running in a Virtual Machine
3GB of available hard disk space
5400 RPM hard disk drive
DirectX 9-capable video card that runs at 1024 x 768 or higher display resolution
DVD-ROM Drive
Whats New in VS 2010
Have fun, try it out , I have had the Beta since it came out , and the Ultimate RC for a while
I have offered my opinions whenever asked, so it's your turn. Download the Release Candidate, Use it and tell everyone your pros and cons
Thanks
I am downloading now.
I haz vs2010 ultimate.
Originally Posted by Blubb1337
I haz vs2010 ultimate.
Ultimate !!!!!!!!!!! How ???
I got a microsoft dreamspark key
THe RC is Ultimate BTW , This is not a Express Release, But a functional Release Candidate of the Ultimate edition
Originally Posted by NextGen1
THe RC is Ultimate BTW ,
Oh Ok, LOL
Oh yeah, I'm going to use this
Thanks for the update
Thx.
I had visual basic 6.
Now with visual basic 10.