Archive for the '.NET' Category

Cache in .NET

Oct 08 2015 Published by under .NET

Sorry, this entry is only available in Czech. For the sake of viewer convenience, the content is shown below in the alternative language. You may click the link to switch the active language.

Máme cache na data a tzv. output cache. Spousta principů je stejných, tady se zaměřím na output cache a o té datové se jen zmíním na okraj. Co je to cache. Česky mezipaměť. Je to místo, kam si mohu uložit “drahá” data a pak se na ně zeptat. Nejdůležitějším aspektem cache je, že co do cache vložim, to tam NEmusím zase najít. Continue Reading »

No responses yet

Dispose and Destructors in C#

Oct 08 2015 Published by under .NET

Sorry, this entry is only available in Czech. For the sake of viewer convenience, the content is shown below in the alternative language. You may click the link to switch the active language.

Jak správně na Implementaci IDisposable objektů aneb jak funguje Garbage Collection a destruktory v C#.

Continue Reading »

No responses yet