Φεβρουάριος 2016 - Δημοσιεύσεις

Δημοσιεύτηκε στις Κυριακή, 28 Φεβρουαρίου 2016 11:38 πμ από το μέλος k badas :: 0 σχόλια

Shallow and deep copying objects

  Working as a developer I have created quite a lot of objects. Most of them were unique. There were some of them, however, that were created by copying already existing objects. C# provides us with a few techniques to accomplish this, keeping in Διαβάστε περισσότερα
Δημοσιεύτηκε στις Δευτέρα, 8 Φεβρουαρίου 2016 8:06 μμ από το μέλος k badas :: 0 σχόλια

Choosing between fields, properties and methods

I once told a friend of mine that programming is much like chess. In some cases it is; for example when you know where you want to get but there are so many paths to follow. Choosing between fields, properties and methods when you want to store a value Διαβάστε περισσότερα