Iterator, it's implementation and CIL (with Misc Links)

Links for Iterator Implementation in C#:
 C# 2.0 Iterators
 https://community.bartdesmet.net/blogs/bart/archive/2006/07/06/4121.aspx

 Implementation of Iterators in C# 2.0 (Part 5)
 https://www.thinkingms.com/pensieve/CommentView,guid,fd10bfa8-1aeb-4353-84c8-cd80e418424f.aspx

Links for IL in the CLR:
 VB vs. C# MSIL Code Generation: Are the results equal?
 https://www.codeproject.com/KB/msil/vbvscsmsil.aspx

 Introduction to IL Assembly Language
 https://www.codeproject.com/KB/msil/ilassembly.aspx

Links for Detour:
 https://research.microsoft.com/sn/detours/
 https://www.codeproject.com/KB/system/KamalDetours01.aspx

ETC Links:
 C# Compiler Switches
 https://www.devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=592

 PowerShell function to generate the MD5 hash of a string
 https://www.iterator.net/blog/entries/powershell-function-to-generate-the-md5-hash-of-a-string.aspx