Last posts
Reactive Extensions API: Domain Events Example
about 1 month ago
Example Domain Events implementation with Reactive Extensions. Probably first example of the server side business logic with Rx :). Read more!
Does Event Sourcing work with DDD?
about 1 month ago
Kind of yet another technic to organize business logic. Read more!
NET 4.0: New and useful LINQ extensions to the IEnumerable
about 1 month ago
Cool stuff that comes with Reactive Framework API. Hope it really will be part of the .NET 4.0 Read more!
FsSpec: Introducing yet another Unit Testing/BDD framework for F#
about 1 month ago
Yet another Unit Testing/BDD framework for F#. Inspired by RSpec syntax. Read more!
Can you guess error in this Java code snippet?
about 1 month ago
I love “guess error” kind of posts. This is first of mine. Snippet is all about GWT Java code. Read more!
Early review: Master Data Services November CTP
2 months ago
First attempt to view on the Microsoft Master Data Services November 2009 CTP. Read more!
What to watch at PDC09?
2 months ago
Small reviews of the PDC09 videos/sessions. Read more!
Microsoft Office Outlook 2010: How to connect e-mail account hosted on Windows Live Custom Domains?
2 months ago
Funny, but Microsoft Office Outlook 2010 does not support e-mail accounts hosted on Windows Live Custom Domains. I found not less funny solution :). Read more!
Google Wave - GWT is probably a wrong technology choice
3 months ago
Inspired by Google Wave invitation, thougths about suitability of the GWT for RIA. Read more!
Not so generic Generic Repository
3 months ago
Nice (at least I hope) solution that will end war between people who use generic repository and who do not. Read more!
Simple WCF Client by contract and without svcutil
3 months ago
You can share contracts of the WCF service? Here you can find much more robust way to instantiate client. Read more!
Semantic meaning of the read methods
4 months ago
What is the difference between GetOrder(id) and FindOrder(id)? Read more!
Thoughts on non-blocking sequential number generation
4 months ago
Failed take to design non-blocking sequential number generation. Read more!
Code-generation DSL with T4 (Text Templates)
4 months ago
Bored with repeatable code? Need a real example of the T4 (Text Templates)? Need tools to write .NET Configuration Sections? This post is all about this stuff. Read more!
ASP.NET MVC Web Services (Part #1)
4 months ago
What do you think about ASP.NET MVC as platform for web service based applications? What about JSON Web Services? Possible you would like that. Read more!
The right way to do INNER JOIN in LINQ to Entity
4 months ago
Despite of my last belief, that code will not fly into the production. Why? Because I found the right way to do INNER JOIN in Entity Framework! Read more!
Application Services, to be or not to be
4 months ago
We dropped out Application Layer. And nothing changed. This post is all about overuse of the Application Layer. Read more!
Data Access approaches in our application
4 months ago
We are building regular enterprise application. Domain is boring. The only interesting thing is technologies. Today is a good time to share how we do Data Access. Read more!
Always call IDisposable.Dispose! Sure? No!
4 months ago
Personally, guidance to dispose everything looks bit overwhelmed. I show BinaryWriter as one of the examples of the “broken” IDisposable implementations. Read more!
History of the one LINQ to Entities query
4 months ago
The story about progressive enchantments to the single LINQ to Entities queries. Some sort of stuff to know, when doing LINQ. Read more!
Make your DbPro generated test data look better
4 months ago
Following post is about generating readable data for your staging database with DbPro. You will find list of expressions for the Regular Expression Generator. Read more!
Stuff to know when starting with ADO.NET Data Services
4 months ago
My journey with ADO.NET Data Services. I think this should be interesting for anyone who starts with ADO.NET Data Services. Read more!
My old-old code/projects. The landing page
5 months ago
From time to time it happens, some code becomes outdated. And I have sume of the such code. This post is all about such code/projects. Read more!
Read all lines of the file with Java, Ruby and C#
5 months ago
Compare how to read all lines of the text file with Ruby, Java and C#. Read more!
T4 (Text Templates) - The Beginning
5 months ago
Introduction to the T4 (Text Templates), nothing interesting if you already have used T4 Read more!
Virtual by default, is that good or not?
5 months ago
Discussion (or monologues) about Java “virtual by default” behavior compared to C#. Read more!
Dependency Injection versus Dependency Inversion
5 months ago
What is Dependency Injection (DI), Dependency Inversion (also DI), Inversion of Control (IoC) and so on. Read more!
Templates for Templates. T4 (Text Template) Template for the Visual Studio 2008
5 months ago
Funny thing, there are no templates for the T4 (Text Templates) in the Visual Studio 2008! Well, this fix. Read more!
Today's information magic, stolen in 5 minutes
5 months ago
I stoled book in 5 minutes. Today’s realities. Read more!
DDD: Not in love with the Domain Services! Hope I am not along!
5 months ago
I do not love Domain Services. And this post describes why! Read more!
Welcome!
6 months ago
To be honest, main intent of this entry is not to welcome you… This would be plain boring… Isn’t it? Rather it for the testing purposes. Plus I am not sure that my blog can handle empty pages. Read more!