Psns.Common.Mvc.Crudified
2.0.0-rc1
See the version list below for details.
dotnet add package Psns.Common.Mvc.Crudified --version 2.0.0-rc1
NuGet\Install-Package Psns.Common.Mvc.Crudified -Version 2.0.0-rc1
<PackageReference Include="Psns.Common.Mvc.Crudified" Version="2.0.0-rc1" />
paket add Psns.Common.Mvc.Crudified --version 2.0.0-rc1
#r "nuget: Psns.Common.Mvc.Crudified, 2.0.0-rc1"
// Install Psns.Common.Mvc.Crudified as a Cake Addin #addin nuget:?package=Psns.Common.Mvc.Crudified&version=2.0.0-rc1&prerelease // Install Psns.Common.Mvc.Crudified as a Cake Tool #tool nuget:?package=Psns.Common.Mvc.Crudified&version=2.0.0-rc1&prerelease
Adds built-in CRUD functionality to existing Asp.Net Mvc applications
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- Microsoft.AspNet.Mvc (>= 4.0.40804)
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
- Psns.Common.Configuration
- Psns.Common.Javascript.Yui3
- Psns.Common.Mvc.ViewBuilding (>= 4.1.0)
- Psns.Common.Persistence.Definitions (>= 1.0.3)
- Psns.Common.Web.Adapters (>= 1.0.0.2)
- WebActivatorEx (>= 2.0.6)
-
.NETFramework 4.5
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.3)
- Psns.Common.Configuration
- Psns.Common.Javascript.Yui3
- Psns.Common.Mvc.ViewBuilding (>= 4.1.0)
- Psns.Common.Persistence.Definitions (>= 1.0.3)
- Psns.Common.Web.Adapters (>= 1.0.0.2)
- WebActivatorEx (>= 2.0.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Psns.Common.Mvc.Crudified:
Package | Downloads |
---|---|
Psns.Common.Mvc.Skin
The base UI theme for PSNS Mvc Applications |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 1,683 | 5/1/2015 |
2.3.0-rc1 | 1,020 | 4/14/2015 |
2.2.0.2 | 1,954 | 4/10/2015 |
2.2.0.1 | 1,078 | 4/10/2015 |
2.2.0-rc2 | 959 | 4/10/2015 |
2.2.0-rc1 | 935 | 4/9/2015 |
2.1.0 | 1,243 | 4/7/2015 |
2.1.0-rc3 | 941 | 4/3/2015 |
2.1.0-rc2 | 986 | 4/3/2015 |
2.1.0-rc1 | 960 | 4/2/2015 |
2.0.0 | 1,132 | 3/20/2015 |
2.0.0-rc1 | 982 | 3/19/2015 |
1.1.0.3 | 1,078 | 3/18/2015 |
1.1.0.2 | 1,034 | 3/18/2015 |
1.1.0.1 | 3,123 | 2/25/2015 |
## 2.0.0.0
### Features
* Moved CrudController to Psns.Common.Mvc.ViewBuilding so that it can be sub-classed for
other types of ViewBuilders.
## 1.1.0.3
### Features
* Updating Index View cshtml to work with new ViewModel definition.
## 1.1.0.2
### Features
* Updating requirement for new version of ViewBuilding library.
## 1.1.0.1
### Features
* Moved Menu view models into ViewBuilding module.
## 1.1.0.0
### Features
* Removing dependency on Psns.Mvc.Skin.
## 1.0.0.7
### Features
* Moved view building into separate module.
## 1.0.0.6
### Features
* Adding support for .NET 4.5
## 1.0.0.5
### Bug Fix
* Fixes issues with issuing includes to Repository actions when needed.
* Moved IIdentifiable definitions to Persistence Defs.
## 1.0.0.3
### Bug Fix
* Fixed Save on Update view to pass Id when provided.
## 1.0.0.2
### Bug Fix
* IUpdatable should call repository create for new models.
## 1.0.0.1
### Bug Fix
* IDeletable and IUpdatable should call Repository.SaveChanges when modification is complete.
## 1.0.0.0
### Features
* Initial Release