Navigation Menu

Skip to content

ruialexrib/Programatica.Framework

Repository files navigation

Build Status .NET License: MIT GitHub repo size GitHub top language GitHub All Releases

Programatica Framework

Development starter kit

This is a base lib framework starter kit that helps starting application development with a lot of features out of the box.

Main Components

Assembly Name Nuget Version
Programatica.Framework.Core Nuget
Programatica.Framework.Core.Extensions Nuget
Programatica.Framework.Data Nuget
Programatica.Framework.Services Nuget
Programatica.Framework.Mvc Nuget

Available Features

  • Base Object
  • Base DbContext, ready to be injected
  • Useful model extensions
  • Pré installed system models
  • Base Generic Repository, ready to be injected
  • Base Service, with a list of injected event handlers.
  • Audit pré installed
  • Track all model changes
  • and much more

With this framework you focus on developing your business entites and what really matters intead of wasting precious time setting and configuring the startup environmnet.

Sample Usage