I've been struggling with C# for the last couple of months (I'm a VB6
developer) and it dawned on me this morning that it has nothing to do with
C# and everything to do with application design.
Case in point; I recently developed an application in C# that worked
perfectly well and performed the task I required. Having finished the
development, I went back and split the program in to four classes, so ending
up with a program that did exactly the same job but was more "object
oriented".
Great, but I'm sure I should have started out with four classes! Thinking
about it, I designed and developed in the same way I would have in VB6 then,
as an after thought, went back to make it a C# application.
What I'm looking for is a short tutorial on how to design for C#. I'm not
after a deep and meaningful course in object oriented design, just some
basics and some tips to get me started in the right direction.
Anyone know where I can get something like this?
Thanks
Steve