RSS

ASP.NET 2.0 Internals


Posting after a long long time have been really busy with somethings anyways here is a good article on ASP.NET 2.0 Internals

Good article on ASP.NET 2.0 Internals

Explains the details of ASP.NET 2.0
Happy Reading !!!!
0 comments

Posted in

ASP.NET 2.0 Internals


Posting after a long long time have been really busy with somethings anyways here is a good article on ASP.NET 2.0 Internals

Good article on ASP.NET 2.0 Internals

Explains the details of ASP.NET 2.0
Happy Reading !!!!

Visual Studio IDE : ShortCuts for Coding




Convert selected code to lower case - Ctrl+U
Convert selected code to upper case - Ctrl+Shift+U
Comment selected code - Ctrl+K, Ctrl+C
Uncomment selected code - Ctrl+K, Ctrl+U

WordWrap

Have a line of code which goes beyond the screen width? but you need to keep it that way and the only alternative is to scroll all the way to the right?
Well theres good news VS IDE provides a toggle shortcut which will put the line contents beyond the screen width on the next line and back onto the same line

ShortCut Key : - Ctrl + r + r (toggles)
0 comments

Posted in

Visual Studio IDE Tips & tricks: ShortCuts for Coding


Convert selected code to lower case - Ctrl+U
Convert selected code to upper case - Ctrl+Shift+U
Comment selected code - Ctrl+K, Ctrl+C
Uncomment selected code - Ctrl+K, Ctrl+U

WordWrap

Have a line of code which goes beyond the screen width? but you need to keep it that way and the only alternative is to scroll all the way to the right?
Well theres good news VS IDE provides a toggle shortcut which will put the line contents beyond the screen width on the next line and back onto the same line

ShortCut Key : - Ctrl + r + r (toggles)

Letting .Net remind you of the TODO task in your code


Letting .Net remind you of the TODO task in your code

.Net IDE provides a mechanism of keeping track of all the TODO tasks in your code.This is done through the Task window
Using the “TODO“ Keyword we can tell .NET IDE to remind us about this TODO task in the task window

HOWTO : - simply add a comment to your code that starts with the TODO keyword. It will automatically be added to your existing Task list.

E.g : - // TODO: Need to optimise the AuthoriseUser Method.

To view the Task list (ShortCut Key : Ctrl+Alt+K ):-

select View > Other Windows > Task List from the menu .
The Task list often filters its contents, so it displays only certain information. To view everything, right-click on your list and select All Tasks > All.


0 comments

Posted in

Visual Studio IDE Tips & tricks: Shortcut Letting .Net remind you of the TODO task in your code


Letting .Net remind you of the TODO task in your code

.Net IDE provides a mechanism of keeping track of all the TODO tasks in your code.This is done through the Task window
Using the “TODO“ Keyword we can tell .NET IDE to remind us about this TODO task in the task window

HOWTO : - simply add a comment to your code that starts with the TODO keyword. It will automatically be added to your existing Task list.

E.g : - // TODO: Need to optimise the AuthoriseUser Method.

To view the Task list (ShortCut Key : Ctrl+Alt+K ):-

select View > Other Windows > Task List from the menu .
The Task list often filters its contents, so it displays only certain information. To view everything, right-click on your list and select All Tasks > All.

Adding frequently used code to toolbar


Storing Often-Used Code in the Toolbox

If there is some often-used code and templates that you repeatedly have to use across various code behinds what would you usually do ?
Copy that code snippet somewhere , say ... in notepad or something and everytime you need it you will simply copy it back into the code behind. Well thats the most obvious thing to do, but did you know that VS IDE allows us to store code snippets into the toolbar for later use??

HowTO : - Simply drag and drop your code straight onto one of the toolbox tabs, such as the General tab or create your own tab . When you need to use it again, simply drag and drop back into your code window.These code snippets will persist there across projects.Hence making our job easier.

0 comments

Posted in

Copyright © Shounak S. Pandit. Powered by Blogger.

Ads