Custom code development recommendations
This topic provides general recommendations for developing custom code that interacts with SDL Tridion Sites.
- .NET developers: target .NET 4.7.2
-
Create your .NET assemblies to target Microsoft .NET Framework 4.7.2.
- Java developers: target Java 8
-
Write your Java code to target Java SE 8.
- 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.