Microsoft Visual Studio 2010 Ultimate

seeders: 1
leechers: 3
Added on May 31, 2016 by hiddenboy23in Applications
Torrent verified.



Microsoft Visual Studio 2010 Ultimate (Size: 2.28 GB)
 SN.txt29 bytes
 REDRULE.gif44 bytes
 greenRule.gif44 bytes
 adlist.ini45 bytes
 styles.css75 bytes
 IA64block_text.htm162 bytes
 dividerArt.jpg367 bytes
 WindowsUpdate_Required_Text.htm404 bytes
 BlockWIC_Text.htm498 bytes
 BlockMSI_Text.htm502 bytes
 deffactory.dat698 bytes
 visual_studio_27021418_vs_100_en-us_1(5c6cb6f0-f7aa-9b39-c4f.cab1.2 MB
 visual_studio_20219249_vs_90_en-us_1(a30cb4ac-a991-344e-63dd.cab1.55 MB
 visual_studio_27021415_vs_100_en-us_1(9e81fa85-0b7b-c726-af3.cab1.87 MB
 visual_studio_21800791_vs_100_en-us_6(8a4de569-802c-185f-408.cab2.88 MB
 visual_studio_27022830_vs_100_en-us_1(1b07aeda-1bfa-ff6d-7a9.cab3.08 MB
 visual_studio_21800792_vs_100_en-us_1(bef11066-9bd1-66e6-cfe.cab3.08 MB
 development_frameworks_21823146_vs_100_en-us_21(2d6f0c35-373.cab3.49 MB
 visual_studio_20219249_exchg_10_en-us_1(2d059c70-6719-aded-9.cab4.54 MB
 visual_studio_27029139_vs_100_en-us_1(de2a8723-67de-4fa2-036.cab6.54 MB
 visual_studio_27021414_vs_100_en-us_1(87fc1d14-a9f5-1d1d-4e1.cab7.13 MB
 HelpContentSetup.msha741 bytes
 Product2.html1.31 KB
 Book10.html3.18 KB
 Book11.html3.86 KB
 Book12.html4.58 KB
 Product1.html4.87 KB
 Book5.html6.65 KB
 Book3.html6.68 KB
 Book7.html7.32 KB
 Book1.html7.33 KB
 vs_profiler.exe4.52 MB
 vs_profiler.exe7.73 MB
 InstallHpcProfiler.cmd4.35 KB
 VC_Designtime_x64.cab89.3 KB
 VC_Designtime_x64.msi245 KB
 Tracedebugger_NativeBits_amd64_enu.msi132.5 KB
 Tracedebugger_NativeBits_amd64_enu.cab262.4 KB
 FSharpRedist2.0.msi137 KB
 FSharpRedist2.0.cab799.34 KB
 vc_runtime_x86.msi146 KB
 vc_runtime_x86.cab8.7 MB
 VC_Runtime_x64.msi159.5 KB
 VC_Runtime_x64.cab9.65 MB
 NetFx_DTP.msi172.5 KB
 NetFx_DTP.cab15.84 MB
 vc_red.msi219.5 KB
 vc_red.cab3.65 MB
 PerformanceCollectionTools_x86_enu.msi229 KB
 PerformanceCollectionTools_x64_enu.msi254 KB
 PerformanceCollectionTools_x86_enu.cab2.13 MB
 PerformanceCollectionTools_x64_enu.cab4.52 MB
 TFSObjectModel-x86_enu.msi244.5 KB
 TFSObjectModel-x64_enu.msi263.5 KB
 TFSObjectModel-x86_enu.cab2.52 MB
 TFSObjectModel-x64_enu.cab3.52 MB
 ADONETEntityFrameworkTools_enu.msi281 KB
 ADONETEntityFrameworkTools_enu.cab3.51 MB
 vsa_env.msi368.5 KB
 vsa_env.cab13.72 MB
 CrystalReportsTemplates.msi578.5 KB
 rdbgsetup_x86.exe4.5 MB
 rdbgsetup_x64.exe8.64 MB
 rdbgsetup_ia64.exe12.42 MB
 REDRULE.gif44 bytes
 greenRule.gif44 bytes
 adlist.ini45 bytes
 autorun.inf48 bytes
 styles.css75 bytes
 LOCDATA.ini120 bytes
 IA64block_text.htm162 bytes
 dividerArt.jpg367 bytes
 WindowsUpdate_Required_Text.htm404 bytes
 BlockWIC_Text.htm498 bytes


Description

Microsoft Visual Studio
image







Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows, as well as web sites, web applications and web services. Visual Studio uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight. It can produce both native code and managed code.

Visual Studio includes a code editor supporting IntelliSense (the code completion component) as well as code refactoring. The integrated debugger works both as a source-level debugger and a machine-level debugger. Other built-in tools include a forms designer for building GUI applications, web designer, class designer, and database schema designer. It accepts plug-ins that enhance the functionality at almost every level—including adding support for source-control systems (like Subversion) and adding new toolsets like editors and visual designers for domain-specific languages or toolsets for other aspects of the software development lifecycle (like the Team Foundation Server client: Team Explorer).

Visual Studio supports different programming languages and allows the code editor and debugger to support (to varying degrees) nearly any programming language, provided a language-specific service exists. Built-in languages include C,[6] C++ and C++/CLI (via Visual C++), VB.NET (via Visual Basic .NET), C# (via Visual C#), and F# (as of Visual Studio 2010[7]). Support for other languages such as Python, Ruby, Node.js, and M among others is available via language services installed separately. It also supports XML/XSLT, HTML/XHTML, JavaScript and CSS. Java (and J#) were supported in the past.

Before Visual Studio 2015, commercial versions of Visual Studio were available for free to students via Microsoft's DreamSpark program, when only commercial versions supported plugins.[8] Starting with Visual Studio 2015, Microsoft provides Community editions, which support plugins, at no cost to all users.
image








Ultimate 2010[edit]
Visual Studio Ultimate 2010 replaces Visual Studio 2008 Team Suite.[111] It includes new modeling tools,[112] such as the Architecture Explorer, which graphically displays projects and classes and the relationships between them.[113][114] It supports UML activity diagram, component diagram, (logical) class diagram, sequence diagram, and use case diagram.[114] Visual Studio Ultimate 2010 also includes Test Impact Analysis which provides hints on which test cases are impacted by modifications to the source code, without actually running the test cases.[115] This speeds up testing by avoiding running unnecessary test cases.

Visual Studio Ultimate 2010 also includes a historical debugger for managed code called IntelliTrace. Unlike a traditional debugger that records only the currently active stack, IntelliTrace records all events, such as prior function calls, method parameters, events and exceptions. This allows the code execution to be rewound in case a breakpoint was not set where the error occurred.[116] Debugging with IntelliTrace causes the application to run more slowly than debugging without it, and uses 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 the 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.[117] 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
image

Related Torrents

torrent name size seed leech

Sharing Widget


Download torrent
2.28 GB
seeders:1
leechers:3
Microsoft Visual Studio 2010 Ultimate