-
Recent Posts
Recent Comments
- elopezrios on Force .NET application to run in 32bit process on 64bit OS
- mck ā on Migrating to Git
- Michael Freidgeim on Dynamic reflection versus static reflection
- Groverboy on Synchronizing calls to the UI in a multi-threaded application
- Rvsawant21 on Step-by-step Introduction to Delegates and Lambda Expressions
Archives
Categories
- asynchronous
- book
- bootstrapper
- brownfield
- BUILD
- ClickOnce
- commands
- Conference
- CQRS
- data binding
- delegates
- design
- developer
- didactics
- Event sourcing
- Fluent NHibernate
- fluent Silverlight
- framework
- Git
- hiring
- How To
- installation
- interactive extensions
- introduction
- job
- jQuery
- lambda expressions
- learning
- legacy code
- methodology
- misc
- Mock
- mocking framework
- Mono
- Mono Cecil
- MSIL
- multi threading
- MVVM pattern
- NHibernate
- no-database
- NSIS
- patterns
- personal
- plugins
- practices
- presentation
- PTOM
- refactoring
- reflection
- reporting
- review
- Setup
- Silverlight
- SOLID
- Styles and Templates
- TDD
- tutorial
- Uncategorized
- validation
- Windows
- WIX
- Workflow
Meta
Author Archives:
ADNUG Presentation July 9, 2012
I want to thank all people who attended my presentation about CQRS and Event Sourcing at the ADNUG meeting on July 9, 2012. It was a great experience for me and I was pleased about the many questions you had. … Continue reading
Posted in CQRS, Event sourcing, presentation
Comments Off
Presenting at ADNUG meeting
Iām pleased to be invited to speak/present at the ADNUG meeting on Monday July 9th, 2012 at 6pm. The topic of my presentation will be CQRS and Event Sourcing with a special focus on how we do it at TOPAZ … Continue reading
Posted in CQRS, Event sourcing, How To, presentation
Comments Off
How we got rid of the database–part 6
In this series of posts I discuss how we do CQRS and event sourcing. One of our main goals was to reduce the overall complexity of our solution which ultimately led us to the point where we got rid of … Continue reading
Posted in CQRS, Event sourcing, no-database
11 Comments
How we got rid of the database–part 5
Preface In our company we were looking for a way to radically simplify the way we implement our enterprise software. We wanted to get rid of accidental complexity introduced by using complex and expensive middleware and server software like RDBMS. … Continue reading
Posted in CQRS, Event sourcing, no-database
14 Comments
How we got rid of the database–part 4
This is the fourth episode of a series of posts about how we do CQRS and event sourcing. To my (positive) surprise the first three parts (part 1, part 2, part3) have caused quite some discussion amongst the readers. Since … Continue reading
Posted in CQRS, Event sourcing, no-database
4 Comments
How we got rid of the database–part 3
In my last two posts (part 1 and part 2) I described how a command that is sent from the client is handled by an aggregate of the domain model. I also discussed how the aggregate, when executing the command, … Continue reading
Posted in Uncategorized
11 Comments
How we got rid of the database–part 2
A quick introductory sample ā continued In part one of this series I started to explain what we do, when e.g. a user (in the particular case a principal investigator) wants to schedule a new task. In this case a … Continue reading
Posted in CQRS, Event sourcing, no-database
12 Comments
How we got rid of the database
A quick introductory sample ā Part 1 I want to write a series of posts which describe in detail how we do things in my company. What architecture do we use, which patterns do we follow, and more specifically, how … Continue reading
Posted in CQRS, Event sourcing, no-database
11 Comments
Win Free Copies of NHibernate 3 Beginner’s Guide
Readers would be pleased to know that I have teamed up with Packt Publishing and we are organizing a Giveaway especially for you and three lucky winners stand a chance to win a copy of Keep reading to find out … Continue reading
Posted in book, Fluent NHibernate, misc, NHibernate
26 Comments
BUILD conference–day 3
The future of C# Yesterday Anders Hejlsberg gave a talk about future directions of C# and VB.Net. He started with look back and then immediately dive into the new features of C# 5.0 which is part of VS 2011 and … Continue reading
Posted in BUILD, Conference, Windows
3 Comments
