Stitch
Muse
- Joined
- Jul 5, 2004
- Messages
- 667
.NET and JRE (Java Runtime Environment) are much the same concept. They are the framework in which the code executes.
JRE however only works with code written and compiled in Java. .NET is language independant and compilers have been written for most languages including J++ (MS's Java) C++, C#, VB, JavaScript, Perl, Cobol etc etc.
.NET is being used heavily for web front ends (aspx rather than asp pages) with the code behind the web page being compiled code rather than interpreted ASP 3 script. It is also a doddle to produce XML Web Services. MS are pushing it as a web technolody, but it is much more than that. You can write desk top apps (including Windows Services in VB - finally) as well, but they still need the framework.
JRE however only works with code written and compiled in Java. .NET is language independant and compilers have been written for most languages including J++ (MS's Java) C++, C#, VB, JavaScript, Perl, Cobol etc etc.
.NET is being used heavily for web front ends (aspx rather than asp pages) with the code behind the web page being compiled code rather than interpreted ASP 3 script. It is also a doddle to produce XML Web Services. MS are pushing it as a web technolody, but it is much more than that. You can write desk top apps (including Windows Services in VB - finally) as well, but they still need the framework.