Skip to content

DbWebApi 1.2.8.5 Sample Server

Choose a tag to compare

@AbelCheng AbelCheng released this 26 Nov 21:21
· 135 commits to master since this release

1.2.8.5

Parameter-Binding (input) enhancements:

  • Supported XML format request;
  • Supported HTML Form request (Content-Type: application/x-www-form-urlencoded);
  • Supported Multipart MIME request (Content-Type: multipart/form-data) - for file upload
  • Supported binary type parameter;
  • Introduced a appropriative class InputParameters for self-adaptively binding all supported input media types.

Response formats enhancements:

  • Added some options for client side to control the response XML styles;

Other enhancements:

  • Rewrote client side .Net library;
  • Further simplified sample servers;
  • Strengthen supported CORS in sample servers (.Net4.5/WebApi2 versions);
  • Fixed some bugs.

.
Notes:
Inside the DbWebApi.SampleServers.sln (in DbWebApi.SampleServers.1.2.8.5.zip), both .Net45 branch and .Net40 branch are further divided into 4 projects for - SQL Server, Oracle (ODP.NET Managed, ODP.NET Unmanaged and DataDirect provider).
It would be better to build/rebuild one project at a time rather than build/rebuild all at once, because 4 projects share the same output bin directory.
You can keep one of them as needed and exclude all the rest.