Thread: Help with C#
View Single Post
Old 03-05-2006, 07:25 AM   #7 (permalink)
asshopo
Insane
 
Location: Michigan
If you know any c/c++, then you should have a fairly good understanding of how basic c# will work (syntax, classes, inheritance, variable scope, etc). If you have a good understanding of OOP you will be fine, if not, you will get lost easily. I think the biggest issue, outside of the things mentioned above, would be learning the .NET framework and all that it has available.

http://msdn2.microsoft.com/en-us/lib...,MSDN.10).aspx is an overview of the framework. http://msdn2.microsoft.com/en-us/library/ms306608.aspx is a detailed outline of all the classes that are in the framework.

Honestly, there isn't anything I've come across that I had to do in c#/vb.net that can't be done with the framework. There are other 3rd party classes/dlls that make things easier (charting, etc), but those are just wrappers around the framework.
__________________
Patterns have a habit of repeating themselves.
asshopo is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37