Search Results

1
vote

What is the best technology/framework to use for an online e-commerce site?

I would say the best depends on your experience - if you've got experience with PHP, I'd go with PHP. If .NET , then ASP.NET. Rob Conery has a …
0
votes

Worst abuses of NIH syndrome?

We've written our own browser. Actually, we're just using the WebBrowser control, but we wrapped it and had to do all sorts of COM Interop to make it behave like Internet Explorer (i.e. handle popu …
300
votes

Great programming quotes

I invented the term Object-Oriented, and I can tell you I did not have C++ in mind. Alan Kay …
4
votes

Is JavaScript object-oriented?

Yes and no. JavaScript is, as Douglas Crockford puts it, "the world's most misunderstood programming language." …
3
votes

Which language should I pick up: VB.Net or C#

If possible, both :) If just one, then I'd go with C# myself. If you use the feature that Visual Studio 2008 added to be able to download the source for reference, you'll notice that it is …
34
votes

What are the most relevant OSS projects for .NET?

The most relevant ones to me are the ones I use the most and are the most valuable to me I suppose. Unit Testing Frameworks: NUn …
1
vote

What have you done to customize your IDE?

I've using a combination of ViEmu and ReSharper with a …