day 25
today I studied Assemblies, Assemblies is the basic unit of deployment in .NET Core.
In summary, the combination of a common intermediate language
(CIL), the Common Language Runtime (CLR), and cross-platform
libraries allows C# code to be written once and run on multiple
platforms, including both Windows and Mac. The runtime
environment takes care of the platform-specific details, making cross-platform
development more accessible for C# developers.
.png)
Comments
Post a Comment