RAD - Rapid Application Development
Packages for rapid app development
H.Necessaire RAD
Rapid Application Development packages for H.Necessaire
CLI App:
Install-Package H.Necessaire.Runtime.CLI
HTTP API App:
Install-Package H.Necessaire.Runtime.Integration.NetCore
Backed by SQL Server data storage:
Install-Package H.Necessaire.Runtime.SqlServer
Or by RavenDB data storage:
Install-Package H.Necessaire.Runtime.RavenDB
SPA App:
Install-Package H.Necessaire.BridgeDotNet.Runtime.ReactApp
RavenDB Backed Runtime:
Rapid Application Development is all about failing fast and adapting fast.
- It favors prototyping versus detailed planning
- Little-by-little but extremely relevant business analysis, based on these concrete prototypes
- On-the-go specification definitions
- It works!
H.Necessaire provides the means to quickly put together the following:
Backed by data persistency in:
- SQL Server
- RavenDB
- Plain files on disk
Out of the box benefits:
- Semantic Versioning based on the GIT repository itself
- Logging
- Auditing
- App Consumer tracking
- Queued work execution for heavy or low-priority processing
- Authentication and Authorization Management
- SQL Migration Management