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 FxCop
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Prashant Tailor (1)
Anand Kumar Rao (1)
Shivprasad (1)
Ravishankar Singh (1)
Abhishek Bhat (1)
Shivprasad Koirala (1)
Avinash Tauro (1)
Mahesh Chand (1)
Related resources for FxCop
No resource found
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.
Best Practices of Coding
11/12/2013 12:09:13 PM.
This document covers a few recommendations to leverage the quality of the code in .NET using FXCop 1.30 and how to write custom rules through an introspection engine.
7 Steps to Write Your Own Custom Rule using FXCOP
10/20/2012 2:55:04 AM.
FXCOP is one of the legendary tools which help us automate reviews using set of rules against compiled assemblies. This article will discuss some basics of FXCOP and then concentrate mainly on how we can add custom rules in FXCOP.
Installation and configuration for FxCop tool
4/11/2011 4:16:36 AM.
Today I am going to explain about the installation and configuration for fxcop tool.
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).
C# Code reviews using StyleCop
11/14/2008 6:22:54 AM.
In this article we will discuss an upcoming code review tool StyleCop. We will understand the basics and do a small sample of code review practically to understand how StyleCop works.
Software Design Guidelines for .NET
9/3/2008 12:48:06 AM.
Through this article I will attempt to break down this fire breathing dragon. And hopefully at the end of it, you would feel confident of riding this dragon towards glory and respect.
Learning Visual Studio 2005 IDE - Integrated FxCop and Accessibility Options
9/1/2006 1:32:17 AM.
Visual Studio 2005 IDE brings you many new and updated features and Project Properties dialog is one of the areas where you will see some new additions. In this article, I will discuss Accessibility and FxCop features of Project Properties dialog.