Forgot your password?
typodupeerror

Comment Re:And then they check it? (Score 1) 694

When you're grading a large number of students you may not notice duplicated code unless you happen to go over the duplicates relatively close to each other. Furthermore, in the classes I TAed we had multiple TAs, and we would split the students amongst us. So even if two students' assignments were identical we still wouldn't necessarily notice, as different TAs might be looking at each one. Automated tools help even when you're already going over all the code manually.

Comment Re:loaded with ad's cheap + sets + acting + MS loc (Score 1) 163

MS Lock in? What MS lock in? I've watched The Guild and never once did so through anything Microsoft.

They sell DVDs of seasons 1 and 2, and I assume will do so with 3 once it's done. And the eps are posted (officially) to youtube a while after they're released to Live.

Oh, and that song they did is on both Amazon MP3 and iTunes.

So while they do use Microsoft for some distribution, it's not locked in at all.

Comment Re:So what... (Score 1) 405

Not quite true. From the Ars writeup:

"This milestone release delivers compatibility with .NET 2.0 and C# 3.0 on a broad range of platforms and architectures. "

Later

"The C# compiler is greatly improved and now delivers support for Language Integrated Query (LINQ) functionality and expression trees."

From what I remember, 3.0 didn't add anything new to the runtime. All the new language features were just syntax sugar that the compiler handled. This probably won't work with .Net 3.5 stuff, but it sounds like 3.0 should work fine.

Slashdot Top Deals

The nice thing about standards is that there are so many of them to choose from. -- Andrew S. Tanenbaum

Working...