Tags: , | Posted by Kevin Babcock on 7/10/2009 11:38 PM | Comments (1)
When working in big projects one of my favorite ways to get around is to right-click on a variable, class name, or method call in code and select Go To Definition from the context menu. This quickly opens the file where the object you clicked on is defined and navigates to its definition. Very ha... [More]
Tags: , , | Posted by Kevin Babcock on 5/30/2009 6:32 AM | Comments (3)
If you followed my Oracle Express installation guide, you are probably wondering how to connect to the Oracle database from inside our favorite IDE, Visual Studio. Not being one to exclude a group of developers as big as the .NET crowd, Oracle created a set of tools specifically aimed at making it e... [More]
Tags: , | Posted by Kevin Babcock on 5/17/2009 3:32 AM | Comments (5)
I hate this error. No seriously, I HATE this error. It happens from time to time, usually when trying to use any 3rd-party components in your Visual Studio toolbox. That means if you are using the Ajax Control Toolkit, Telerik controls, or any other set of components that didn’t come as part... [More]