vadimk

Stories kicked by vadimk

Bookmarking with Visual Studio and ReSharper 5.0(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 2 years, 4 months ago

Learn how to use bookmarks in Visual Studio and with new upcoming version of ReSharper 5.0 read more...

1 comment |category: |Views: 220

tags: another

Shortcut Key to Comment code in VS and SQL Server Management Studio(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 7 months ago

Speed up your development with these simple keystrokes. read more...

1 comment |category: |Views: 25

tags: another

Copy text from a MessageBox(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 7 months ago

How many times you wished you could copy text from the MessageBox. YOU CAN. read more...

4 comments |category: |Views: 542

tags: another

Step by Step Guide to Add a SQL Job(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 10 months ago

Describes Step by Step process of adding a sql job in SQL Server 2005 read more...

add a comment |category: |Views: 5

tags: another

What you don't know about Copy & Paste in Visual Studio(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 10 months ago

This post explains how to use clipboard ring and some other tricks with Ctrl-C/Ctrl-X. read more...

add a comment |category: |Views: 777

tags: another

C# #warning and #error Directives(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 3 years, 10 months ago

In some situations you may wish to purposefully cause compilation errors or warnings in your code. For example, a warning indicating that you are compiling in debug mode or an error for deprecated code. These can be added using preprocessor directives. read more...

add a comment |category: |Views: 9

tags: another