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
110
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
30
Introduction to OWIN
alexthissen
0
40
//build/ redux
alexthissen
0
49
Secure your apps with ASP.NET Identity
alexthissen
0
42
Microsoft SDL in practice
alexthissen
0
690
Azure Active Directory and Web Single Signon
alexthissen
0
73
Claims-based Security for Web Apps using WIF 4.5
alexthissen
0
75
Visual Studio 2012 voor de VB.NET Web developer
alexthissen
0
33
8-bit Game emulation
alexthissen
0
44
Other Decks in Programming
See All in Programming
「効かない!」依存性注入(DI)を活用したAPI Platformのエラーハンドリング奮闘記
mkmk884
0
280
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
1.2k
生成 AI 時代のスナップショットテストってやつを見せてあげますよ(α版)
ojun9
0
320
PHP 7.4でもOpenTelemetryゼロコード計装がしたい! / PHPerKaigi 2026
arthur1
1
450
AIと共にエンジニアとPMの “二刀流”を実現する
naruogram
0
110
車輪の再発明をしよう!PHP で実装して学ぶ、Web サーバーの仕組みと HTTP の正体
h1r0
2
450
今年もTECHSCOREブログを書き続けます!
hiraoku101
0
200
Mastering Event Sourcing: Your Parents Holidayed in Yugoslavia
super_marek
0
130
AWS×クラウドネイティブソフトウェア設計 / AWS x Cloud-Native Software Design
nrslib
16
3.5k
今こそ押さえておきたい アマゾンウェブサービス(AWS)の データベースの基礎 おもクラ #6版
satoshi256kbyte
1
210
Claude Code Skill入門
mayahoney
0
450
Linux Kernelの1文字のミスで 権限昇格ができた話
rqda
0
2.2k
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
225
10k
We Are The Robots
honzajavorek
0
210
Between Models and Reality
mayunak
2
250
Crafting Experiences
bethany
1
97
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
160
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
100
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
The browser strikes back
jonoalderson
0
860
Reality Check: Gamification 10 Years Later
codingconduct
0
2.1k
Speed Design
sergeychernyshev
33
1.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
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