Wednesday, September 1, 2010

Visual Studio 2010



On April 12, 2010, Microsoft released Visual Studio 2010, codenamed Dev10, and .Net Framework4 Visual Studio 2010 IDE has been redesigned which, according to Microsoft, clears the UI organization and "reduces clutter and complexity. Visual Studio 2010 comes with .NET Framework 4 and supports developing applications targeting Windows 7. It supports IBM DB2 and Oracle databases , in addition to Microsoft SQL Server. It has integrated support for developing Microsoft Silverlight applications, including an interactive designer. Visual Studio 2010 offers several tools to make parallel programming simpler: in addition to the Parallel Extensions for the .NET Framework and the Parallel Patterns Library for native code, Visual Studio 2010 includes tools for debugging parallel applications. The new tools allow the visualization of parallel Tasks and their runtime stacks. The Visual Studio 2010 code editor now highlights references; whenever a symbol is selected, all other usages of the symbol are highlighted. It also offers a Quick Search feature to incrementally search across all symbols in C++, C# and VB.NET projects.

Visual Studio 2010 has New and enhanced features that help to unleash our creativity and Customise our workspace with multiple monitor support. Create rich applications for SharePoint and the Web. Eliminate the dreaded "no repro" problem with IntelliTrace. Develop for a wide range of .NET Framework versions with precise multi-targeting.

Visual Studio Ultimate 2010

Visual Studio Ultimate 2010 includes a Historical Debugger for managed code called IntelliTrace. Unlike the current debugger, that records only the currently-active stack, IntelliTrace records all events like prior function calls, method parameters, events, exceptions etc. This allows the code execution to be rewound in case a breakpoint wasn't set where the error occurred. IntelliTrace will cause the application to run slower than the current debugger, and will use more memory as additional data needs to be recorded. Microsoft allows configuration of how much data should be recorded, in effect allowing developers to balance speed of execution and resource usage. The Lab Management component of Visual Studio Ultimate 2010 uses virtualization to create a similar execution environment for testers and developers. The virtual machines are tagged with checkpoints which can later be investigated for issues, as well as to reproduce the issue. Visual Studio Ultimate 2010 also includes the capability to record test runs that capture the specific state of the operating environment as well as the precise steps used to run the test. These steps can then be played back to reproduce issues.

VISUAL STUDIO 2010 EDITIONS

Professional, Premium, Ultimate and Test Professional. Each edition of Microsoft® Visual Studio® 2010 was built with the specific needs of individual developers and development teams in mind
1. Visual Studio 2010 Professional

Microsoft Visual Studio 2010 Professional is the essential tool for individuals performing basic development tasks. It simplifies the creation, debugging and deployment of applications on a variety of
platforms including SharePoint and the Cloud. Visual Studio 2010 Professional comes with integrated support for test-driven development, as well as debugging tools that help ensure high-quality solutions.
2. Visual Studio 2010 Premium

Microsoft Visual Studio 2010 Premium is a complete toolset that simplifies application development for individuals or teams, allowing the delivery of deliver scalable, high-quality applications. Whether writing application or database code, building databases, testing or debugging you can increase your productivity using powerful tools that work the way you work.
3. Visual Studio 2010 Ultimate

Microsoft Visual Studio 2010 Ultimate is the comprehensive suite of application lifecycle management tools for teams to ensure quality results, from design to deployment. Whether you're creating new solutions or enhancing existing applications, Visual Studio 2010 Ultimate lets you bring your vision to life targeting an increasing number of platforms and technologies — including cloud and parallel computing.
4. Visual Studio 2010 Test Professional

Microsoft Visual Studio 2010 Test Professional is a specialised toolset for quality assurance teams that simplifies test planning and manual test execution. Test Professional works in conjunction with Visual Studio software for developers, enabling effective collaboration between developers and testers throughout the application development lifecycle.

No comments:

Post a Comment