github aspnetboilerplate/aspnetboilerplate v0.3.0.0
ABP v0.3.0.0

latest releases: v9.2.0, v9.1.3, v9.1...
9 years ago
  • Setting auditing informations automatically for EntityFramework and NHibernate.
  • Soft deleting implemented for also EntityFramework.
  • Added IShouldNormalize for DTOs.
  • Created a base ApplicationService class that can be (optionally) used to simplify logging and localization.
  • Added UnitOfWorkScope.Current.SaveChanges.
  • UnitOfWorkScope uses existing UOW when available.
  • Added IAbpSession interface to obtain current UserId and TenantId.
  • *Changed type of UserId from int to long.
  • *Renamed ISoftDeleteEntity to ISoftDelete.
  • *Renamed Uow.AddSuccessHandler to OnSuccess.
  • Code Refactorings and improvements.
  • Some minor and potential bugs fixed

*these may be breaking changes for existing applications.

Don't miss a new aspnetboilerplate release

NewReleases is sending notifications on new releases.