Sense/Net 6.2.1 Community (Alpha)
We decided to publish a alpha version of our next release to provide a sneak peek of what is coming. Please note that this version is for evaluation only as it is stated in the
change log.
Main new features
- Enhanced OData Rest API
- SQL Filestream support
- Aspect
- Custom permissions
- Brand new file upload
Enhanced OData REST API
The OData REST API lets you talk to the Sense/Net Content Repository using standard tools like Kendo UI's popular components or custom AJAX solutions. In the previous release we introduced a basic OData functionality and now we add more essential components to the module:
expand,
select and
filter modifiers, metadata support and a lots of built-in OData actions (copy, move, delete, managing permission and more).
SQL Filestream
This feature lets you store files in the file system instead of the database thus speeding up content streaming and using much less memory on the web server.
Aspect
The Aspect feature was designed to make adding more metadata and behavior to content easier. There are cases when it makes no sense to add the custom fields to the Content Type itself because you do not need those fields on every content of that type. In this case you can use an aspect to define the necessary fields for a feature (e.g. Rating) globally and attach it to any content that actually needs it.
Custom permissions
From now on we let you define your own content permissions such as
Printing or
See without watermark.
Brand new file upload
We integrated the jQuery Upload plugin and created an OData
upload action to make uploading multiple files (even large ones) seamless. Just drag-and-drop a couple of files onto the page surface and hit upload!
How to installHow to install Sense/NetDetailed changelogChange log 6.2-6.2.1About ODatahttp://www.odata.org