Browse Source

Added Dapper feature to v0.18 blog post.

pull/1310/head
Halil İbrahim Kalkan 7 years ago
parent
commit
6c024d6f75
  1. 3
      docs/en/Blog-Posts/2019-06-19 v0_18_Release/Post.md

3
docs/en/Blog-Posts/2019-06-19 v0_18_Release/Post.md

@ -61,8 +61,9 @@ See the [startup templates document](https://docs.abp.io/en/abp/latest/Startup-T
Here are some other features and enhancements coming with this release:
* New data seed system with `IDataSeeder` service & `IDataSeedContributor` interface to allow a modular initial data seed system.
* New [Volo.Abp.Dapper](https://www.nuget.org/packages/Volo.Abp.Dapper) package.
* New [Volo.Abp.Specifications](https://www.nuget.org/packages/Volo.Abp.Specifications) package.
* New data seed system with `IDataSeeder` service & `IDataSeedContributor` interface to allow a modular initial data seed system.
* Improved MemoryDB implementation to serialize/deserialize objects stored in memory, so it provides more realistic infrastructure for mocking database in unit/integration tests.
* Added multi-language support for the docs module. Used it for the [ABP documentation](https://docs.abp.io).

Loading…
Cancel
Save