Is there a common set of specifications for this version of .NET?
In our product development, we used large parts of Java EE with J2EE 1.3 for some products. Despite the large platform, it was always easy to find what is included in this version. Both Java SE and Java EE are a set of specifications. Several vendors offer implementation specifications. This works great.
Now I am discussing with college a .NET solution for another product. Honestly, I am very upset about how difficult it is to find out what is included in this version of .NET. My initial assumption was that C # + CIL is roughly Java SE and .NET Java EE. However, I cannot find information about, for example, container-managed transactions in .NET or if ISS is part of .NET or not. If not, how is ISS interacting with .NET? Can an alternative server be used?
Please help me with the Java EE specification instructions for a similar .NET description.
source
share