MetaData reside in Assembly and They are nothing more than list of tables which holds information about your managed modules(TypeDef,Parameterts,Module,AssemblyVersion,MethDef etc..).These tables are in turn use by CLR to execute the program.
Listed Below,MetaData Info of Exe using ILDASM.