Learn object programming

  • Thread starter Thread starter Boniek
  • Start date Start date
B

Boniek

Hi
Where I can find links or any documentations about objects programming. I
mean, I'm programmig and I have professional applications but I still feel
that I'm not good programmer. I want to learn about building application
with full object programming and I'm not happy of my sources. I want to
learn about prefix and names of local, global methods, function, properties
and others. I don't have problem with technology, design graphic interface
but I have problems to plan application with objects.
Thanks for all.
Sorry for language.

Boniek
 
If you are looking for a good C# and .NET programming book I would go with
"C# and the .NET Framework" by Andrew Troelsen. Its a good book and teaches
the object model very well.
 
Are you wanting to learn OOP or about the various objects/classes in
C#/.Net? For OOP you should look at comp.object newsgroup. As to a good book
I liked Patterns Of Enterprise Application Architecture by Martin Fowler.

SP
 
Back
Top