การสรุปสาระ หรือ ประเด็นในภาพรวม
- Design & Run time Mode
- Properties Windows
Tips
Code Snippers
- การพิมพ์คำสั่งย่อแทนคำสั่งเต็ม เพื่อลดเวลาการทำงานและ ลดอัตราการพิมพ์ผิด
- ปกติจะนำไปใช้งานหลังจากที่เริ่มผ่าน การเขียนโปรแกรม มาระยะหนึ่งแล้ว มีความคุ้นเคย และเริ่มต้องการความเร็ว หรือ ความสะดวกในการพิมพ์คำสั่ง ซ้ำ ๆ
- นำเสนอเพียงบางส่วน สามารถดูเพิ่มเติมได้ที่ MSDN
Short cut Key
การใช้คำสั่งการทำงานด้วย keyboard แทนการใช้ mouse เนื่องจากในบางกรณี หรือ บางท่าน อาจพบว่า การทำงานผ่าน keyboard ที่ไม่ต้องยกมือไปขยับ mouse มีความสะดวกกว่าObject Naming Convention
การกำหนดชื่อให้กับ Control ในรูปแบบ ที่ Microsoft แนะนำ เป็นทางเลือกหนึ่ง ที่จะช่วยให้การสื่อสาร การทำความเข้าใจในโปรแกรม สะดวกขึ้นTask List
Use the Task List to track code comments that use tokens such as TODO and HACK, or custom tokens, and to manage shortcuts that will take you directly to a predefined location in the code. Click on the item in the list to go to its location in the source code.
Move Code up /down
In Visual Studio 2013 & 2015, this functionality is built in. ALT + UP/DOWN will move a line up or down.
MSDN Nameing GuidelineA consistent naming pattern is one of the most important elements of predictability and discoverability in a managed class library. Widespread use and understanding of these naming guidelines should eliminate many of the most common user questions. This topic provides naming guidelines for the .NET Framework types. For each type, you should also take note of some general rules with respect to capitalization styles, case sensitivity and word choice. ( Click...https://msdn.microsoft.com/en-us/library/xzf533w0(v=vs.71).aspx ) การจัดเก็บ icon หรือ รูปภาพในระบบ การรวบรวมภาพ icon เพื่อใช้ในการอ้างอิง ใน ภายหลัง โดยจัดเก็บใน Properties.Resource |