.Net Data Objects 新版本发表

Released: May 5, 2025

9.1.2 中的更新

特性

  • Improved timing documentation.
  • Added AppBasePath parameter to script and style bundling components.
  • Added publishing DynamicPermissionDefinitionsChangedEto in uow.
  • Now handles Swagger OAuth2 callbacks.
  • Added an includeChildren parameter to GetMembersCountAsync for hierarchical member counting.
  • Changed tenant in DynamicRouteValueTransformer.
  • Refactored ClientProxyApiDescriptionFinder to simplify file handling and remove unused methods.
  • Enhanced AbpRemoteStreamContentModelBinder to compatible...

Released: Mar 13, 2025

Flyway Desktop 7.8.2 中的更新

特性

Library Versions

  • Flyway: 11.4.1-rc484477.
  • Electron: 35.0.1.

Released: Feb 21, 2025

Diagramming for .NET MAUI v1.2 中的更新

特性

  • Spatial index - Set the EnableSpatialIndex property of Diagram to create an index of item positions for faster hit-testing and viewport clipping queries.
    • This should greatly improve user interaction and rendering speed for diagrams containing tens of thousands or more items.
  • Miscellaneous
    • Added DividerPen property to ContainerNode, TableNode and TreeViewNode classes. It lets you customize the appearance of the divider line drawn between a node's caption bar and content area.
    • The...

Released: Aug 20, 2024

2024.8.2 中的更新

特性

  • QOL improvements.

Released: Apr 18, 2017

V7.0 中的更新

特性

  • Added support for additional SQL reserved words.
  • Added new QueryField overloads to the Connection object.
  • Added support for SQLite 3.x databases.
  • Added support for Guid data types.
  • Added new OpenMode property (full support for Microsoft Access and partial support for SQLite).
  • Added support for Microsoft SQL server 2016.
  • Added Connection property to the SQLSelect, SQLUpdate, SQLInsert and SQLUpdate classes.
  • Removed support for IBM DB2 databases.

修补程序

  • Fixed a bug with MySQL date/time fields and...

Released: Jun 20, 2016

V5.0 中的更新

特性

  • Added Password and Position reserved words.
  • Added new QueryField… overloads.
  • Minor optimizations.