- The Standalone Programmer: Tips from the trenches :http://www.codeproject.com/gen/work/standaloneprogrammer.asp
- Understanding Classic COM Interoperability With .NET Applications: http://www.codeproject.com/dotnet/cominterop.asp
- Strong Names Explained: http://www.codeproject.com/dotnet/StrongNameExplained.asp
- Using CodeDom for creating and compiling dynamic assemblies. http://msdn2.microsoft.com/en-gb/library/system.codedom.codemembermethod.aspx http://www.c-sharpcorner.com/Code/2005/May/DynamicCreatingAppl.asp
An excellent article on parameters passing in C#.
http://www.yoda.arachsys.com/csharp/parameters.html
Very important sentence on this page: "This difference is absolutely crucial to understanding parameter passing in C#, and is why I believe it is highly confusing to say that objects are passed by reference by default instead of the correct statement that object references are passed by value by default. "
No comments:
Post a Comment