Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Object-oriented programming in VB.NET and C#

Tags:

c#

.net

oop

vb.net

can any one suggest some good tutorials where i can read about the actual object oriented concepts which we use in real time scenarios. Not the "class is a container. fruit is a parent class and apple is a child class" kind of stuff.

Recently i was developing a multithreaded GUI application in vb.net and found out many obstacles like using one form's element in another form, changing form property in other class, when to create objects to access elements and many other stuff stumped me.

Can some one pleas suggest some links.

like image 520
swordfish Avatar asked Jun 11 '26 10:06

swordfish


1 Answers

What you're describing aren't OO concepts, they're concurrency concepts. You can learn some about it here: http://en.wikipedia.org/wiki/Concurrency_pattern. You can read about some specific design patterns related to concurrent programming here: http://en.wikipedia.org/wiki/Concurrency_pattern

This looks like a good read for C# specific stuff.

like image 70
Demian Brecht Avatar answered Jun 13 '26 23:06

Demian Brecht



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!