Search Results

0
votes

Differences between MSIL and Java bytecode?

Agreed, the differences are minute enough to ingore as a beginner. If you want to learn .Net starting from the basics, I'd recommend looking at the Common Language Infrastructure, and the Common Ty …
0
votes

Is there a Java equivalent for .Net System.Data?

ADO.NET is a framework with multiple uses, and DataSet is one of the main abstractions. Tell us more about what you want to achieve, and I'm sure somebody will find a Java framework for that purpos …