skip to main
|
skip to sidebar
C# Programming Tips
Saturday, February 28, 2009
C# Refactor Menu Tip
Always use the refactor menu tip when renaming event classes to help debugging in the future.
Steps:
Go to Menu
Select Refactor
Select Rename
Enter method name
Press Enter Twice
Or
Press F2
Reasons Why you should use refactor menu to rename functions:
Safest way to make changes to code
Could cause reference debug errors when something elsewhere is trying to reference that function
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2009
(5)
►
March
(1)
▼
February
(4)
C# Changing Types the correct way
C# Testing Applications without publishing
C# Enabling Auto Completion Property Drop Down
C# Refactor Menu Tip
About Me
phpdiscovery
View my complete profile
No comments:
Post a Comment