By tag: Unmanaged
0
kicks
What is the difference between managed and unmanaged code?
Managed Code
Managed code is code that is written to target the services of the managed runtime execution environment (like Common Language Runtime in .NET Framework). The managed code is always executed by a managed runtime execution environment rather than the operating system directly. Managed...
0
kicks
Linq to QueryableComputer : GAC, Registry, etc. Fusion Log Debugging
Example: (try this with gacutil.exe)
** ASSEMBLIES BY NAME WITH > 1 REGISTERED = 664 ***
Group ‘Microsoft’ Assemblies=466 Percent=70.18% Public Keys Used=5
Group ‘DevExpress’ Assemblies=73 Percent=10.99% Public Keys Used=2
Group ‘System’ Assemblies=71 Percent=10.69% Public Keys Used=4
...
0
kicks
‘Linq to Gac’ : Use Linq to Power Query your Gac via C# to Fusion
This post gets the GAC via Linq to bend your way. How? A Fusion Wrapper to IEnumerable over your Gac. No nasty PInvokes to deal with. It's all clean C# which is here to use. We owe a debt to the Mono project for this as well as a very smart Microsoft staff member to be give credit when we can find t...