Home

My experience as a public speaker...so far

For about 2 years now, I’ve started doing public speaking. I’ve applied to 60 different conferences in that time span. To my total surprise about 10% of those conferences agreed to have me as a speaker. Me! Nobody have ever heard of me. Very few of the people (if any), that are responsible for the selection of those conferences, have heard of th...

Read more

"CQRS for human beings" resources

Here you can find all the links from my slides for the sessions “CQRS for human beings”. Link to presentation: Here Demo Project @ Github is HERE Must read resources: "CQRS" by Martin Fowler "CQRS, Task Based UIs, Event Sourcing agh!" by Greg Young Event Sourcing in MSDN CQRS in MSDN "CQRS Journey" - book by MSDN Event Sourcing: The Good, The B...

Read more

[Best Practice #1] Override the ToString() method of your classes

This is first of series of best practices and tips I have for my fellow software developers. The articles are not ordered by importance, they are completely random. (And I mean real random, not computer random) There are a few methods available for you from the object class in .NET, which provide some basic functionalities for you structures. Th...

Read more

Programming Best Practices

In this series I will write some best practices that I have adopted and validated to be very useful, even critical sometimes, in my everyday’s life as a C# developer. The guidelines I am talking about don’t necessarily apply only to C#, but this is the language I have most experience with. I will start posting such an article every few days. And...

Read more

Silverlight ResourceDictionary Issues

I have been developing WPF/Silverlight Applications about half an year already and I am charmed by the power of those technologies. But still there are some very strange and annoying issues I came upon, especially in my Silverlight implementations. The most favourite one is the one I will be explaining in this post. I am talking about the Resour...

Read more