Showing related tags and posts accross the entire site.
-
I am new to NetTiers and so far love it. I am trying to learn it in the following scenario: My Windows App -> Service Layer -> WebServiceClient -> WebServices -> SqlClient -> Data. I want to insert two different types of entities within a database transaction. I noticed that I possibly...
-
Hi all, I've noticed that the code-generated unit tests do a transaction rollback in the Cleanup_Generated method, so that unit test data does not clutter up the database. However, the tests use the DataRepository rather than the ServiceLayer. It appears the ServiceLayer automatically commits any transaction...