COMMUNITY: How to properly ask a question on Forums
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About Refactoring
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)
Mohammad Elsheimy (2)
Tushar Sharma (1)
Sibeesh Venu (1)
Gul Md Ershad (1)
Akhil Mittal (1)
Ehsan Sajjad (1)
Rion Williams (1)
Vidya Vrat Agarwal (1)
Dhananjay Kumar (1)
Abhishek Jaiswal (1)
Shalini Dixit (1)
Amit Kumar Agrawal (1)
Mahesh Chand (1)
Related resources for Refactoring
No resource found
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.
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.
Things to Consider When Designing .NET Applications
11/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 Architecture
11/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 IDE
7/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.
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.
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.
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download