https://devextras.com/decompiler/
CodeReflect is a standalone decompiler for .NET and allows you to decompile compiled assemblies back to their original source code or as close to it as possible ...
https://www.red-gate.com/products/reflector/
.NET Reflector saves time and simplifies development by letting you see and debug into the source of all the .NET code you work with.
https://devextras-codereflect.software.informer...
22 нояб. 2025 г. ... DevExtras - CodeReflect (CodeReflect.exe). DevExtras .NET CodeReflect is a simple yet advanced free .NET assembly browser/decompiler.
https://www.jetbrains.com/decompiler/
dotPeek is a free tool based on ReSharper. It can reliably decompile any .NET assembly into C# or IL code.
https://stackoverflow.com/questions/179741/how-...
7 окт. 2008 г. ... DevExtras CodeReflect · JetBrains DotPeek · Share. Share a link to this ... Telerik offers the ability to decompile to VB.NET, IL, or C#.NET which ...
https://github.com/icsharpcode/ILSpy
NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform! - icsharpcode/ILSpy.
https://en.wikipedia.org/wiki/.NET_Reflector
.NET Reflector is a class browser, decompiler and static analyzer for software created with .NET Framework, originally written by Lutz Roeder. MSDN Magazine ...
https://devextras.com/
Available for consultancy and outsourcing work. .NET Development Tools. CodeReflect.
https://qna.habr.com/q/83026
1 апр. 2014 г. ... Бесплатный dotPeek от Jetbrains. Статья на Хабре.
https://marketplace.visualstudio.com/items?item...
15 сент. 2021 г. ... .NET Reflector VSPro lets you step into and debug any third-party code and assemblies, right inside Visual Studio, even if you don't have their source code.
Stepping through the precompiled assemblies with .NET Reflector
www.infoq.com
Zuga.net | .NET - The top 5 IL viewers
zuga.net
CodeReflect(NET反编译器) V1.0.8 官方版下载_当下软件园
www.downxia.com
用ILProtector保护你的代码,初步体验-CSDN博客
blog.csdn.net
visual c# express 2010 - Decompiling .exe files using CodeReflect ...
stackoverflow.com
DevExtras - CodeReflect Download - DevExtras .NET CodeReflect is a simple
devextras-codereflect.software.informer.com
Free options for Reflector (.NET decompiler) : Peter Wibeck's blog
blog.wibeck.org
[分享].NET 反编译程序集_2020年11月30日更新:V1.2-安全工具-看雪-安全社区|安全招聘|kanxue.com
bbs.kanxue.com
Stepping through the precompiled assemblies with .NET Reflector - InfoQ
www.infoq.com
red-gate.com • January 28, 2010 •
See how APIs, libraries, frameworks, and 3rd party .NET code really work with the leading .NET decompiler - .NET Reflector. Runs as a Visual Studio add-in.
YouTube • September 30, 2022 • 03:23
Learn how to decompile a .NET EXE into readable C# source code. Decomplication is the process used to produce source code from compiled code. However, you should be aware that if an application is a commercial / industrial application, the source code is usually obfuscated. An obfuscator tool simply replace some words with a bunch of nonsense ...
YouTube • January 26, 2025 • 09:35
Learn how to use Reflect, a powerful no-code web automation testing tool, to simplify your web testing workflows. In this tutorial, we demonstrate how to create automated tests using Reflect. This no-code testing tool is ideal for anyone looking to improve their web automation process efficiently. In this video, we dive deep into how Reflect ...
YouTube • June 29, 2020 • 19:56
Reflection is a feature of .NET which helps reflect an assembly and its types. We can use reflection to dynamically browse through all the types defined inside of an assembly. Apart from just browsing through the assembly for its types, we can also create an instance of the types inside of the assembly. We use the Activator class for creating ...
YouTube • March 20, 2024 • 02:30:14
Master ASP.NET Core by building three projects from scratch. You will start with an simple full stack project and work your way up to an advanced project. This course will teach you everything you need to know to create your own projects in ASP.NET Core MVC. Course developed by @codeafuture 🔗 Food Menu Web App's Source Code: https://github ...
YouTube • April 22, 2025 • 00:10
Reflection in C# is a powerful feature that allows you to inspect and manipulate object types at runtime. In this video, we take you through the fundamentals of Reflection in C#, from beginner concepts to advanced real-world use cases. ️ What is Reflection in C#? ️ How to use Type, PropertyInfo, and MethodInfo ️ Loading assemblies and ...