A Few .Net (2.0) Notes

June 24, 2007

I am currently brushing up on my .Net skills so I will be taking notes on topics that are worth taking the extra time to remember. Classes and structs A class is allocated on the managed heap rather than on the stack and assignment between two variables results in both variables pointing to the same [...]

0