any recommendations for transactions imlementation

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/4/2011 12:49:14 PM
Gravatar
Total Posts 70

any recommendations for transactions imlementation

Hi all!

Is there any API / recommendations for the transaction implementation?

( Sorry if I've missed something at the docs. )

 

Best regards, Igor

5/5/2011 6:57:42 AM
Gravatar
Total Posts 18439

Re: any recommendations for transactions imlementation

We don't really have any helper methods for making transactions easier. You have just the available stuff built into .NET like ADO.NET transactions and things in the System.EnterpriseServices namespace (some of which may be problematic to use in Medium Trust hosting).

Best,

Joe

5/5/2011 8:50:37 AM
Gravatar
Total Posts 70

Re: any recommendations for transactions imlementation

Joe,

actually my current 2 projects are not required transaction management as a must as far as they are not some kind of heavy used booking services. This way it is possible to omit transactions for them.

As far as there is no preferred custom transaction API for the Mojo's DAL + business logic layers I will implement them in usual way if required.

Thank you very much for the clarification.

Best,

Igor

You must sign in to post in the forums. This thread is closed to new posts.