github aspnetboilerplate/aspnetboilerplate v0.2.2.0
ABP v0.2.2.0

latest releases: v9.2.0, v9.1.3, v9.1...
9 years ago
  • EntityFramework integration is completed.
  • Application service methods are unit of work by default from now. Added UnitOfWorkAttribute.IsDisabled to disable it for a particular application service method.
  • Added IsTransactional property to unit of work.
  • Added AddSuccessHandler method to unit of work that is used to define actions that is performed when current unit of work successfully completed.
  • Added EventBus.TriggerUow extension method to trigger events when current unit of work successfully completed. It's actually a shortcut of AddSuccessHandler for triggering events.
  • Moved javascripts and styles from Abp.Web.Mvc to Abp.Web assembly (nuget package).

Don't miss a new aspnetboilerplate release

NewReleases is sending notifications on new releases.