Related resources for Refactor
  • 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.
  • Improve The Quality Of Your Code With Android Lint10/28/2016 5:52:44 AM. In this video, learn about open source code scanning tool, Android Lint, to improve the quality of your code with Android Studio. Check unused imports, redundant code, usage of Deprecated APIs, code e
  • 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.
  • Xamarin Guide 9: Use MVVM Pattern4/26/2015 5:40:26 PM. In the Xamarin workshop series, today we learn how to use the MVVM Pattern.
  • Visual Studio - Atajos para Refactor4/17/2015 11:10:54 PM. No sabes que es refactor? lo haces con ayuda del Mouse? este video es imperdible, lleva tu código y tu experiencia de programación a otro nivel.
  • Things to Consider When Designing .NET Applications11/24/2014 7:15:32 PM. Proper design is a major factor that contributes to the scalability and performance of any .NET application.
  • Refactoring the ASP.Net MVC Application to Follow the Onion Architecture11/18/2014 12:41:01 PM. In this article you will learn how to refactor an ASP.NET MVC Application to follow the Onion Architecture.
  • Refactoring in C#5/13/2014 9:11:03 AM. Here, I'll explain how to do refactoring more easily using Visual Studio.
  • Refactoring in NetBeans IDE7/23/2013 5:57:05 PM. This article describes about refactor technique on NetBeans IDE as refactoring has become a full-fledged part of software development.
  • 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.
  • TDD - Red Green Refactor Example4/8/2011 12:50:31 AM. In this tutorial I would like to explain TDD (Test Driven Development) with the common Red Green Refactor example.
  • 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.
  • 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.