/, (, , ) , . NH , , . , .
4: ,
, NH + Repositories , , Active-Record-DAL. , , NH, , .
UnitOfWork, ITransaction , , HttpRequest. , TransactionScope, :
using (var tx = new UnitOfWork()) {
var entity = FooRepository.GetById(x);
entity.Title = "Potentially Invalid Data";
if (!entity.IsValid()) {
tx.DiscardChanges();
return View("ReloadTheCurrentView");
}
else {
tx.Success();
return RedirectToAction("Success");
}
}
tx.DiscardChanges() , , TransactionScope, , , , .
NH Greenfield 1, . , 4 - NH , .