Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re: Test of Time (Score 1) 181

var is useful when used with factory functions. Makes changing the type returned by your factory function much easier if all the calls use "var x = MyFactory.GetConnection("foo");" Otherwise you may find yourself replacing 3000 SqlConnection declarations with DbConnection as we had to do.

Comment Re: MS has been late to every recent tech movement (Score 1) 421

Why are you locked in? If you have web services calling web services it doesn't really matter what a web service is written in. There are some nice .net platforms that don't come from MS, like ServiceStack or Nancy. Even the MS Mvc.Net platform is mono compatible (and was already open source) so you can run Linux with docker running 6 instances of your service.

Comment Me (Score 1) 286

I turn 40 in eleven days. Definitely starting to feel crusty. I've been in tech long enough now to see ideas come, go, and chime back again.

Slashdot Top Deals

"A car is just a big purse on wheels." -- Johanna Reynolds

Working...