Code snipets in vs

try this out
for FOR loop
just write
For
then press tab two times..

for WHILE loop ,write

while
then press tab tab .

for DO WHILE loop, write

do
press tab tab

for CONSOLE.WRITELINE , write

cw
then press tab tab..

Comments

Popular posts from this blog

How to use lamda expression for updating using LINQ

using session for login and logout in asp.net

How to post data in MVC using form collection for Beginners.