Abstractions are usefull if you are doing interface-driven development, and also make it easier to unit test your code as implementations can be easily swapped out for mocked versions. Both subjects are a little difficuilt to explain completly in one reply, but this should at least give you a couple of areas to research into.
If you haven't done so already, I'd recommend you take a look at Aaron Powell's blog post / code samples of Unit testing with Umbraco
Linq 2 Umbraco Poco VS Abstraction
Hi,
In V4.5 there is option to export the abstraction.
Anyone knows what this will be useful ?
Any example ?
Thanks
Hey Kurniawan,
Abstractions are usefull if you are doing interface-driven development, and also make it easier to unit test your code as implementations can be easily swapped out for mocked versions. Both subjects are a little difficuilt to explain completly in one reply, but this should at least give you a couple of areas to research into.
If you haven't done so already, I'd recommend you take a look at Aaron Powell's blog post / code samples of Unit testing with Umbraco
http://www.aaron-powell.com/unit-testing-with-umbraco
Matt
is working on a reply...