Welcome to Jonathan Parker's Blog Sign in | Join | Help

Browse by Tags

All Tags » Fundamentals   (RSS)
Reference Types: Reference types are types such as class , interface , delegate . The .NET Framework also provides two built-in reference types ( object and string ). Reference types are passed by reference when used in method parameters. Attributes: Read More...
This is the first in a series of posts on fundamentals in .NET 2.0 that I will be writing over the next few days. The main reason that I am doing this is as part of my preparation for my 70-536 exam next week. I also think there are quite a few fundamentals Read More...