Custom code development recommendations
This topic provides general recommendations for developing custom code that interacts with Tridion Sites.
- .NET developers: target .NET 4.8
-
Create your .NET assemblies to target Microsoft .NET Framework 4.8.
- Java developers: target Java 11
-
Write your Java code to target Java SE 11.
- Custom extension developers: cater for 64-bit operating systems
-
Enable your custom extensions to run on a 64-bit operating system. Compile .NET code to anyCPU.