Related resources for Refactoring
  • Experience the New Features in Visual Studio3/20/2024 11:43:51 AM. Discover the latest enhancements in Visual Studio 2017, offering improved productivity, performance, and collaboration tools. Explore new features for code navigation, debugging, and code refactoring,
  • Refactoring Common Code with Azure Bicep User Defined Functions3/19/2024 5:22:47 AM. 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 s
  • Clean Code : Avoid Too Many Parameters In Method12/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
  • Enabling GitHub CoPilot in Visual Studio Code12/7/2023 7:08:50 AM. 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 Efficiency4/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
  • Advanced JS - Refactoring Toward Objects2/7/2023 10:37:21 AM. This article will help you to understand and refactor toward OOP in Javascript.
  • Essentials For .NET1/11/2022 7:41:31 AM. In this article, you will learn about the essentials for .NET Platform.
  • Introduction Of ASP.NET Unique Architecture (AUA)11/2/2021 9:21:53 AM. 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 architect
  • Things to Consider When Designing .NET Applications12/31/2020 7:18:04 AM. Proper design is a major factor that contributes to the scalability and performance of any .NET application.
  • Refactoring String Into a Specific Type5/15/2020 8:33:02 AM. In this article, you will learn about refactoring string into specific types.
  • Refactoring in NetBeans IDE9/19/2019 11:39:57 PM. This article describes about refactor technique on NetBeans IDE as refactoring has become a full-fledged part of software development.
  • Common Code Smells Mistake In C# - Part Two8/20/2019 10:19:31 AM. 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 recogniz
  • Common Code Smell Mistakes In C#, Part One7/31/2019 10:00:42 PM. 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 recogniz
  • Architecture Smells - Detection And Refactoring1/5/2018 11:16:59 AM. 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 “cert
  • New Refactoring and Text Editor Options in VS20174/13/2017 1:14:26 AM. Refactoring options are there in all the versions of Visual Studio. But what makes the difference in VS2017, In this video we are going to find out that. With the release of VS2017, the team has added
  • 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.
  • Diving Into Visual Studio 2015: Code Refactoring - Day Four5/11/2016 1:47:37 PM. 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 20151/25/2016 11:12:38 PM. In this article you will learn how to write Code Refactoring Extensions in Visual Studio 2015.
  • Line Counting Trickery Within Visual Studio11/2/2015 1:03:54 PM. In this article you will learn about line counting trickery within Visual Studio.
  • Refactoring in C#5/13/2014 9:11:03 AM. Here, I'll explain how to do refactoring more easily using Visual Studio.
  • Where Did All the Designers Go! 10/3/2012 8:16:00 AM. 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.
  • ReSharper - The Magic Bullet For Visual Studio11/24/2010 12:21:17 PM. 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.
  • Refactoring: Magic Numbers10/6/2009 1:08:00 AM. Learn how to improve your code using Magic Numbers refactoring.
  • New IDE Features in Visual Studio 20056/25/2009 2:49:01 AM. 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 20059/1/2006 1:52:48 AM. 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.
  • Refactoring in Visual Studio 20059/1/2006 1:18:45 AM. 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.