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 Refactor
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mike Gold (3)
Abhishek Mishra (2)
Vijay Yadav (1)
Geo J Thachankary (1)
Chetan Sanghani (1)
Vikas Singh (1)
Darshan Adakane (1)
Nilanjan Dutta (1)
Ranjeet Patra (1)
Praveen Sreeram (1)
Jignesh Kumar (1)
Dhanapal Chandran (1)
Mervyn Manilall (1)
Tural Suleymani (1)
Anant Vernekar (1)
Rahim Lotfi (1)
Bohdan Stupak (1)
Venkatesh Kumar (1)
Shalini Dixit (1)
Tushar Sharma (1)
Sibeesh Venu (1)
Gul Md Ershad (1)
Amit Diwan (1)
Akhil Mittal (1)
Ehsan Sajjad (1)
Rion Williams (1)
Sara Silva (1)
Juan Carlos Ruiz Pacheco (1)
Abhishek Jaiswal (1)
Jean Paul (1)
Mohammad Elsheimy (1)
Amit Kumar Agrawal (1)
Mahesh Chand (1)
Related resources for Refactor
No resource found
How ChatGPT Solves Coding Problems
8/22/2024 7:14:05 AM.
ChatGPT revolutionizes coding by assisting with debugging, generating code snippets, optimizing performance, and learning new programming concepts. It helps solve complex problems, supports collaborat
Understanding the Liskov Substitution Principle (LSP) with C#
8/14/2024 8:15:01 AM.
The Liskov Substitution Principle (LSP) ensures that objects of a base class can be replaced with objects of a derived class without altering program correctness. This principle, part of SOLID design,
Real-World ADO.NET Use Cases: Case Studies and Best Practices
7/24/2024 4:41:43 AM.
ADO.NET remains a robust data access technology within the .NET framework, even as newer technologies emerge. Its ability to manage data interactions efficiently makes it suitable for a variety of rea
Common Code Smell Mistakes In C#, Part One
6/14/2024 10:39:44 AM.
Learn about code smells—indicators of deeper issues in programming. Discover through examples like redundant boolean literals, explicit exception throwing, inefficient string concatenation, redundant
Mastering SOLID Principles in C# with Real-Time Examples
5/29/2024 5:39:49 AM.
Mastering SOLID principles in C# enhances software design by promoting maintainability, scalability, and robustness. These principles include Single Responsibility, Open/Closed, Liskov Substitution, I
How to write Clean code in C#?
5/6/2024 11:36:19 AM.
Writing clean code is important so that it makes reading code easier, helps us fix and update it faster, and ensures it works smoothly and reliably. Here we will look for few tips to write clean code.
Clean Code - Single Level Of Abstraction
4/25/2024 8:50:29 AM.
Discover the essence of clean code with Single Level of Abstraction. Elevate readability and maintainability by adhering to this principle, ensuring each function or method performs a single task at a
Experience the New Features in Visual Studio
3/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 Functions
3/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 Method
12/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 Code
12/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 Efficiency
4/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 Objects
2/7/2023 10:37:21 AM.
This article will help you to understand and refactor toward OOP in Javascript.
Essentials For .NET
1/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
Refactoring String Into a Specific Type
5/15/2020 8:33:02 AM.
In this article, you will learn about refactoring string into specific types.
Container Components in Angular
5/1/2020 6:50:41 PM.
In this article, you will learn how to create Container Components in Angular.
Refactoring in NetBeans IDE
9/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 Two
8/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
Architecture Smells - Detection And Refactoring
1/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 VS2017
4/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 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.
Improve The Quality Of Your Code With Android Lint
10/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 Four
5/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 2015
1/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 Studio
11/2/2015 1:03:54 PM.
In this article you will learn about line counting trickery within Visual Studio.
Xamarin Guide 9: Use MVVM Pattern
4/26/2015 5:40:26 PM.
In the Xamarin workshop series, today we learn how to use the MVVM Pattern.
Visual Studio - Atajos para Refactor
4/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.
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.
TDD - Red Green Refactor Example
4/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 Studio
11/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 Numbers
10/6/2009 1:08:00 AM.
Learn how to improve your code using Magic Numbers refactoring.
New IDE Features in Visual Studio 2005
6/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 2005
9/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 2005
9/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.