The loose analog of the Java language on the .Net platform is J#. The J#
group is
microsoft.public.dotnet.languages.jsharp
Someone there should be able to tell you whether or not J# has a something
along the lines of Java's Properties class. If there is, and if you choose
to install J# on a box with .Net installed then you can make use of that
class in any CLS compliant language.
Read about serialization. You can serialize any object implementing
ISerializable or maked with the Serializable attribute, then you can save
the result of that serialization (which is XML) to a file, database or some
other storage. Of course, you can then construct your object from its
serialized representation.
interop is what it is, I don't write every legacy app I have to deal with, I
just live here. J#? I could write something I just thought if there was
something that would be a superior route, thanks for all your keen insight.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.