Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Visual Studio 2012 Tips and Tricks
Search
Alex Thissen
March 13, 2013
Programming
0
100
Visual Studio 2012 Tips and Tricks
Alex Thissen
March 13, 2013
Tweet
Share
More Decks by Alex Thissen
See All by Alex Thissen
Catching up with Windows Azure Active Directory
alexthissen
0
28
Introduction to OWIN
alexthissen
0
39
//build/ redux
alexthissen
0
47
Secure your apps with ASP.NET Identity
alexthissen
0
40
Microsoft SDL in practice
alexthissen
0
490
Azure Active Directory and Web Single Signon
alexthissen
0
70
Claims-based Security for Web Apps using WIF 4.5
alexthissen
0
69
Visual Studio 2012 voor de VB.NET Web developer
alexthissen
0
30
8-bit Game emulation
alexthissen
0
41
Other Decks in Programming
See All in Programming
AIエージェントによるテストフレームワーク Arbigent
takahirom
0
380
無関心の谷
kanayannet
0
170
「ElixirでIoT!!」のこれまでとこれから
takasehideki
0
360
統一感のある Go コードを生成 AI の力で手にいれる
otakakot
0
3k
Javaに鉄道指向プログラミング (Railway Oriented Pro gramming) のエッセンスを取り入れる/Bringing the Essence of Railway-Oriented Programming to Java
cocet33000
2
570
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
210
FormFlow - Build Stunning Multistep Forms
yceruto
1
170
既存デザインを変更せずにタップ領域を広げる方法
tahia910
1
220
Passkeys for Java Developers
ynojima
3
860
Cline指示通りに動かない? AI小説エージェントで学ぶ指示書の書き方と自動アップデートの仕組み
kamomeashizawa
1
500
Haskell でアルゴリズムを抽象化する / 関数型言語で競技プログラミング
naoya
17
4.6k
Claude Codeの使い方
ttnyt8701
1
110
Featured
See All Featured
For a Future-Friendly Web
brad_frost
179
9.8k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
480
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.3k
Facilitating Awesome Meetings
lara
54
6.4k
The Cult of Friendly URLs
andyhume
79
6.4k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.5k
A Modern Web Designer's Workflow
chriscoyier
693
190k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
123
52k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Transcript
None
Visual Studio Tips and tricks Marcel de Vries Alex Thissen
Gerard van der Pol
New in VS2012
Preview Tab • Peek into selected file in Solution Explorer
• Keep open only if desired
Quick Launch • Shortcut: Ctrl+Q • Menus, options, • Limit
search by using filter – @opt – @menu – @mru – @doc • Possible to create additinoal filters
Visual Studio IDE
Task list
Editor
All time classic shortcuts Copy line Ctrl+C without selection Cycle
clipboard ring Ctrl+Shift+V Previous source code line Ctrl+ - Show SmartTag Ctrl+. Navigate To Ctrl+, Opening/closing tag Ctrl+[
Power editing • Press Alt to enable vertical selection
Debugging
Breakpoints and code flow • Conditional breakpoints • DataTip (including
pinning) • Virtual breakpoint (Run to) • Set Next Statement (drag yellow arrow) • TracePoints
Power debugging • Setup symbol server – Debug into Microsoft
assemblies • WinDbg from Visual Studio
Summary
Questions and Answers