TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About code analysis
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Yadav (4)
CSharp TV (2)
Gowtham K (2)
Chetan Sanghani (1)
Prashant Tailor (1)
Alpesh Maniya (1)
Eduard Mkrtichyan (1)
Sarathlal Saseendran (1)
Ashirwad Satapathi (1)
Jin Necesario (1)
Atul Sharma (1)
Santhi Maadhaven (1)
Ano Mepani (1)
Leon Puth (1)
Biswa Pujarini Mohapatra (1)
Usama Mosaad (1)
Abhishek Bhat (1)
Related resources for code analysis
No resource found
Check and Detect T SQL Code Analysis
7/8/2024 7:38:43 AM.
In this session, we’ll review the SqlCheck, ScriptDOM, and SQL projects code analysis options such that you can confidently add code analysis to the SQL components of your applications.
ASP.NET Core Application Code Analysis Using SonarQube
6/11/2024 12:20:41 PM.
Explore ASP.NET Core application development with comprehensive code analysis using SonarQube. Enhance code quality, identify issues, and maintain code health through detailed insights.
Innovative Solutions with .NET: Enhancing Your Developer Toolkit
6/7/2024 4:22:53 AM.
Master current technologies and enhance your toolkit with .NET, a powerful framework by Microsoft. Explore cross-platform development with .NET Core, build modern web apps with ASP.NET Core, boost pro
Anti-Reverse Engineering (Assembly Obfuscation)
5/1/2024 11:02:29 AM.
Learn how to protect your .NET source code from reverse engineering using obfuscation techniques with Dotfuscator. Explore the process step-by-step, including obfuscated code analysis and MSIL code ex
.NET Reverse Engineering: Part 2
4/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 3
4/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.NET
4/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 SonarLint
9/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 Analysis
6/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 Techniques
2/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 DevOps
2/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
Klocwork - Get Started With A Static Code Analyzer
11/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 Studio
8/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 Analysis
1/24/2020 7:46:43 PM.
From this article you will learn how to manage files in SonarQube while doing code analysis
Static Code Analysis - Overview
9/20/2015 7:50:46 AM.
In this article you will get an overview of Static Code Analysis.
New Features in Visual Studio 2015 RC
6/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 Disassembling
2/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 Team
5/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 Studio
12/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 I
11/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 2010
2/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).