Related resources for coding best practices
  • Code Metrics Cyclomatic Complexity12/28/2017 11:00:14 PM. Let's learn about Code Metrics Cyclomatic Complexity in this write-up.
  • Best Practices For MVC7/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 Changes6/26/2017 11:15:45 AM. In this article, you will learn about my Workflow before I submit code changes.
  • How To Write Effective Code6/12/2017 6:56:13 AM. How To Write Effective Code.
  • Writing Effective C# Code3/16/2017 4:38:16 PM. This article explains how to write better C# code to make it effective and maintainable.
  • Coding Challenge - Lesson Learned2/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 Refactoring1/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.