Posts

Showing posts from November, 2010

Upside down Facebook commenter

Image
  Facebook Upside down Commenter SITE IS UPDATING......

Visual Studeo IDE tips

1. Record and play temporary macro Ctrl+Shift+R to record a new temporary macro. Press Ctrl+Shift+R to stop recording. Ctrl+Shift+P to play the recorded macro. This works similar to *recording* in Vim. If you think you are going to be repeating a set of keyboard keys, then record them once and play them each time after. 2. Multiple copy/pastes Ctrl+Shift+V cycles through the clipboard ring. You can copy/cut multiple times from one area of code , then go to another area and paste them one after another. 3. Drag and drop code snippets The Toolbox (Ctrl+Alt+X) window has multiple tabs. You can drag and drop code onto this window and copy it elsewhere. Some tabs do not allow dropping code into them; those that allow will have the appropriate icon. The General tab works for me. 4. Previous cursor positions Ctrl+- i.e. Ctrl + Hyphen. This cycles you through the code positions you visited. Ctrl+Shift+- to navigate in the opposite direction. 5. Incremental search To incremen

C# video Tutorials On Youtube

C# From A to Z - Lesson 1: Comments C# From A to Z - Lesson 2: Value vs Reference Types C# From A to Z - Lesson 3: Built-in Value Types C# From A to Z - Lesson 4: Variables and Constants C# From A to Z - Lesson 5: Variables & Constant Examples C# From A to Z - Lesson 6: Operators C# From A to Z - Lesson 7: Operators Examples C# From A to Z - Lesson 8: Casting & Conversion C# From A to Z - Lesson 9: Casting & Conversion Examples C# From A to Z - Lesson 10: Enumerations C# From A to Z - Lesson 11: Enumerations Examples C# From A to Z - Lesson 12: The USING Statement C# From A to Z - Lesson 13: The IF Statement C# From A to Z - Lesson 14: The Switch Statement C# From A to Z - Lesson 15: Loops C# From A to Z - Lesson 16: Loops Examples C# From A to Z - Lesson 17: Declaring Variables C# From A to Z - Lesson 18: Access Modifiers C# From A to Z - Lesson 19: Constants C# From A to Z - Lesson 20: Type Converting C# From A to Z - Lesson 21: System.Convert Classes