mandag den 3. november 2008

Essential Visual Studio Tips & Tricks that Every Developer Should Know


Et par tidsbesparende tips og tricks ...

Morten (www.sharpgis.net) har gjort mig opmærksom på denne session fra PDC2008: http://channel9.msdn.com/pdc2008/TL46/
/Sik


Some time saving tips and tricks ...

Morten (www.sharpgis.net) informed me about this session at PDC2008: http://channel9.msdn.com/pdc2008/TL46/
/Sik


Quote

In this blog entry, I list the essential tips and tricks that every developer who uses Visual Studio 2008 should know. I wanted to keep this list brief. I also wanted to focus on only those tips and tricks that I use on a daily basis. Almost all of these tips and tricks are just as useful regardless of whether you are building an ASP.NET Web Forms or ASP.NET MVC application.

Tip #1 – You don’t need to select a line to copy or delete it
Tip #2 – You can add a namespace automatically by pressing CTRL-.
Tip #3 – Never create properties by hand
Tip #4 – You can remove and sort unnecessary using statements
Tip #5 – Use CTRL-k+c to comment out code
Tip #6 – You can close all documents except the current one
Tip #7 – You can open a database by double-clicking the database file in App_Data
Tip #8 – You can copy a file or folder into a project by dragging and dropping
Tip #9 – Use CTRL-SPACE to perform statement completion
Tip #10 – Add new items by pressing CTRL-N or CTRL-SHIFT+A
Tip #11 – You don’t need to type file extensions when adding a file

1 kommentar:

  1. PDC sessionen TL46 omhandler det samme men har langt flere og meget mere gemte tips og tricks and dem der er i den blogpost.

    SvarSlet