Class Attributes Info?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm new to the .NET world and am in the process of learning about VB.NET classes. I've tried to find information on class attributes (overview, when/why to use them, etc.) but every link from MSDN says "page not found".

Can anyone point me to basic information on class attributes or is there some reason why it's not on MSDN?
 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconattributesoverview.asp is a good place to start and if you really
want to learn about them.... Jason Bock and Tom Barnaby wrote a book on
Applied .NET Attributes that's a great read.
dasmart said:
I'm new to the .NET world and am in the process of learning about VB.NET
classes. I've tried to find information on class attributes (overview,
when/why to use them, etc.) but every link from MSDN says "page not found".
Can anyone point me to basic information on class attributes or is there
some reason why it's not on MSDN?
 
Back
Top