P
Pujo Aji
any one has experiance in programming java inside c#?
Is it hard or easy?
Best regards
Pujo
Is it hard or easy?
Best regards
Pujo
Pujo said:any one has experiance in programming java inside c#?
Is it hard or easy?
Pujo Aji said:I just thought that combining language is cool, so for example java have
piped architecture paradigm, if this can be implemented in C# this could be
very good.
I just wonder if we can write full java program/code and C# together in
Visual studio.
David Levine said:Have you ever worked with a product called Eclipse?
It is written in java, and I've heard rumors that you can use it as a
framework within which you can write .net applications. What's your
take on it?
Jon Skeet said:Certainly have. It's wonderful.
Well, there's a 3rd party C# editor plugin, but last time I looked it
was abysmal. It may have improved, but I doubt that it's anything like
up to the level of the Java tooling (which is excellent).
David Levine said:What do you like about it? How does it compare to the .NET framework and
tools?
That's not encouraging. It's being pushed down on us from upper mgmt as a
framework that we should use for our .net applications. Do you have any
thoughts on what the likely result of trying this would be?
David Levine said:Have you ever worked with a product called Eclipse? It is written in java,
and I've heard rumors that you can use it as a framework within which you
can write .net applications. What's your take on it?
Pujo Aji said:piped architecture paradigm is other paradigm which combine the filter and
pipe data, so you bild filter and pipe and than start the threading of each
filter. the pipe only know to transfer data, the filter only know to receive
data and write data using pipe.
Some people use religous impulses instead of engineering discipline, andYes - pain. Eclipse is fundamentally Java-based. While you *can* use it
to develop .NET, it's far from the best choice, and certainly you don't
want to use the platform side of it as the basis of a .NET application.
It's very much like trying to use VS.NET (minus J#) for Java
development. It can be done, no doubt, but it would be very silly to do
it.