Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Please Stop. (Score 1) 627

I understand your frustration on the topic. But I have to say that I am one of the few that actually was forced to learn Java with notepad and a standard JDK without internet. The course was difficult but it made me a very good programmer. If I was to give a course to a newcomer I would still let him at least do one assignment this way. Back to the original subject: I think that there are a large group of programmers that know how to program but are not really aware on specifics like deployment / tuning / classpath issues / CLR configuration / IIS specifics / etc. These things are taken away from you by using a good IDE and you can still be an good developer. Personally I want to excel in development and have thought myself all others specifics as well. Just my 2 cents.

Comment GIS and .NET (Score 1) 158

Strange how nobody picked up the more troubling notes from the question. GIS development and .NET do not really mix that well. If the company (and you) are serious about GIS (or it is a large component) consider switching to Python or Java, or be at the (not so merciful and closed sourced) hands of ESRI. I have been developing a extremely large .NET application suite for the Dutch government for the last 5 years. It is still not working. Problems are the use of Oracle and .NET (Oracle being the biggest problem).
Tooling needed for GIS jobs works with Linux and other open source tooling. Consider PostgreSQL with PostGIS and GeoTools, GeoServer and GDAL/OGR. It's for your own sanity...

Submission + - Julian Assange arrested in England (belfasttelegraph.co.uk)

SJ2000 writes: "Scotland Yard has confirmed that Julian Assange has been arrested by police in England... It is expected he will appear before an extradition hearing at Westminster Magistrates' Court today for a ruling to be made on whether or not he should be sent to Sweden."

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...