Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Buy Bulk and save
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01012154
Message ID:
01012245
Vues:
35
This message has been marked as a message which has helped to the initial question of the thread.
Gotcha!

There is a base object in MM.NET called Event Object - not related to Events in .NET

You can sub-class from this object to create your own Event Object to coordinate transactions from several business objects.

The architecture that's we've followed in the past is to put all your validation in the business objects, coordinate the transaction and cross-bizobj validation at the Event Obj Level and do all your inserts into multiple table using Stored Procs with implicit sql transactions.

This has worked out to be the fastest mechanism while working MM.NET

Hope this helps!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform