Description
• Examples of how to migrate .NET codebases to Cobalt are needed. Customers have a huge code base in .NET can (Cross compile?) "Build for any CPU" should be able to automatically run on Arm64 (theoretically you shouldn’t have to do anything to run on Arm 64).
• Use case of mixed lang + interop between C# and C - examples of what needs to be changed are useful
• .NET allows native Ahead of Time compilation (AOT ) - what knobs & where, to change in the build scripts to target Arm64?
• (Once you have it migrated to Arm64, locally test & then the next step is to deploy on Azure)
• Performance concerns after migration to Arm64 - need context/data to set customer expectations. Expectation is the perf will be dramatically improved. Consider similar cores, similar ram, similar hard disk: list perf differences.