Fun with Castle.DynamicProxy - Part II
It's time for another adventure with Castle.DynamicProxy. One of the few things I really like in C++ is RAII - for example you can write code like this: class…
Showing 1–3 of 3 posts
It's time for another adventure with Castle.DynamicProxy. One of the few things I really like in C++ is RAII - for example you can write code like this: class…
Today I got confused by foreign keys support in SQLite. I couldn't explain why my schema migration script has failed so I wrote some unit tests to clarify my…
In our application we have input data validation implemented in business layer (separate dll). Because we need to report results to user (our UI layer is…