| Filename | Size | Update |
|---|
| CLR via C#.sln |
| Part 1-CLR Basics |
| .................\Ch01-Architecture |
| .................\.................\01-SomeLibrary |
| .................\.................\..............\01-SomeLibrary.csproj |
| .................\.................\..............\SomeLibraryType.cs |
| .................\.................\02-TypeMembersToIL |
| .................\.................\..................\02-TypeMembersToIL.csproj |
| .................\.................\..................\TypeMembersToIL.cs |
| .................\.................\03-ManagedCApp |
| .................\.................\..............\03-ManagedCApp.cpp |
| .................\.................\..............\03-ManagedCApp.sln |
| .................\.................\..............\03-ManagedCApp.vcproj |
| .................\Ch02-Building |
| .................\.............\01-SimpleProgram |
| .................\.............\................\01-SimpleProgram.csproj |
| .................\.............\................\Program.cs |
| .................\.............\02-Multi-File Assembly |
| .................\.............\......................\02-Multi-File Assembly.csproj |
| .................\.............\......................\App.cs |
| .................\.............\......................\AssemblyVersionInfo.cs |
| .................\.............\......................\build.bat |
| .................\.............\......................\FUT.cs |
| .................\.............\......................\RUT.cs |
| .................\Ch03-Shared Assemblies |
| .................\......................\AssemInfo |
| .................\......................\.........\AssemInfo.cs |
| Part 2-Type Basics |
| ..................\Ch04-Type Fundamentals |
| ..................\......................\01-DerivedFromObject |
| ..................\......................\....................\01-DerivedFromObject.csproj |
| ..................\......................\....................\DerivedFromObject.cs |
| ..................\......................\02-Casting |
| ..................\......................\..........\02-Casting.csproj |
| ..................\......................\..........\Casting.cs |
| ..................\Ch05-Primitive | Reference | and Value Types |
| ..................\..........................................\01-ReferencevsValue |
| ..................\..........................................\...................\01-ReferenceVsValue.csproj |
| ..................\..........................................\...................\ReferenceVsValue.cs |
| ..................\..........................................\02-Boxing |
| ..................\..........................................\.........\02-Boxing.csproj |
| ..................\..........................................\.........\Boxing.cs |
| ..................\..........................................\03-BoxingForInterfaceMethod |
| ..................\..........................................\...........................\03-BoxingForInterfaceMethod.csproj |
| ..................\..........................................\...........................\BoxingForInterfaceMethod.cs |
| ..................\..........................................\04-MutateViaInterface |
| ..................\..........................................\.....................\04-MutateViaInterface.csproj |
| ..................\..........................................\.....................\MutateViaInterface.cs |
| ..................\..........................................\box.cs |
| ..................\..........................................\BoxingAndInterfaces |
| ..................\..........................................\...................\BoxingAndInterfaces.cs |
| ..................\..........................................\ChangeBoxedObjectUsingReflection.cs |
| ..................\..........................................\TypesOfTypes |
| ..................\..........................................\............\TypesOfTypes.cs |
| Part 3-Type Members |
| ...................\Ch06-Type Members and Their Accessibility |
| ...................\.........................................\01-Type with All Members |
| ...................\.........................................\........................\01-TypeWithVariousMembe |