Is there such a thing as a step-by-step guide to create a custom framework in .NET?
I am trying to create one myself, have been reading the materials on the MS website about assemblies and GAC etc. but am getting more and more confused.
I am not trying to do anything particular at this point. I am just trying to learn how to develop a custom framework. By framework I meant something like the .NET Framework, or http://en.wikipedia.org/wiki/Software_framework. I know I have to do something with the GAC first, and then make sure that it is strong-named etc.
