Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Why bother? (Score 1) 421

.NET places no requirements on MSSQL. Me personally, I store my data in a mix of MSSQL. Postgres, SQLite, Cassandra, Lucene (the Java version), and yes, even Firebird (and I absolutely do NOT recommend Firebird).

If you want to host ASP.NET code on Linux, there are various ways to host Mono's version, using Apache, Nginx, and other servers: http://www.mono-project.com/do...

Once .NET Core actually exists, we'll see what the hosting story looks like. I imagine it'll look a lot like Mono's.

Comment Re:Quoted from TFA (Score 1) 200

No, he was merely giving that as an example of the power one senator has. In this case, it wasn't that a cancellation bill was placed on hold, it was that the amendment sponsored by Wicker was passed, directing NASA to finish it.

Comment Re:Death knoll for Java (Score 1) 187

LINQ, or the Enumerable extension methods? Results (can be) similar, language is very different.

The enumerable extension methods plus lambdas is more similar to Java's stream API, but only an insane person would prefer Java's implementation. As for LINQ (the DSL for working with the same methods), it's FAR less common. I rarely see it in practice, and I don't generally prefer it.

Slashdot Top Deals

New York... when civilization falls apart, remember, we were way ahead of you. - David Letterman

Working...