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 Quality
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
CSharp TV (21)
David Mccarter (5)
Guest User (4)
Ziggy Rafiq (2)
Mervyn Manilall (2)
Habibur Rony (1)
Hanif Hefaz (1)
Ajay Kumar (1)
Alkesh Bijarniya (1)
Rikam Palkar (1)
Chetan Sanghani (1)
Ayush Gupta (1)
Nilanjan Dutta (1)
Gourav Jain (1)
Rohit Gupta (1)
Ashutosh Singh (1)
Jignesh Kumar (1)
Alpesh Maniya (1)
Shaishav Desai (1)
Narendra Singh (1)
Jay Pankhaniya (1)
Kuppu Swami (1)
Eduard Mkrtichyan (1)
Sarathlal Saseendran (1)
Sandhya Shinde (1)
Atul Sharma (1)
Gul Md Ershad (1)
Samir Behara (1)
Leon Puth (1)
Related resources for Code Quality
No resource found
Code Reviews to Eliminate Common Anti-Patterns
11/7/2024 9:52:19 AM.
Enhancing software quality by avoiding antipatterns in code reviews that cover antipatterns in the Input Kludge, Magic Pushbutton, Encapsulation Violation, Anemic Domain Model, and
KEYNOTE - Power of AI and Code Quality and Performance
10/24/2024 4:13:34 AM.
In this session, you will learn about the Power of AI and Code Quality and Performance.
Crafting Efficient and Maintainable C# Code
8/29/2024 4:49:20 AM.
This guide explores essential C# best practices for robust, maintainable code. It covers using meaningful variable names, following naming conventions, handling null values, and using var judiciously.
Iterations and Improving Code Quality with C# yield return
8/13/2024 4:10:48 AM.
This article explores how the yield return statement in C# can simplify iteration logic and enhance code quality. By allowing deferred execution and creating custom iterators, developers can write mor
Best Practices for Writing Clean and Maintainable Codes
7/8/2024 8:51:02 AM.
This session will conclude with a summary of the key points and provide attendees and viewers with actionable takeaways to implement in their coding practices.
Code Quality Metrics to Measure and Quantify Quality of Code
7/8/2024 8:38:27 AM.
In this session, we will discuss the importance of code quality and then evaluate various code quality metrics available to measure and benchmark code quality using relevant examples using C#.
Cracking the Code Review from Guesswork to Automated Guidance
7/8/2024 8:22:08 AM.
This session will leave you with practical tactics for improving pull requests, performing better code reviews, and a suite of tools to simplify the review process and boost code quality.
Cyclomatic Complexity in Code
7/8/2024 8:07:09 AM.
In this session, Vahid will talk about how to measure architectural charactristics, and while familiarizing ourselves with the Cyclomatic Complexity, we will examine how to calculate it together.
Ensuring Quality in DevOps Culture
7/8/2024 7:50:22 AM.
In this session, Sagar will address the cultural and organizational challenges of embedding QA practices within DevOps, emphasizing the need to foster collaboration, dismantle silos, and cultivate a c
Improve Your Code Quality and Performance using AI and GitHub Copilot
7/8/2024 7:46:59 AM.
This session will explore how AI and GitHub Copilot can be used as powerful allies in writing better code, ensuring that developers can focus on creative problem-solving while leaving the routine codi
The Code Quality Advantage How Empirical Data Shatters the Speed vs Quality Myth
7/8/2024 7:41:28 AM.
In this talk, Adam tackles this challenge head-on by leveraging innovative code quality metrics and deep analyses of how engineering interacts with code.
Code Reviews are Mostly Useless
7/8/2024 7:35:24 AM.
In this presentation, we'll gnash our teeth for a bit about how useless and pointless most code review processes tend to be… and when we eventually calm down, we'll try to talk about how to im
How to Add ESLint to an Reactjs Application
7/2/2024 7:17:55 AM.
Learn how to enhance your Reactjs application's code quality with ESLint in this comprehensive guide. ESLint is a powerful tool for identifying and fixing code errors, enforcing coding styles, and
Enhancing Code Quality with Documentation in C#
6/23/2024 12:26:40 PM.
C# has ability to document code. It helps with readability and exploring code elements.
Elevating Code Quality: Best Practices for Effective Code Reviews
6/2/2024 11:54:01 AM.
Elevating Code Quality" presents essential strategies for effective code reviews, fostering collaboration, and enhancing software reliability. Explore best practices in peer feedback, automated t
Enhancing Code Quality: Unit Testing & Coverage in C# Development
5/14/2024 10:09:32 AM.
Unit testing and code coverage are vital in software development, ensuring reliability and identifying bugs early. This article explores their history, needs, evolution, types, popular tools, and prac
Clean Code - Single Level Of Abstraction
4/25/2024 8:50:29 AM.
Discover the essence of clean code with Single Level of Abstraction. Elevate readability and maintainability by adhering to this principle, ensuring each function or method performs a single task at a
Learning and Improving Our Code Style with C# 10
4/16/2024 10:40:00 AM.
Ziggy Rafiq wrote this article on Learning and Improving Our Code Style with C# 10 to highlight the Basics, and latest features of C# 10, clean code, review code, problem-solving, reading high-quality
Enhancing Code Quality with SonarQube
3/27/2024 6:07:18 AM.
In this article, we will explore SonarQube in detail, covering its features, benefits, and hands-on examples to demonstrate its usage in real-world scenarios.
A Comprehensive Guide to Nullable Reference Types in C# 10
3/8/2024 2:55:22 AM.
Explore a comprehensive guide to leveraging nullable reference types in C# 10 by Ziggy Rafiq, providing detailed explanations, code examples, and best practices for improving code safety and robustnes
Boost Your Python Code Quality with PyLint: Top Tips and Tricks
3/4/2024 5:53:31 AM.
In this article, we will discuss what is Pylint, and how it can be used to improve code quality. PyLint, a static code analysis tool for Python. Learn code quality tips, PEP 8 standards, installation,
How Do You Test Your FluentValidation Validators?
1/16/2024 11:22:17 AM.
When you create validators using FluentValidation in your .NET applications, it's important to check if they do their job correctly. Testing your validators helps you make sure they catch mistakes
Clean Code : Avoid Too Many Parameters In Method
12/18/2023 6:12:39 AM.
In this article I will demonstrate code clean up by passing less number of parameters in method. One common challenge developers face is the Excessive parameters in their methods. Excessive parameter
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
Catching Defects Early with Code Review
9/15/2023 8:48:35 AM.
An article about how working closely with developers helps us nip problems in the bud.
Clean Code in Your Cloud Work Flow with SonarCloud
6/12/2023 7:01:08 AM.
Automatic code analysis for .NET projects with SonarCloud
Code Quality Analysis in Azure DevOps Pipelines
6/5/2023 5:42:07 PM.
In this session, we will go to introduce different code quality metrics and also show how you can analyze them during continuous integration pipelines using Azure DevOps.
Code Quality Conference 2023
6/5/2023 5:19:36 PM.
Code Quality Conference proved to be a valuable event for developers and IT professionals seeking to stay updated with the latest trends and best practices in code quality.
Maximizing Code Quality with Unit Testing
5/2/2023 5:06:41 PM.
Learn how to write effective unit tests for your Angular applications. This article covers the basics of unit testing in Angular, including setting up a testing environment, creating test suites and c
Unit Testing: Boosting Code Quality and Efficiency
4/28/2023 5:20:40 AM.
This article discusses the importance of unit testing in software development. It explains what unit tests are and how they can help catch bugs and errors early in the development process, ultimately
Mastering Angular Best Practices: Tips and Tricks for Building Large-Scale Applications
4/21/2023 9:16:45 AM.
Boost Your Angular Game: Best Practices for Large-Scale Applications. From code optimization to server-side rendering, learn the top tips and tricks to master Angular development and build maintainabl
Rockin’ The Code World with dotNetDave ft. Barret Blake Ep. 77
4/20/2023 6:19:45 AM.
Join us with Barret Blake for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Milan Jovanovic Ep. 76
3/22/2023 2:49:42 PM.
Join us with Milan Jovanovic for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Code Quality - Formatting Classes In Microsoft .NET To Make Them Easy To Read And Modify
3/1/2023 4:40:59 AM.
In this article, you will learn how to format classes in Microsoft .NET To Make Them Easy To Read And Modify.
An Introduction to Grunt: The JavaScript Task Runner for Streamlining Workflow
2/9/2023 10:50:54 AM.
Grunt is a JavaScript task runner that automates repetitive tasks such as minification, compilation, and linting. It helps to streamline your development workflow by allowing you to define tasks and r
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.
Build Better Software by Mahesh Chand
9/12/2022 5:12:12 PM.
In this session, we’ll take a look at how to Build Better Software.
Why Editor Config? by Jerry Nixon
9/8/2022 5:21:43 PM.
In this session, Jerry Nixon will talk about Editor Config.
Static Code Analysis of Terraform Based Infrastructure as Code IaC Scripts by Abhishek Mishra
9/5/2022 4:05:15 AM.
In this session we will discuss various options like TFLint and SonarQube to scan and analyze Terraform Infrastructure as Code (IaC) scripts.
Röck Yoür Cöde: Everything That Every .NET Developer Needs to Know About Disposable Types by David
9/2/2022 4:08:59 PM.
In this session, David McCarter will show examples and metrics from a real-world production solution
Debugging Tips and Tricks with Visual Studio by Joseph Guadagno
8/31/2022 5:38:38 PM.
In this session Joseph Guadagno will take a look at some well-understood and practiced Software Architecture patterns.
Code Quality and Infrastructure as Code by Bill Penberthy
8/30/2022 5:03:11 PM.
In this session, we’ll take a look at Code Quality and Infrastructure as Code.
Application Architecture Patterns by Joe Guadagno
8/26/2022 12:19:34 PM.
In this session, we’ll take a look at some well-understood and practiced Software Architecture patterns.
Shortcut Keys In Visual Studio
11/4/2021 5:10:30 AM.
In this article, we are going to learn different types of shortcut keys available in visual studio along with important points to remember for quality code.
Open-Source Code Quality - Foundatio
3/18/2021 3:23:14 PM.
In this article, you will learn about Open-Source Code Quality - Foundatio.
Open-Source Code Quality - ChoETL
1/15/2021 4:39:41 PM.
In this article, you will learn about Open-Source Code Quality - ChoETL.
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.
Code Quality/Performance & Application Architecture
7/12/2020 2:32:39 AM.
Ask Me Anything Show ft. David McCarter
Voice of a Developer: Application Cache API - Part Twenty Six
6/4/2020 6:32:45 AM.
In this article you will learn about Application Cache API. This is part twenty six of the article series.
Voice of a Developer: Web Storage API - Part 25
6/3/2020 10:08:54 AM.
In this article you will learn about Web Storage API . This is part 25 of the article series.
Voice of a Developer: JavaScript JSLint v2 - Part 23
6/3/2020 9:55:38 AM.
In this article you will learn about JavaScript JSLint - JavaScript Code Quality Tool. This is part 23 of the article series.
Voice of a Developer: JavaScript JSLint v1 - Part 22
6/3/2020 4:36:06 AM.
In this article you will learn about JavaScript JSLint - JavaScript Code Quality Tool. This is part 22 of the article series.
What Can Be Done To Make Code Quality Better
12/30/2019 10:10:27 PM.
In this article, you will learn what can be done to make code quality better.
Code Quality Is A Feature, Not An Afterthought
6/10/2019 7:56:47 AM.
In this article you will learn that code quality is a feature, not an afterthought.
Are You A Google Developer?
10/19/2016 1:24:15 PM.
This article will focus on Code Quality and Code Smell.
Enhance Developer Productivity With CodeLens Code Health Indicator
1/21/2016 7:56:28 AM.
In this blog, we will look at a very cool Visual Studio 2015 extension called ‘CodeLens Code Health Indicator’ and its features.
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.