Search Results

0
votes

What has stackoverflow taught you?

I've learned that all the good discussion forum ideas weren't used up. The more I think about stackoverflow's feature set the more brilliant I think the creators are for coming up with this. …
1
vote

What are the most important parts of the .Net framework for a beginner?

If you're working in VB.NET I'd say the My namespace is very important. It contains shortcuts to a lot of areas of the framework that used to be spread all over the place in the framework. It's a …
1
vote

What is the strangest/weirdest program you’ve ever made?

I once wrote a Mandelbrot fractal generator using Excel. I resized the cells so all 256 columns fit on screen and shrunk the rows down so the cells were square. The in VBA code I calculated the b …