Home / Lookup the Package & Source

Lookup Code

EZ Access tools are build to make live of a developer easy. the philosophy is to make the computer do what a computer can do. When the computer should know something, the developer should not write an instruction for this. To easily access data our tools rely on DataAnnotations for default settings. The developer should only define what should be accessible for a user and override defaults only if usefull.

This demo demonstrates the implementation of two nuget packages developed by EZ Access:

  1. EZAccess.Data: https://www.nuget.org/packages/EZAccess.Data
  2. EZAccess.blazor: https://www.nuget.org/packages/EZAccess.Blazor

The package EZAccess.Data provides functionality to easily access data as a client app. It makes CRUD operations available. It does this in the form of a recordset. The recordset consumes a service of type IEZRecordsetService<Model/<Model>

Lookup the project at github https://github.com/EZAccess/EZAccess.Data

The package EZAccess.Blazor implements EZAccess.Data and provide standard UI components for Blazor server or Blazor Wasm. The following features are currently available:

  • Editform: a full feature editform which is easy to implement by a developer and easy to understand for a user.
    • Continiuous Editform: this version is extremely convenient when many records need to be edited. For example when editing details of an order. Features like automotically providing an empty record, make it posiible the user can continue adding records while only using a keyboard.
  • Edit form components: Components that provide default functionality for the Edit Form. Think of buttons to Save, Refresh, Delete or Create records.
  • Datagrid: a basic table which allows easy display of data from a recordset

Lookup the project at github https://github.com/EZAccess/EZAccess.Blazor

An error has occurred. This application may no longer respond until reloaded. Reload 🗙