.NET Reflector Standard

.NET Reflector Standard

.NET Reflector saves time and simplifies development by letting you see and debug into the source of all the .NET code you work with. Follow bugs through your own code, third-party components, and any compiled .NET code you work with. Replace poor or missing documentation by seeing how the code works in context. Find unexposed and undocumented functionality and get more out of the APIs and technologies you're using. Drill into how .NET languages and frameworks are implemented, and learn how to use them. .NET Refelector Standard edition is a standalone application to explore and navigate decompiled code. For developers looking to use .NET Reflector within Visual Studio check out the VSPro edition.

Find and fix bugs, fast

With .NET Reflector you can decompile, understand, and fix any .NET code, even if you don't have the source

Look inside any .NET code

Debugging your application - Follow bugs through your application to see where your problems lie -- whether it's in your own code, third-party libraries, or components used by your application.

Understand how applications work - Inherited applications with little or no documentation or comments are hard to develop. Use .NET Reflector to understand how the code runs and avoid bugs.

SharePoint and other third-party platforms - Like many third-party platforms, SharePoint APIs and libraries aren't always well-documented. With .NET Reflector you can look inside their assemblies and see how they work and which APIs you can call.

相关推荐
关关长语4 小时前
基于NCrontab实现Covarel扩展秒级任务调度
c#·.net
MoFe15 小时前
【.net/.net core】【报错处理】另一个 SqlParameterCollection 中已包含 SqlParameter。
java·.net·.netcore
缺点内向6 小时前
如何在C#中添加Excel文档属性?
开发语言·数据库·c#·.net·excel
幌才_loong21 小时前
.NET8 × Redis 实战宝典:从配置到落地,搞定高并发缓存就这篇!
后端·.net
幌才_loong1 天前
.NET8+Autofac 实战宝典:从组件拆解到场景落地的依赖注入新范式
后端·.net
百锦再1 天前
.NET到Java的终极迁移指南:最快转型路线图
android·java·开发语言·python·rust·go·.net
我是苏苏1 天前
开发工具:notepad++的下载和基本操作
运维·nginx·ai·.net·.netcore
野奔在山外的猫1 天前
【解决】.NET SDK 下载缓慢的解决方法
.net
我是唐青枫1 天前
C# 列表模式(List Patterns)深度解析:模式匹配再进化!
c#·.net
云草桑1 天前
Net 模拟退火,遗传算法,禁忌搜索,神经网络 ,并将 APS 排程算法集成到 ABP vNext 中
c#·.net·制造