DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Java execise

1.1. Consider the following interface: public interface StringIterator { boolean hasNext(); String next(); } An object from a class implementing StringIterator produces a…

Technology Building Mobile Apps with a Mobile Services .NET Backend

1. Laat ons weten wat u vindt van deze sessie! Vul de evaluatie in via www.techdaysapp.nl en maak kans op een van de 20 prijzen*. Prijswinnaars worden bekend gemaakt via…

Software Type classes 101 - classification beyond inheritance

1. Type classes 101 Classification beyond inheritance Alexey Raga 2. String Int List[Boolean] case class Name(value: String) case class Age(value: Int) case class Person(name:…

Software Introduction to CQRS - command and query responsibility segregation

1. CQRSCommand & Query ResponsibilitySegregation 2. Andrew Siemerhttp://about.me/andrewsiemerASP InsiderMicrosoft V-TSPFather of 6Jack of all trades, master of some.…