Visual Studio Fast Development
Hi
Visual studio will have default templates for cretain functionality in .net.
Ex: adding try catch, Adding Region, Adding for loop...
How can we get this templates in Visaul studio.
Open your application in Visaul studio.
Go to .cs file.
Let's say if you want to add for loop here.
press Ctrl K X.
You will get different options , select Visaul studio. The you can select for.
You will get for loop logic.
Hi
Visual studio will have default templates for cretain functionality in .net.
Ex: adding try catch, Adding Region, Adding for loop...
How can we get this templates in Visaul studio.
Open your application in Visaul studio.
Go to .cs file.
Let's say if you want to add for loop here.
press Ctrl+K+X.
You will get different options , select Visual studio. The you can select for.
You will get for loop logic.
hey nice shortcut it is.
good one