I aggree, but I guess it's easy to know how to build a better class library
when there is one already out there you can "model".
VS.NET is a pig as far as eating up processor and RAM but man, can those
guys ever make an excellent development studio.
One of my favorite features of VB.NET that Java doesn't have is automatic
"boxing" of primitive types. Basically the compiler will treat your "int"
variable as an object if you use it like an object, or it will treat it as a
primitive if you use it like a primitive.
Craig.
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 26, 2001 11:31 AM
Subject: .NET and Struts...
> i'm a long time unix/c/c++/java/jsp developer, but honestly, my
> experience with .NET in its short time since beta 2 release has been
> very eye-opening. all of the usual features you'd expect from msft in
> terms of whizbang gui features are all there of course, in
> VS.NET. even more impressive to me is the .NET framework and its
> associated class libraries. it's a massive effort with massive
> developer/design hours invested. i have yet to find something in
> java's sdk class lib that isn't already in .NET. in fact, .NET
> arguably already has a better class library, including such basic
> features such as built-in Regex support that's missing from
> sun. that's just a start.
>
> i'm not tooting msft here at all - just trying to be informative. if
> anything, i'm saddened that there's less and less that seems to be
> able to defend against the msft monopoly/juggernaut. ;)
>
>
> jae
>
> Craig Tataryn writes:
> > Hi all, I just wanted to give an observation and perhaps propose
another "ToDo". I recently attended a ".NET roadshow" seminar in
Minneapolis (btw: not worth the money, just buy a book and read it, all the
instructors did was read the slides to us).