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
530
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
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.8k
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
3.3k
個人開発で徳島大学生60%以上の心を掴んだアプリ、そして手放した話
akidon0000
1
140
より安全で効率的な Go コードへ: Protocol Buffers Opaque API の導入
shwatanap
2
730
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
2
770
Swift Updates - Learn Languages 2025
koher
2
510
AIコーディングAgentとの向き合い方
eycjur
0
280
請來的 AI Agent 同事們在寫程式時,怎麼用 pytest 去除各種幻想與盲點
keitheis
0
120
AWS発のAIエディタKiroを使ってみた
iriikeita
1
190
ユーザーも開発者も悩ませない TV アプリ開発 ~Compose の内部実装から学ぶフォーカス制御~
taked137
0
190
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
560
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
7
2.5k
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
113
20k
Documentation Writing (for coders)
carmenintech
74
5k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Side Projects
sachag
455
43k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Music & Morning Musume
bryan
46
6.8k
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