November 2024
Beginner to intermediate
828 pages
20h 20m
English
This chapter is about how C# keywords are related to .NET types and the relationship between namespaces and assemblies. You’ll become familiar with how to package and publish your .NET apps and libraries for cross-platform use.
There are several online sections for this chapter, and you will find links to them all at the end of the chapter.
In an online-only section, Decompiling .NET assemblies, we cover how to decompile .NET assemblies for learning purposes and why you cannot prevent others from decompiling your code. In another online-only section, Porting from .NET Framework to modern .NET, you can learn how to use legacy .NET Framework libraries in .NET libraries and how it is possible to port legacy ...
Read now
Unlock full access