Archive for October 2015

Week 44, year 2015

  • Why C# Private Variables are Not as Private as you Thought - C# private fields are not accessible outside the class. It’s C# 101 right? Which means this code should not work… public class Example { private string _someValue; public void DoSomething(Example otherObject) { _someValue = otherObject._someValue; // What!? You can't access a private variable from another object! Can you? } } But surprisingly…it does. As it […] [Learn CQRS and Event Sourcing]
Permalink | From 26 October 2015 to 01 November 2015 | Last updated on: Mon, 7 Jun 2021 09:09:40 GMT

Week 43, year 2015

  • Stages of competence: 2 ways of learning - When you enter some field as a novice, there is a lot of stuff you must learn in order to become proficient in it. The learning path can usually be broken down into 4 stages of competence which you can traverse in 2 different ways. [Enterprise Craftsmanship]
  • Domain-Driven Design workshops - We’re bringing you some exciting workshops in the coming months. Register today to ensure your spot! Experiencing Domain-Driven Design The full three day advanced workshop, with lots of hands on modelling, Event Storming, Context Mapping, CQRS/ES, heuristics, and much more. Experiencing Domain-Driven Design Brussels (Leuven), Belgium, March 2-4 2016 Experiencing Domain-Driven Design Berlin, Germany, March 23-25 2016 Experiencing Domain-Driven Design Paris, France, date TBD Temporal Modelling New one day workshop, with part theory about Event Sourcing and CQRS, and part practical Event Storming. Temporal Modelling Brussels, Belgium, January 26 2016 Sold out Domain-Driven Design Europe Pre-conference workshops by leading practitioners. Strategic Domain-Driven Design with Eric Evans Brussels, Belgium, January 26-27 2016 Sold out DCI Systems on a DDD Foundation with Jim Coplien Brussels, Belgium, January 27 2016 Critical Systems that Go Boom with Brian L. Troutwine Brussels, Belgium, January 27 2016 Essential Domain-Driven Design with Paul Rayner Brussels, Belgium, January 26-27 2016 DDD in PHP This is an introductory training, teaching you the tactical design patterns and the modelling insights to get started applying DDD in your PHP projects. [Mathias Verraes]
Permalink | From 19 October 2015 to 25 October 2015 | Last updated on: Mon, 7 Jun 2021 09:18:52 GMT