Ιούνιος 2014 - Δημοσιεύσεις

Δημοσιεύτηκε στις Σάββατο, 21 Ιουνίου 2014 8:38 μμ από το μέλος k badas :: 0 σχόλια

Getting content out of web pages - The WebRequest class

A simple project may be able to do just fine using its local resources, database and nothing but that. However an advanced application may be expected to use distributed resources, such as getting data out of web pages. In that case we need to make requests Διαβάστε περισσότερα
Δημοσιεύτηκε στις Κυριακή, 1 Ιουνίου 2014 9:38 μμ από το μέλος k badas :: 0 σχόλια

Garbage collection and memory management.

Garbage collection is an essential part of .Net architecture since it saves you from the trouble of managing the memory parts you have already used.  We are going to see what garbage collection actually is and what may cause it. Next we'll check Διαβάστε περισσότερα