Cedita.One.Base
0.1.6
Cedita.One.Base represents base libraries that can be used to build generic applications and Cedita.One components using a common shared, extensible platform.
These libraries are used by Cedita when creating new applications that are to follow certain standards of development and practices. Continually updated with new features and bugfixes as necessary.
Superseded by Cedita.Essence framework.
Install-Package Cedita.One.Base -Version 0.1.6
dotnet add package Cedita.One.Base --version 0.1.6
<PackageReference Include="Cedita.One.Base" Version="0.1.6" />
paket add Cedita.One.Base --version 0.1.6
#r "nuget: Cedita.One.Base, 0.1.6"
Release Notes
Add KeyedDataStore<TData, TKey> to Data framework. Add IQueryable<TData> to DataStore<TData>. Incompatible with previous versions.
Dependencies
This package has no dependencies.
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Cedita.One.Base:
Package | Downloads |
---|---|
Cedita.One.Base.Data.EntityFramework
Cedita.One.Base.Data.EntityFramework provides extensions to the Cedita.One.Base platform to work with Entity Framework.
|
|
Cedita.One.Base.Web.MagicEntityEditor
Cedita.One.Base.Web.MagicEntityEditor provides automatic editing ability for database entities in ASP.NET MVC Projects with minimal configuration. Simply extend from EntityEditorController and configure the name/type of your entity to have automatic editing / creation / listing ability for your entities.
You must provide a data store compatible with Cedita.One.Base.Data.IDataStore<TData> for this to work successfully, base data stores are available for EntityFramework in C.O.B.D.EntityFramework.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|