[OT] Of Java and C#



I've got to say, to those of you who recommended _Sams Teach Yourself Java 2 in 21 Days_ as a Java learning tool - that book is excellent! I've completed the first 7 days, and OO is finally "clicking" in my mind. Thanks for the great recommendation.

In conjunction with that, I've also written my first C# class, which we (will, starting next week) use with our COBOL configuration management system to create program/proc (copybook), program/call, and program/reject cross-references. (I'll share it if anyone is interested - it's also going to update a program/database item xref when it's completely done, but that code is a bit more complex than the other 3.) I'm very happy with the way it worked, although I was bitten by a couple of things that are different than Java.

I agree with Pete Dashwood's assertion that the IDE makes development a piece of cake. I started writing this class on Wednesday, and had it completely debugged by Friday at noon!


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ / \ / ~ Live from Montgomery, AL! ~
~ / \/ o ~ ~
~ / /\ - | ~ daniel@thebelowdomain ~
~ _____ / \ | ~ http://www.djs-consulting.com ~
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ GEEKCODE 3.12 GCS/IT d s-:+ a C++ L++ E--- W++ N++ o? K- w$ ~
~ !O M-- V PS+ PE++ Y? !PGP t+ 5? X+ R* tv b+ DI++ D+ G- e ~
~ h---- r+++ z++++ ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

"Who is more irrational? A man who believes in a God he doesn't see, or a man who's offended by a God he doesn't believe in?" - Brad Stine
.



Relevant Pages

  • Re: Recommendations for .Net books
    ... Thanks for the recommendation (and thanks to everyone else who made ... all currently implemented in Delphi 5 Enterprise. ... moved to Java will be moved to Java ... some books will be better than others. ...
    (borland.public.delphi.non-technical)
  • Re: Need Java IDE Recommedation
    ... "Ray Mitchell" wrote: ... >I'm totally new to Java and would like a recommendation for a ... >Visual Cafe and would appreciate any input and recommendations on current ... >something of that nature for Java. ...
    (comp.lang.java.programmer)
  • Controlling Access
    ... Let me preface this by saying I'm new to Java and I'm maintaining a ... some code to check the user group in the LDAP database. ... Would you mind giving me a recommendation on a better way? ...
    (comp.lang.java.programmer)
  • Re: Ranting about JVMs default memory limits...
    ... The problem is that old objects referring to young ones increases the number of objects that the GC has to traverse during collection, because it otherwise has an optimization that allows it to ignore the objects in the older generations. ... I don't know if there's an in-depth article that discusses the details of the Java GC implementation. ... Given that the Java implementations are more varied, ... If you can't find a discussion specific to the Java run-time, you can look at the .NET articles I referred to elsewhere in this thread for more details on this particular issue (I presume that if Java has the same recommendation, it's because it has a similiar, if not identical optimization). ...
    (comp.lang.java.programmer)
  • Re: Of Java and C#
    ... Java 2 in 21 Days_ as a Java learning tool - that book is excellent! ... system to create program/proc, program/call, and ... As a long time Java developer, would you like a review of it, to see ...
    (comp.lang.cobol)