I'm used to programming with versions of Ansi C and now I've been given C#.
Without going out and buying a C# book, is there a net site that covers the diffrences in producing code for the visual c~ environment. Worked examples would be an added benefit!
If not, what books are worth considering
Thanks

Newbie to C# - documented differences between ansi C and using C#
Arun.kumar.sharma
Boggles2626
Den380
oh yeah. . . and they are two different beasts. Besides having a few symbols and declaration syntax in common, they are two completely different languages.
C# is an OO language, C is not.
steveinoly