File tree Expand file tree Collapse file tree
content/learning-paths/servers-and-cloud-computing/dotnet-migration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Compile the C file into a shared library:
3030gcc -shared -o libmylib.so -fPIC mylib.c
3131```
3232
33- This will generate a shared library file ( ` libmylib.so ` ) .
33+ This creates a shared object file named ` libmylib.so ` which your .NET application can call at runtime .
3434
3535## Use the C library in your .NET application
3636
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ learning_objectives:
1717
1818prerequisites :
1919 - A Microsoft Azure account with permissions to deploy virtual machines
20- - Basic knowledge of C and .NET
20+ - .NET SDK 8.0 or later
21+ - Basic knowledge of C and C#
2122 - GCC installed (Linux) or access to a cross-compiler
2223 - OrchardCore application created using the .NET CLI or Visual Studio
2324
You can’t perform that action at this time.
0 commit comments