Resources  
  • TDD - Red Green Refactor ExampleApr 08, 2011. In this tutorial I would like to explain TDD (Test Driven Development) with the common Red Green Refactor example.
  • Refactoring Common Code with Azure Bicep User Defined FunctionsMar 19, 2024. Learn how to use Bicep's new feature (in preview currently) called "User Defined Functions" to make deploying your cloud resources on Microsoft Azure easier. This blog will teach you a simple way to write code that you can reuse over and over again, making your projects more organized and easier to manage.
  • Advanced JS - Refactoring Toward ObjectsFeb 07, 2023. This article will help you to understand and refactor toward OOP in Javascript.
  • Refactoring String Into a Specific TypeMay 15, 2020. In this article, you will learn about refactoring string into specific types.
  • Architecture Smells - Detection And RefactoringJan 05, 2018. The concept of “smells” is familiar within the software engineering community. The term “code smell” first appeared in the popular Refactoring book by Martin Fowler; it was informally defined as “certain structures in the code that suggest (sometimes they scream for) the possibility of refactoring”. An excessive number of smells in a software system impair the quality of the software and makes the software hard to maintain and evolve.
  • Pros And Cons Of Code RefactoringJan 09, 2017. Code Refactoring is an important part of software development. This article will explain the benefits and drawbacks of code refactoring.
  • Diving Into Visual Studio 2015: Code Refactoring - Day FourMay 11, 2016. In this article you will learn about Code Refactoring in Visual Studio 2015. This is part four of the article series.
  • Write Code Refactoring Extensions In Visual Studio 2015Jan 25, 2016. In this article you will learn how to write Code Refactoring Extensions in Visual Studio 2015.
  • Refactoring in C#May 12, 2014. Here, I'll explain how to do refactoring more easily using Visual Studio.
  • Refactoring in NetBeans IDEJul 22, 2013. This article describes about refactor technique on NetBeans IDE as refactoring has become a full-fledged part of software development.
  • Refactoring: Magic NumbersSep 14, 2009. Learn how to improve your code using Magic Numbers refactoring.
  • Refactoring in Visual Studio 2005Jun 11, 2004. Refactoring allows developers to use the built-in feature of Visual Studio to rename and convert and change the signatures and definitions of a class members. In this article, I will show you how refactoring feature provided by Visual Studio 2005 can be a handy tool when you are reorganizing or optimizing your existing projects.
  • Clean Code : Avoid Too Many Parameters In MethodDec 18, 2023. 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 parameters in methods can lead to code that is hard to understand, less readability, and challenging to maintain.
  • Enabling GitHub CoPilot in Visual Studio CodeDec 07, 2023. Generative AI, GitHub Co PIlot, VS Code, Python, C#, typescript, Devops, Code Generation. Code debugging, Code Refactoring, Code Cleanup
  • Unit Testing: Boosting Code Quality and EfficiencyApr 28, 2023. 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 saving time and improving code quality. The article also covers some of the limitations of unit testing. Overall, the piece is designed to provide an accessible overview of the benefits and challenges of unit testing.
  • Essentials For .NETJan 11, 2022. In this article, you will learn about the essentials for .NET Platform.
  • Introduction Of ASP.NET Unique Architecture (AUA)Nov 02, 2021. AUA ( Asp.Net Unique Architecture ) Framework, you can easily have better, faster, and more orderly and focused coding. This framework is based on new and up-to-date concepts, structures and architectures, including: Clean Architecture, Clean Code, Domain-driven design (DDD), Lmax Architecture , SOLID Principle, Code Refactoring, GRASP (object-oriented design principle)AUA is a simple, lightweight framework for producing projects of any size (small and large).
  • Container Components in AngularMay 01, 2020. In this article, you will learn how to create Container Components in Angular.
  • Common Code Smells Mistake In C# - Part TwoAug 20, 2019. Code smell is a word given to indicate a deeper problem in our programming code. Here, we will discuss about some of the code smell vulnerabilities that developers commonly face but don't recognize sometimes
  • Common Code Smell Mistakes In C#, Part OneJul 28, 2019. Code smell is a word given to indicate a deeper problem in our programming code. Here, we will discuss about some of the code smell vulnerabilities that developers commonly face but don't recognize sometimes.
  • Line Counting Trickery Within Visual StudioNov 02, 2015. In this article you will learn about line counting trickery within Visual Studio.
  • Xamarin Guide 9: Use MVVM PatternApr 26, 2015. In the Xamarin workshop series, today we learn how to use the MVVM Pattern.
  • Things to Consider When Designing .NET ApplicationsNov 24, 2014. Proper design is a major factor that contributes to the scalability and performance of any .NET application.
  • ReSharper - The Magic Bullet For Visual StudioNov 03, 2010. If you are doing coding on a daily basis then ReSharper for Visual Studio is a life changing product. With ReSharper you will see a change in productivity and maintainability in your programming practices. Read on to see how ReSharper can help you.
  • Where Did All the Designers Go! Jan 24, 2008. Software is one of the fastest paced industries in the business world. As quickly as software languages come and go, skill sets require constant learning. In trying to keep up with implementation aspects of software, did we somehow forget about the priority of creating a good design? This article describes how we came about with a void of software design skills in the programming world.
  • New IDE Features in Visual Studio 2005Nov 10, 2005. Visual Studio 2005 aims to simplify the development process thereby adding many new features to simplify the overall development experience. This article aims to discuss all major IDE related changes in Visual Studio 2005.
  • Using Snippets in Visual Studio 2005Nov 10, 2005. Visual Studio contains several built-in intellisense code snippets. Snippets are like templates and can be described completely in XML. If you understand the snippet xml schema, you can easily begin to create your own snippets.

About Refactor

NA

OUR TRAINING