Related resources for code analysis
  • .NET Reverse Engineering: Part 24/19/2024 10:37:50 AM. This article describes details of the .NET CLR and ILASM coding, including a detailed analysis of each opcode instruction how to integrate an IL code into an existing high-level C# written code, and h
  • .NET Reverse Engineering: Part 34/19/2024 10:37:22 AM. In this article, we shall be confronted with the rest of the implementation in the context of CIL programming as such, how to build and consume DLL file components using the MSIL programming opcodes i
  • FxCop Integration into VS.NET4/18/2024 1:17:24 PM. In this article, I give a brief introduction to the FXCop tool, followed by steps to integrate the tool in VS.NET IDE. I have also identified benefits and limitations of integration.
  • Enhancing Code Quality with SonarLint9/21/2023 6:25:44 AM. In today's software development landscape, code quality is essential for success. It ensures smooth application functioning, simplifies maintenance, and enhances security. SonarLint is a vital too
  • AI vs Rule-based Static Code Analysis6/5/2023 5:47:16 PM. In this session, We would love to open up the discussion about the impact of AI on the maintainability and quality of code, in light of Codacy's new launch: Quality AI, the next generation of auto
  • Best Code Review Techniques2/7/2023 10:37:54 AM. Code review is an important part of the software development process that helps ensure the quality, maintainability, and security of code.
  • Easily Improve Your .NET Code Quality With NDepend 10/4/2022 9:13:58 AM. In this post, we will see how to use the NDepend tool to analyze and improve the .NET code quality by reducing the issues in our source code.
  • Performing Vulnerability Assessment In Azure DevOps2/9/2021 1:46:26 PM. DevOps is a collaboration between the development and the operations teams. This collaboration has led to some fantastic benefits for organizations. DevOps has allowed people and organizations to ship
  • Anti-Reverse Engineering (Assembly Obfuscation)12/7/2020 3:24:22 AM. The modus operandi of this paper is to demystify the .NET assembly obfuscation as a way to deter Reverse Engineering.
  • Klocwork - Get Started With A Static Code Analyzer11/6/2020 9:49:32 AM. This article helps you get started with a static code analyzer. It begins with the theoretical concepts and ends with a static code analyzer's practical usage using Klocwork.
  • Measuring Code Quality With Visual Studio8/27/2020 7:29:28 AM. In this article, you will learn how to measure code quality with Visual Studio.
  • Managing Files In SonarQube For ASP.NET Core Application Code Analysis1/24/2020 7:46:43 PM. From this article you will learn how to manage files in SonarQube while doing code analysis
  • ASP.NET Core Application Code Analysis Using SonarQube1/13/2020 2:13:36 PM. In this article we are going to see how to do code analysis of ASP.NET Core application using SonarQube
  • Static Code Analysis - Overview9/20/2015 7:50:46 AM. In this article you will get an overview of Static Code Analysis.
  • New Features in Visual Studio 2015 RC6/28/2015 4:18:46 PM. This article highlights some of the most important features in the Visual Studio 2015 RC IDE.
  • Password Discovery and Patching by Disassembling2/25/2015 10:41:36 PM. This article shows how to subvert some of authentication mechanisms, such as extracting vital information imposed in the binary file while source coding, by analyzing the generated hex code itself of the target executable.
  • Ensuring Quality Code in a Small Team5/22/2014 7:57:09 AM. This article summarizes some pitfalls to consider for maintaining quality code in a small development team, and makes a few suggestions in this regard.
  • Remove Unused/Dead Code Using Visual Studio12/13/2013 11:16:06 AM. This article describes the Code Analysis feature of Visual Studio for finding unused/dead code.
  • Managed Static Code Analysis in VSTS: Part I11/18/2013 1:52:09 PM. This article attempts to explain the concept of static code analysis and tools that can be used to realize it with a focus on managed code analysis.
  • Code Analysis using VS.Net 20102/3/2011 1:52:29 AM. The Code Analysis tool is available as part of Visual Studio. When we enable code analysis, our code is validated against the rule defined in Microsft FxCop (current version is 1.36).