Tagged Questions

24
votes
10answers
20k views

When is .NET 4.0 and Visual Studio 2010 supposed to be released?

When is .NET 4.0 and Visual Studio 2010 supposed to be released?
0
votes
2answers
65 views

How is the internet changing the way we program? [closed]

This is more of a philosophical question, but in your guys' view, what have been the major impacts of the internet on the way we write software? With more and more pertinent information filling the …
6
votes
8answers
622 views

C# Language Speculation 4.5 / 5.0

What have you heard about the next version of the C# language specification after 4.0? This is not intended to be a wishlist of features, only items that have been discussed as possibly being …
5
votes
5answers
388 views

What will happen with Office VBA?

The company I work at is run on Excel sheets. Several of those sheets have some form of VBA code embedded. I'm doing some maintenance on them, but it feels really dated. What's gonna happen to Office …
1
vote
6answers
186 views

What causes Twitter crashes: Ruby or Messaging Propogation?

I have heard a lot of conjecture on this. Some people say its the strain on the servers over messaging; Others point the finger at Ruby. What is it? I would really like to know .. just for everybody's …
0
votes
3answers
215 views

Is there another way to do screen scaping apart from regular expressions?

I'm doing a personal, just for fun, project that is using screen scraping to give me a System Tray notification in case another line on an HTML table is added, modified or deleted. Having done this …