C# Corner
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
TECHNOLOGIES
ANSWERS
BLOGS
VIDEOS
INTERVIEWS
BOOKS
NEWS
CHAPTERS
CAREER
Jobs
IDEAS
About Code 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]
Abhishek Mishra (2)
Gul Md Ershad (1)
Akhil Mittal (1)
Ehsan Sajjad (1)
Vidya Vrat Agarwal (1)
Related resources for Code Refactoring
No resource found
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
Common Code Smell Mistakes In C#, Part One
7/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
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.
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.