Hi,
I want to write 3-tier application (with database access layer, business and presentation layer), but I don't want to recompile presentation layer (client application - win. forms) when change something in business layer. How to manage this, how to bind business layer and client application?

regards j