BREEZEJS
Updated 17 days ago
Anyone can download raw JSON from a service endpoint. Then what? A BreezeSharp app can query the server with client-side LINQ, cache the results on the client, and query that cache later with the same LINQ expressions. Breeze maintains relationships among entities for you so you can navigate from, say, line-item to products in cache, without pulling everything down at once. Breeze notifies the UI when property values change and tracks which entities have unsaved changes. Breeze validates user input as it happens and before you save … with stock and custom validation rules. Run offline. Stash work-in-progress until its ready to save. All easy with BreezeSharp.
Also known as: BreezeSharp