Browse by Tags
All Tags »
Visual Studio (
RSS)
Way back when we were using Visual Studio 2005, there was a Clipboard Ring tab in the Toolbox. I loved that tab! When I am doing a bunch of copy/pastes, I sometimes find that I hit Ctrl+C when I meant to hit Ctrl+V, and poof! my Clipboard was kindly...
After my post on Using Code Snippets , several people have asked about the Code Snippet Editor. As stated here , "the Snippet Editor allows for easy management and creation of code snippets for Visual Studio." You can find out more and download...
As stated here , you use object binding in a WinForms application by following these steps: 1. Build the business objects for your application. 2. Define a business object data source in the Windows Application project containing your user interface....
Before going through the details of how to use object binding, it is important to understand exactly what it is—and what it is not. Object binding is binding your business object properties to user interface elements. Object binding is not database binding...
Are there some pieces of code that you find yourself writing over and over and over again? Do you ever use a piece of code so seldom that you always need to look it up? Some of these pieces may make sense as standard components or standard methods in...
So many things to think about, so little time. Deciding to be a developer with .NET is deciding to be a life-learner. There is no one manageable set of things to learn and then you are done. Rather, you spend every day learning new, better, more efficient...