by Red Gate Software - Product Type: Application / Developer Application
Red Gate .NET Developer Bundle by Red Gate Software
URLs: red-gate-dotnet-bundle, red gate dotnet bundle, redgatedotnetbundle, red-gate, red gate, redgate
Performance and analysis tools for .NET. Red Gate .NET Developer Bundle includes ANTS Performance Profiler Pro and ANTS Memory Profiler. These tools allow you to profile the performance of your applications to identify bottlenecks and ensure code is performing optimally. You can profile memory usage in your application to understand how your application uses memory. Designed for use by developers writing applications in any of the languages supported by the .NET Framework and for testers who need to test applications written in .NET.
RedGate .NET Developer Bundle includes:
ANTS Performance Profiler Pro
ANTS Memory Profiler
.NET Reflector Pro
ANTS Performance Profiler Pro - Identify bottlenecks and ensure code is performing optimally.
During performance profiling, ANTS Profiler records the time it takes for each line of code to be executed, as you are using your application. Detailed results then reveal the slowest lines of code and methods, allowing you to quickly identify performance bottlenecks and optimize your .NET application accordingly.
Identify performance bottlenecks within minutes
Fast and responsive – minimal impact on the execution of your program
Line-level timing – drill down to the specific lines of code responsible for performance inefficiencies
Profile any .NET application, including ASP.NET web applications
ANTS Profiler is available in two editions, Standard and Pro:
Key Features in both editions:
Supports .NET executable, Windows service, COM+ Server and ASP.NET web applications (including multi-threaded applications)
Line-level code timing
Timeline for viewing the profiling data just for a selected region of activity
Call Tree which auto-expands the worst performing stack traces
Features available in Pro edition only:
Call Graph view for visualizing all the callers and callees for a particular method
Method-level code timings (faster profiling modes)
Profiling child processes
Save profiler results
Find / filter functions
ANTS Memory Profiler - Find and fix memory leaks in your .NET applications.
Automatic memory management in .NET makes development a lot easier; however, it's still easy to introduce memory leaks into your application. For example, in a complex application, it's easy to forget to unregister event handlers, and these are notorious for holding on to objects which you don't need to keep in memory any more. This typically leads to an increase in memory usage, which can lead to your application exhibiting poor performance, or even running out of memory and crashing, if it remains unchecked and unresolved. This is where a memory profiler becomes necessary.
Why is it easy to work with ANTS Memory Profiler 5?
It shows you where to start, by taking you through the most effective workflow
It displays profiling results in a clear, meaningful way, making it easier for you to interpret the information
It displays the relationship between objects using graphical representations, so you don't have to build a mental map of your applications' memory usage in your head
It offers powerful filtering options, so you can narrow your search down to the object you really need to know about. Filters will help in the analysis of even the most complicated applications
.NET Reflector Pro - Seamlessly debug into third-party code and assemblies, even if you don't have the source code for them.
.NET Reflector v6:
Explore and analyze compiled .NET assemblies, viewing them in C#, Visual Basic and IL.
New features:
Jump straight to .NET Reflector from Visual Studio
Support for .NET 4 assemblies
.NET Reflector Pro
.NET Reflector Pro is an add-in to Visual Studio that lets you debug third-party code and assemblies, even if you don't have the source.
Integrates the power of .NET Reflector into Visual Studio
Decompile third-party assemblies from within VS
Step through decompiled assemblies and use all the debugging techniques you would use on your own code
Pro Features:
Full support for .NET 1.0, 1.1, 2.0, 3.0, 3.5, and 4.0
Decompile an entire assembly to either C# or VB to view and debug in Visual Studio
Step-through debugging of any assembly in Visual Studio (as long as it's not obfuscated):
Step into and set breakpoints anywhere in any assembly
Watch variables in the decompiled code
Use Visual Studio's advanced debugging features in decompiled code: Set Next Statement, modify variable values, and dynamic expression evaluation in the immediate window
General Features
Full support for .NET 2.0, 3.0, 3.5 and 4.0
Windows Shell Integration – Run Reflector.exe /register to register file extension
Assembly lists for .NET 2.0, 3.0, 3.5, 4.0, Compact Framework 2.0, Compact Framework 3.5, XNA framework, Silverlight, Mono, and Direct X for Managed Code
Click navigation of source code
Find where types are exposed or instantiated
Expand methods
Linq query expression support
Lambda expression support
Anonymous methods and nullable type support
Extension method support
Context-sensitive documentation view
Find virtual method overrides
Code URL support – Navigate to code://mscorlib/System.Object in IE
Explore resources in assemblies
Red Gate .NET Developer includes the following new releases:
.NET Reflector 7.0
ANTS Memory Profiler 7.0
ANTS Performance Profiler 6.2
.NET Reflector 7 Release Notes
Features and Enhancements
.NET Reflector is a class browser, analyzer,and decompiler for .NET assemblies.
Highlights in this new release include:
Better decompilation, including the addition of iterator block (yield) support, as well as improvements to the .NET 4.0 decompilation,
Tabbed decompilation,
Ability to decompile and explore source code for referenced assemblies in Visual Studio,
Support for Silverlight XAP files
PowerCommands integration
Integrates with Windows Explorer and Visual Studio via Add-in
You can open Visual Studio, and use the .NET Reflector menu to select referenced assemblies you would like to debug into. These assemblies are then decompiled to C# or VB. You can then step into them whilst debugging, set breakpoints, see the values of variables and parameters, etc. In fact, the only debugger functionality that will not work is edit and continue.
You can also decompile and explore source if you right-click on a project reference, and then click Decompile and Explore on the context menu.
Supported .NET Framework Versions
.NET Reflector requires Microsoft .NET Framework 3.5 or later to run, but can open assemblies compiled against any version of the .NET framework, or Mono.
Supported OS Versions
Windows XP SP2 or later,Windows Server 2003,Windows Vista,Windows Server 2008 & 2008 R2,Windows 7
Supports 32-bit and 64-bit versions of all listed operating systems, where applicable.
Supported Visual Studio Versions
The following versions of Microsoft Visual Studio are supported by the .NET Reflector add-in:
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
ANTS Memory Profiler 7.0 Release Notes
Features and Enhancements
ANTS Memory Profiler 7 includes a number of new features and enhancements:
Redesigned summary. This gives immediate feedback on where your memory is being used, and now warns you if problems with large object heap fragmentation are detected.
New Instance Categorizer graph. Groups the instances of the class that you are investigating by the shortest path to the GC root, allowing you quickly to spot any paths that should not hold references to the instances.
Redesigned and reorganized filters.
New 'show only survivors in growing classes' filter highlights any classes where no instances were disposed between two snapshots, even though the number of instances of that class increased.
Field properties now available on the Instance Retention Graph.
Improved support for WPF: Dependency properties now shown with other field properties.
Snapshot API lets you take snapshots from your code.
Supported Application Types
Executable
ASP.NET web application (running in IIS or web development server)
Silverlight 4 browser application
Windows service
COM+ server application
XBAP
Supported .NET Framework Versions
Your application must be built for one of the following .NET framework versions:
1.1
2.0
3.0
3.5
4.0
Silverlight 4
The .NET 2.0 runtime must be installed for ANTS Memory Profiler to run.
Supported OS Versions
Windows XP SP2 or later
Windows Server 2003
Windows Vista
Windows Server 2008
Windows 7
Windows Server 2008 R2
Supports 32-bit and 64-bit versions of all listed OSs. Windows 2000 is no longer supported.
The following feature requires the .NET 4.0 runtime and Windows Vista or later:
Attach to process
Other System Requirements
512 MB RAM (minimum)
Internet Explorer 6+
1 GB free hard disk space
To use the ANTS Memory Profiler 7 add-in, you need at least one of the following versions of Microsoft Visual Studio:
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
Known Issues
For some types of application, you may have to run ANTS Memory Profiler as an administrator.
If you have Internet Explorer 7 on Windows Vista x64 or Windows Server 2008 x64, it is not possible to profile ASP.NET websites on IIS. Upgrading to Internet Explorer 8 will solve this problem.
On Windows Vista and Windows 7, after profiling IIS using attach to process, ANTS Memory Profiler 7 sometimes cannot stop the session. If this happens, restart ANTS Memory Profiler before starting a new profiling session.
In some cases, Windows Services do not restart properly after profiling. Use services.msc to restart services if required.
To profile an XBAP application, Internet Explorer must be set as your default browser and it must be closed before profiling.
To profile a .NET 4 process, you must first disable concurrent garbage collection.
A limitation in Windows means that it is not possible to successfully attach to a .NET 4 process more than once.
SharePoint 2010 is not supported.
The snapshot API does not work with Silverlight applications, due to security restrictions in Silverlight.
ANTS Performance Profiler 6.2 Release Notes
This version removes a dependency on the Microsoft J# runtime, thereby making installation both quicker and more reliable. A number of other minor bug fixes are also included.
Please note that ANTS Performance Profiler 6.2 does not support SharePoint 2010 or Windows Phone 7.
Performance and analysis tools for .NET.
Pricing: Red Gate .NET Developer Bundle 1 User License, Red Gate .NET Developer Bundle 5 User License, Red Gate .NET Developer Bundle 10 User License, Red Gate .NET Developer Bundle with 12 Months of Support and Upgrades 1 User License, Red Gate .NET Developer Bundle with 12 Months of Support and Upgrades 5 User License, Red Gate .NET Developer Bundle with 12 Months of Support and Upgrades 10 User License, Red Gate .NET Developer Bundle with 24 Months of Support and Upgrades 1 User License, Red Gate .NET Developer Bundle with 24 Months of Support and Upgrades 5 User License, Red Gate .NET Developer Bundle with 24 Months of Support and Upgrades 10 User License, Red Gate .NET Developer Bundle with 36 Months of Support and Upgrades 1 User License, Red Gate .NET Developer Bundle with 36 Months of Support and Upgrades 5 User License, Red Gate .NET Developer Bundle with 36 Months of Support and Upgrades 10 User License, Red Gate .NET Developer Bundle Renewal License - 12 Months of Support and Upgrades 1 User Renewal License, Red Gate .NET Developer Bundle Renewal License - 12 Months of Support and Upgrades 5 User Renewal License, Red Gate .NET Developer Bundle Renewal License - 12 Months of Support and Upgrades 10 User Renewal License, Red Gate .NET Developer Bundle Renewal License - 24 Months of Support and Upgrades 1 User Renewal License, Red Gate .NET Developer Bundle Renewal License - 24 Months of Support and Upgrades 5 User Renewal License, Red Gate .NET Developer Bundle Renewal License - 24 Months of Support and Upgrades 10 User Renewal License, Red Gate .NET Developer Bundle Renewal License - 36 Months of Support and Upgrades 1 User Renewal License, Red Gate .NET Developer Bundle Renewal License - 36 Months of Support and Upgrades 5 User Renewal License, Red Gate .NET Developer Bundle Renewal License - 36 Months of Support and Upgrades 10 User Renewal License
Evals & Downloads: Read the ANTS Performance Profiler help file, Read the ANTS Memory Profiler help file, Read the Exception Hunter 1.0 help file, Read the ANTS Performance Profiler Data sheet, Read the ANTS Memory Profiler Data sheet, Read the Exception Hunter Data sheet, Read the ANTS Profiler End User License Agreement, Read the Exception Hunter End User License Agreement, Read the .NET Reflector Pro End User License Agreement, Download the Red Gate .NET Developer Bundle evaluation on to your computer - Expires after 14 days
Operating System for Deployment: Windows 7, Windows Server 2008, Windows Vista, Windows XP, Windows Server 2003
Architecture of Product: 32Bit, 64Bit
Product Type: Application
Application Type: Developer Application
Built Using: .NET Framework 2.x
Compatible Containers: Microsoft Visual Studio 2010, Microsoft Visual Studio 2008, Microsoft Visual Studio 2005, Microsoft Visual Basic 2010, Microsoft Visual Basic 2008, Microsoft Visual Basic 2005, Microsoft Visual C++ 2008, Microsoft Visual C++ 2005, Microsoft Visual C# 2010, Microsoft Visual C# 2008, Microsoft Visual C# 2005, .NET Framework 4.0, .NET Framework 3.5, .NET Framework 3.0, .NET Framework 2.0, Silverlight 4, Mono 2.6
Keywords: red gate net developer bundle, net developer bundle, redgate net developer bundle, red gate net bundle, buy net developer bundle, buy red gate net bundle, buy redgate net, net developer bundle reseller, red gate net bundle reseller, redgate net reseller, net developer bundle distributor, red gate net bundle distributor, redgate net distributor, price net developer bundle, price red gate net bundle, price redgate net, order net developer bundle, order red gate net bundle, order price redgate net, purchase net developer bundle, purchase red gate net bundle, purchase price redgate net, upgrade net developer bundle, upgrade red gate net bundle, upgrade redgate net, renew net developer bundle, renew red gate net bundle, renew redgate net
Red Gate Software Red-Gate RedGate
Product Suites Suite bundles bundle
activex, com, com repair
Development
Debugging debug debugs Testing Test Tests
Part numbers: PC-518562-359840 518562-359840 PC-518562-359843 518562-359843 PC-518562-359846 518562-359846 PC-518562-359849 518562-359849 PC-518562-359852 518562-359852 PC-518562-359855 518562-359855 PC-518562-359858 518562-359858 PC-518562-359861 518562-359861 PC-518562-359864 518562-359864 PC-518562-359867 518562-359867 PC-518562-359870 518562-359870 PC-518562-359873 518562-359873 PC-518562-359876 518562-359876 PC-518562-359879 518562-359879 PC-518562-359882 518562-359882 PC-518562-359885 518562-359885 PC-518562-359888 518562-359888 PC-518562-359891 518562-359891 PC-518562-359894 518562-359894 PC-518562-359897 518562-359897 PC-518562-359900 518562-359900
Mfr. Part No: P69U10M0 P69U10M12 P69U10M24 P69U10M36 P69U1M0 P69U1M12 P69U1M24 P69U1M36 P69U5M0 P69U5M12 P69U5M24 P69U5M36
Publisher
Primary Category
Related Products
Related Categories