dotnetomaniak.pl - Artykuły z tagiem aggregate

Domain-Driven Design #06: aggregate and aggregate root

Źródło: fildev.net
Dziel się z innymi:
[EN] Domain-Driven Design #06: aggregate and aggregate root

Architektura 1697 dni, 1 godzinę, 50 minut temu fildev 113 źrodło rozwiń

Czy komórki, serwisy i systemy, mają coś wspólnego z komórkami, organizmami i grupami społecznymi? Sprawdźmy to.

Źródło: blog.scooletz.com
Dziel się z innymi:
Aggregates, services, systems as cells, organisms, society

Architektura 1924 dni, 23 godziny, 30 minut temu Scooletz 45 źrodło rozwiń

Aggregate is one of the most fun and powerful methods in LINQ. Sadly it's also of of the most underused and "scary" ones. I hope that after reading this post you will understand Aggregate a bit more, know when to use it and won't be afraid of doing so.

Tagi: aggregate, Linq
Źródło: hryniewski.net
Dziel się z innymi:
Hryniewski.NET | LINQ - don't be afraid of Aggregate

Sztuka programowania 2654 dni, 21 godzin, 53 minuty temu Rafał Hryniewski 259 źrodło rozwiń

Napisany przez paweltymura on Jak agregować tekst do String Buildera? Zazwyczaj robi się to tego typu kodem: public string GetPagedHtml() { StringBuilder sb = new StringBuilder(); foreach (var page in Pages) page.CollectHtml(sb, page.Index==0); return sb.ToString(); } Ale przecież można łatwiej, lepiej i przyjemniej... z Linq.Aggregate.

Źródło: paweltymura.pl
Dziel się z innymi:
Linq Aggregate i String Builder… – Blog Pawełka

Sztuka programowania 2982 dni, 17 minut temu pawelek 247 źrodło rozwiń

Najaktywniejsi w tym miesiącu