Jump to content

Redgate .NET REFLECTOR 10.1.2.1172


Recommended Posts

Redgate .NET REFLECTOR 10.1.2.1172

 

 

Development is increasingly dependent on 3rd party technologies - using available frameworks and libraries is a great way to get stuff done fast without re-inventing the wheel. But the problem with using code you didn't write is that you're dependent on the documentation, and it's hard to debug. Documentation is often missing or incomplete, and debugging stops where your own code stops. This gets even worse with a legacy code base. .NET Reflector saves time and simplifies development by letting you see and debug into the source of all the .NET code you work with.

 

 

Look inside any .NET code

Debug your application

Follow bugs through your application to see where the problem is - your own code, third-party libraries, or components used by your application.

 

Understand how applications work

Inherited an application with no documentation and no comments? Use .NET Reflector to understand how the code runs and avoid bugs.

 

Look inside APIs, SharePoint, and other third-party platforms

Third-party platforms aren't always well-documented. Use .NET Reflector to look inside their assemblies, and see how they work and which APIs you can call.

 

Features:

Debug and decompile inside Visual Studio (VSPro edition)

Use the Visual Studio debugger

Use your regular debugging techniques on any decompiled assemblies as if they were your own, using the Visual Studio debugger.

 

Debug third-party assemblies

Generate .pdb files for decompiled assemblies and save them so you only need to enable debugging once for each assembly.

 

Dynamic decompilation

Assemblies decompile seamlessly in Visual Studio so source code is always available for your libraries.

 

Use VS shortcuts

Use F12 to "Go To Definition", F9 to "Set Breakpoints", and F11 to "Step Into" any decompiled code.

 

C#6 decompilation

.NET Reflector supports C#6 and .NET 4.6.

 

Browse assemblies

.NET Reflector VSPro adds the Reflector Object Browser into Visual Studio. Use the tree view to navigate through code.

 

 

NET Reflector 10.1 release notes

Last updated 24 January 2019

10.1.2 - January 23rd, 2019

Improvements

  • RP-4144: .NET Reflector now shows a detailed messages for methods with wrong IL code.
  • RP-4149: In certain situations, proper expression order is now ensured during code translation.

Fixes

 

  • RP-4150, RP-4154: Recent font scaling issues on high DPI screens are now fixed.
  • RP-4147: Detection of installed frameworks on Assembly List creator was fixed. When creating a new list it includes installed versions of .NET Framework, Silverlight, DNX and WinRT.

Links :

SETUP file :

http://downloads.red-gate.com/ReflectorInstaller.exe

 

Lz0 and Raj keygens

 

 

:D

Link to comment
Share on other sites

  • 8 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...