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 coding best practices
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
David Mccarter (7)
Gul Md Ershad (2)
Monica Rathbun (1)
Atul Sharma (1)
Sourav Mukherjee (1)
Sahil Sharma (1)
Sai Kumar Koona (1)
Amit Kumar (1)
Sagar Shinde (1)
Pankaj Sapkal (1)
Prakash Tripathi (1)
Bryian Tan (1)
Related resources for coding best practices
No resource found
Coding Standards Gone Bad
4/23/2020 2:45:55 AM.
In this article, you will learn about the Coding Standards Gone Bad.
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.
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
SQL Server Development Best Practices Guide
12/19/2018 10:30:38 AM.
We all use best practices while writing SQL code. However, for those who use on or off the MS laied out best practices and new to the database platform would be highly benefited while following the be
Presenting Code Samples With A Dark Theme...Please Do Not
11/12/2018 10:31:44 PM.
For all of you who code using apps like Visual Studio or VS Code, please don’t present code in a meeting or conference session using a dark theme! I know I am going to get a lot of push back from this
How To Write Effective Code
9/20/2018 4:14:45 AM.
How To Write Effective Code. The key to writing effective code is Delete Unnecessary Code, use clean code, learn coding from masters, Meaningful Code Commenting, Debug code and Trace, Unit Testing, ef
How To Improve Execution Performance Of An Application
8/31/2018 1:12:13 AM.
For every application could be small or medium or a big enterprises application the major non-functional requirement will be a good code performance. In some cases, companies will hire a special team
Best Practices Of Writing C# Code
5/15/2018 11:20:35 PM.
Anyone can write code with a few months of programming experience. But some developers know the coding standard and naming convention but not everyone follows the best practices
Defensive Programming - Let Type Checking Work For You
3/19/2018 9:38:19 AM.
Since I have been a speaker and a teacher, I have always stressed the importance of practicing proper object-oriented programming (OOP) techniques. If you don’t practice OOP, no matter what language y
Five Easy Rules For Your Source Control Repository
3/4/2018 4:49:34 PM.
I have been using source control programs for a very long time. I believe the first one was Visual Source Safe (don’t laugh, it was a painful experience). Early in my career and throughout I have lear
Code Metrics Cyclomatic Complexity
12/28/2017 11:00:14 PM.
Let's learn about Code Metrics Cyclomatic Complexity in this write-up.
Confessions Of An Angry Programmer
7/23/2017 11:33:19 AM.
Recently, after doing the keynote session about code quality at a conference in Denver, I received a comment from one of the attendees. He said my session was “too much angry coder”. After receiving m
Best Practices For MVC
7/14/2017 2:19:28 PM.
Add a class library project to the solution, named Store.Model. This library is where we ‘ll keep all of our domain objects. Entity Framework will count on them in order to build the database but we a
My Workflow Before I Submit Code Changes
6/26/2017 11:15:45 AM.
In this article, you will learn about my Workflow before I submit code changes.
Writing Effective C# Code
3/16/2017 4:38:16 PM.
This article explains how to write better C# code to make it effective and maintainable.
Coding Challenge - Lesson Learned
2/22/2017 12:20:49 PM.
Here, I am sharing some note from the coding challenge: NumberStyles, Tuple, Generic Extension Method, Group string from right to left.
Pros And Cons Of Code Refactoring
1/9/2017 10:57:07 AM.
Code Refactoring is an important part of software development. This article will explain the benefits and drawbacks of code refactoring.
Are You A Google Developer?
10/19/2016 1:24:15 PM.
This article will focus on Code Quality and Code Smell.