VS.NET can be adapted and extended to automate the development process (like repetitive tasks) or to provide functionality that is missing (development tools, etc). The development environment ca… more →
Visual Studio .NET Tips & TricksIon Toma wrote 3 years ago: VS.NET can be adapted and extended to automate the development process (like repetitive tasks) or to … more →
Ion Toma wrote 3 years ago: Switching between Windows: Ctrl+F6 - navigate between various panes that appear in the base co … more →
Ion Toma wrote 3 years ago: Normally, if we want to select several lines of text, this is done on line-by-line base. With block … more →
Ion Toma wrote 3 years ago: Bookmarks can be used to mark places in the code, like the code that you might want to jump back and … more →
Ion Toma wrote 3 years ago: In case we got code that goes too long, we have to scroll out of the screen to see the whole line. I … more →
Ion Toma wrote 3 years ago: Adding Line numbers to your code can be very helpful when discussing the code with someone else. … more →
Ion Toma wrote 3 years ago: To view the overall structure of the code, in VS.NET we can expand and close code regions for classe … more →
Ion Toma wrote 3 years ago: You may noticed from using Microsoft Office, that anytime you copy (CTRL+C) & paste (CTRL+V) a p … more →
Ion Toma wrote 3 years ago: To search, ussally you have to enter a CTRL+F and type the whole string and the search through the r … more →
Ion Toma wrote 3 years ago: There is general belief that in VS.NET there is no good editor for ASP.NET configuration file o … more →
Ion Toma wrote 3 years ago: A warning is a bug in waiting*. Warnings may be acceptable for debug builds, but for a release build … more →
Ion Toma wrote 3 years ago: Custom task list is a great feature, which provides information about errors, annotations that a dev … more →