So I started a new project a couple weeks back and I’m going to put off separating the common features into a “CommonProject” until later. I’ve run into a few tedious steps over and over…
Tag: visual studio
Visual Studio .NET 2005’s Command Line Tool.
What I’m trying to do: call the link.exe to make a SampleFile.res into a SampleFile.dll. Approach 1: Manual call from the Command Line Tool (CLT).I don’t like this idea because I’d have to open the…
Language/IDE Comparisons, Part 1.
Every once in a while, I’ll post up some new headaches, awesome-ness, or just differences that have come up for me using Java(1.4.2)/Eclipse (3.1.2) and C#(1.0)/Visual Studio 2003. Here are some to start: IDE Features:-Eclipse’s…
Right Tool for the Right Job.
We have been working on a (.NET, C#) project (yes, believe it or not we still are) and ran into something about ExecuteScalar and ExecuteNonQuery. We needed to know when to use each. I just…
VS .NET versus Eclipse.
Visual Studio .NET 2003 versus Eclipse 1.3.1 (Web Tools Platform). So, even though I only have a few days (7 workings days to be exact) with Eclipse, there are already a few of things I…