.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.

相关推荐
武藤一雄1 小时前
C#:Linq大赏
windows·后端·microsoft·c#·.net·.netcore·linq
ChaITSimpleLove3 小时前
从美食城的思考,如何构建.net高并发系统?
.net·高并发架构·dapr·以柔克刚·缓冲平滑过渡·分类归治·旁路缓存side-cache
武藤一雄4 小时前
C# Prism框架详解
开发语言·后端·微软·c#·.net·wpf
aerror6 小时前
关于静态修改.NET的DLL对某些函数进行HOOK的方法
.net
by__csdn6 小时前
第一章 (ASP.NET Core入门)第三节( 认识.NET Standard)
后端·c#·asp.net·.net·.netcore·f#·vb.net
用户4488466710607 小时前
.NET进阶——深入理解反射(4)利用反射获取信息(方法、特性)
.net
by__csdn7 小时前
第一章 (ASP.NET Core入门)第一节( 认识.NET Core)
后端·c#·asp.net·.net·.netcore·f#·vb.net
by__csdn7 小时前
第一章 (ASP.NET Core入门)第二节( 认识ASP.NET Core)
数据库·后端·c#·asp.net·.net·.netcore·f#
缺点内向8 小时前
如何使用C#将Excel工作表拆分为独立文件
开发语言·c#·.net·excel
唐青枫9 小时前
一次看懂 C# TimeSpan:时间差操作的完整指南
c#·.net