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 Review
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Habibur Rony (1)
Darshan Adakane (1)
Adam Stirtan (1)
Shubhankar Banerjee (1)
Shaishav Desai (1)
Jay Pankhaniya (1)
Eduard Mkrtichyan (1)
Pragati (1)
Shweta Lodha (1)
Atul Sharma (1)
Sanket Terdal (1)
Bhuvanesh Mohankumar (1)
Vidya Vrat Agarwal (1)
Samir Behara (1)
Swapnil Goyal (1)
Usama Mosaad (1)
Nimit Joshi (1)
Dom Millar (1)
Manikavelu Velayutham (1)
Shivprasad Koirala (1)
Related resources for Code Review
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
How to write Clean code in C#?
5/6/2024 11:36:19 AM.
Writing clean code is important so that it makes reading code easier, helps us fix and update it faster, and ensures it works smoothly and reliably. Here we will look for few tips to write clean code.
Stop Writing Code During Interviews And Do This Instead
10/30/2023 5:09:38 AM.
The reality is we expect that you can code. It’s implied, its taught in schools to children, it’s integrated into video games like Roblox. Asking a professional software developer to write trivial cod
Why is Smart Contract Auditing Important for Blockchain Security?
9/20/2023 4:52:47 AM.
Smart contract auditing enhances security, prevents losses, and builds trust in blockchain transactions.
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.
Mastering React: Best Practices for Building Robust and Scalable Applications
4/21/2023 11:59:53 AM.
This article provides practical guidance on how to build high-quality React applications that are both robust and scalable. By following best practices such as using TypeScript, automated testing, cod
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.
Code Review: What-Why-Who-When-How
4/6/2021 10:11:36 AM.
This article provides an overview around the code review process and best practices.
Tips For Effective Code Reviews
10/13/2020 10:23:40 PM.
This article will list down most common and important tips which one needs to take care while performing code reviews
An Effective Coding And Code Review Technique
4/2/2019 12:51:31 AM.
Coding and Code review are the most basic building blocks of any software product. Any lapse may severely affect the schedule, quality, and of course the cost. Not only in the review but a few issues
Simple Code Cleanup Tips
10/18/2018 8:11:46 AM.
This article demonstrates simple code writing or code review tips.
C# Code Review And Best Suggested Review Guidelines
5/12/2016 11:44:04 AM.
In this article you will learn about C# Code Review and best suggested Review Guidelines.
Best Practices For Code Review
5/10/2016 2:09:40 PM.
This article provides a broad overview of the review process for the code written in C# using Visual Studio 2015 and also uncovers best practices for code review.
Increase Your Code Review Efficiency With Visual Studio Code Metrics
1/27/2016 4:20:17 AM.
In this article, we will try to understand the importance of code reviews, classify types of design flaws and identify the code smells using Visual Studio Code Metrics.
Getting Started With Automated Code Review Through Parasoft DotTest
5/27/2015 5:45:58 PM.
This article will help you in getting started with the Automated Code Review using Parasoft dotTest.
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 Review in Team Foundation Service
7/30/2013 2:52:52 PM.
In this article you will learn about code review of your solution in Team Foundation Service
A Real Code Review in C#
2/21/2012 6:21:11 AM.
The following is a real C# Code Review. While its not an enterprise scale application, it will give you an understanding of the type of things that are assessed as part of a code review.
Code Review and Code Optimization - ASP.NET
9/3/2010 3:42:10 AM.
In this article you will learn how to use Code Review and Code Optimization in ASP.NET.
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.