Code snippets in Visual Studio | Visual Studio Tips & Tricks

preview_player
Показать описание
#codesnippet #code #codeshortcut #shortcut

𝗖𝗼𝗱𝗲 𝘀𝗻𝗶𝗽𝗽𝗲𝘁𝘀 are ready-made snippets of code you can quickly insert into your code. In this tutorial will see few examples how we can use code snippets and for more code snippets follow below link.

------------------------------------------------------------------
Below are few code snippets shortcuts
------------------------------------------------------------------
𝗳𝗼𝗿 to create a for loop
𝗳𝗼𝗿𝗿 to create a for loop that decrements the loop variable
𝗳𝗼𝗿𝗲𝗮𝗰𝗵 to create a foreach loop
𝘄𝗵𝗶𝗹𝗲 to create a while loop
𝗱𝗼 to create a do loop
𝘁𝗿𝘆 to create a try/catch block
𝘁𝗿𝘆𝗳 to create a try/finally block
𝗶𝗻𝘁𝗲𝗿𝗳𝗮𝗰𝗲 to create an interface
𝗰𝗹𝗮𝘀𝘀 to create a class
𝗰𝘁𝗼𝗿 to create a constructor
𝗽𝗿𝗼𝗽 to create an auto-implemented property
𝗽𝗿𝗼𝗽𝗳𝘂𝗹𝗹 to create a property with a private field
𝗲𝗾𝘂𝗮𝗹𝘀 to override the Equals method of the base Object class

v creations tech
Рекомендации по теме