2
Shouts

Code refactoring with Visual Studio 2010 Part-4

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 690 days, 9 hours, 19 minutes ago
Wednesday, June 29, 2011 8:52:43 AM GMT

I have been writing few post with code refactoring features in Visual Studio 2010. This post also will be part of series and this post will be last of the series. In this post I am going explain two features 1) Encapsulate Field and 2) Extract Interface. Let’s explore both features in details.Encapsulate Field: This is a nice code refactoring feature provides by Visual Studio 2010. With help of this feature we can create properties from the existing private field of the class. Let’s take a simple exampl...

category: Web Dev | clicked: 0 | | source: jalpesh.blogspot.com | show counter code
tags: Visual Studio 2010, CodeRefatoring

No comments yet, be the first one to post comment.

To post your comment please login or signup